I installed fossapup with frugalpup to my USB flash drive. It boots fine when I just have the flash drive as my only USB device. It seems that the boot process can't find the main sfs when I have other usb devices connected. Would someone help me? I guess I could just disconnect all my USB devices as a workaround, but it's annoying of course.
This is my boot entry in grub.cfg:
Code: Select all
menuentry "Puppy fossapup64 9.5" {
insmod fat
search --no-floppy --fs-uuid --set 6C37-4F73
echo "Loading vmlinuz"
linux /puppy/vmlinuz pmedia=usbflash pdrv=6C37-4F73 psubdir=/puppy pfix=fsck,fsckp TZ=XXX-8
echo "Loading initrd.gz"
initrd /puppy/initrd.gz
}