EDIT: 27/08/2024 - shinobar
EDIT:- "Stickied" - 23/10/2023 - mikewalsh
Grub2config installs only the boot loader. You can install Puppies manually or using some tool like the Frugalinstaller .
Latest: grub2config-2.1.1 (2024-09-24) viewtopic.php?p=131636#p131636
from https://shinobar.net/puppy/opt/grub2config/
Grub4Dos does not support GPT/UEFI system, which is new standard of the recent PC's. Grub2Config is a script installs the grub2 boot loader and makes the menu automatically probing intalled systems same way as the old Grub4DosConfig, enabling multiboot with Windows, Ubuntu and etc.. It supports both legacy MBR system and new GPT/UEFI. Also supports UEFI Secure boot thanks to the Gyrog's MOK manager.
After 2012, Windows 8(64) pre-installed PC 's are shipped with UEFI/GPT system. They can switched to legacy BIOS compatible mode called CSM, in condition the HDD to be re-formatted with ms-dos partition table because CSM cannot boot up GPT.
But from 2021 and near future, new PC and mother boards can be shipped without CSM support.
As for the Grub4Dos is not updated long time. The developers moved to Grub2. Grub4DosConfig too will not be updated now on because Grub2config can replace.
Grub2config runs on XenialPup 7.5 and later. See the document/( Japanese).
Only one case the Grub2config does not support: EDIT(2024-09-16) grub2config-2.1 supports this case.
When you clean install Ubuntu Linux and/or derivatives on a legacy BIOS PC, the partition sda1 is ext4 formatted. See viewtopic.php?f=155&t=3931
Known issue(fixed at v2.1.1):
grub2config-2.1 produces incorrect entry fo 'RAM mode'. Manually edit the 'grub.cfg', 'pfix=fsck' to 'pfix=ram' for RAM mode menuentry. See viewtopic.php?p=131122#p131122
Change log:
#2018-09-18 grub4dosconfig v1.9.4: merge woof, fix chain loading grub2, always install wee as for mbr, fix for full installed (mavrothal)
#2021-08-12 grub2config v2.0: grub2 for uefi
#2021-08-20 v2.0.1: was missing nls, remove pdrv option, downgrade grub to 2.0.2
#2024-03-25 v2.0.2: add SPLASH image and icon (josejp2424, nilsonmorales) ; parse drives with parted (rather than fdisk) and fix failed NVME/eMMC/GPT partition detection (wizard)
grub2config-2.0.2
This is a newer version fixing a few bugs and tweaking it.
Information and download is provided in this post:
viewtopic.php?p=115435#p115435
#2024-08-27 v2.0.8: graphical boot menu layout, ucode.cpio support, drive icon, launch gparted, proceed without 'boot' flag
#2024-09-05 v2.0.9: gtk2dialog, without guess_fstype
#2024-09-15 v2.1: mbr stuff ext4 support no need wee nor grub4dos, pdrv option, check target space, refresh_drive_icons,
#2024-09-24 v2.1.1: RAM mode entry, sort detected os, background2 for removable devices