I did a frugal install of both and each time was presented with a recommended Grub (legacy) text.
Code: Select all
title Puppy Linux - fossapup64 9.5 frugal in sda5 dir fossapup649.5frugal
#root (hd0,0) <-- GRUB legacy,
find --set-root uuid () 27d9131c-fb41-4b71-9203-a345b7be26c2
kernel /fossapup649.5frugal/vmlinuz pmedia=atahd psubdir=fossapup649.5frugal
initrd /fossapup649.5frugal/initrd.gz
Code: Select all
menuentry 'Puppy Linux - Fossapup64 9.5 frugal' {
#root (hd0,5) <-- GRUB legacy, ex: (hd1,5), etc..
search --no-floppy --fs-uuid --set=root 27d9131c-fb41-4b71-9203-a345b7be26c2
linux /fossapup649.5/vmlinuz pmedia=atahd psubdir=/fossapup649.5
initrd /fossapup649.5/initrd.gz
}
Don't forget to run blkid in a terminal to find the correct uuid for the disk partition where your Puppy is located, then replace 27d9131c-fb41-4b71-9203-a345b7be26c2 with the correct one.
Many thanks to the Puppy team. Your OS versions are a pleasure to work with.