I've uploaded 'grub2.tar.gz' to https://www.mediafire.com/folder/qiwvlxw46bp5f/iso
It contains a complete set of grub2 binaries, both "pc" and "efi" in grub terminology, sourced from debian 2.06-13+deb12u1 unsigned packages.
It is meant to be used to replace the 2.04 and 2.03 grub2 binaries installed by FrugalPup,
provided your computer is not uefi booting with "Secure Boot" enabled.
It has the directory structure of the fat32 boot partition, and it contains only the files to be replaced.
It could be extracted directly into the root of the fat32 boot partition.
if your mounted fat32 boot partition is '/mnt/sdd1' you could use a terminal command like:
Code: Select all
tar xf grub2.tar.gz --overwrite -C /mnt/sdd1
Note:These binaries will not work if "Secure Boot" is enabled.