here config part of my grub.cfg for my multiboot installation ( without details ) ; I do not install grub from puppy as nothing was working in that case ( my ohers linux & windows xp not found )
Then I have modified my grub file as per some postsans according my expereince , and the system start but stop on a such error :
"sda6 / puppy_upupbb_19.03.sfs , error too critical , dropping out to console"
I dont understand as this file 'puppy_upupbb_19.03.sfs' exist in 'upupbb19.03frugal' folder ?
Code: Select all
### BEGIN PUPPY
menuentry "Puppy Bionic (sda6)" {
search --no-floppy --fs-uuid --set=root UUID of partition
linux /upupbb19.03frugal/vmlinuz
initrd /upupbb19.03frugal/initrd.gz
}
### END PUPPY
Waiting for suggestions / corrections