Howdy, I used the Plop Boot Manager as a Grub2 menu entry for my Ubuntu 10.10. So I could boot from USB. This worked well for a couple years. Recently, I wiped my ACER HD and then installed Ubuntu 12.04. I partitioned the ACER like this:
/dev/sda1 ext2 /boot
/dev/sda2 ext4 /home
/dev/sda3 ext4 /
/dev/sda5 swap
Here's my /boot/grub/grub.cfg (40_custom)
menuentry "Plot Boot Manager" {
set root=(hd0,1)
linux16 /boot/plpbt.bin
}
I placed your plpbt.bin in /boot
When I arrow down to the Plop Boot Manager entry in Grub2, instead of the Plop menu, I get this:
error: file not found
Press any key to continue.....
Any suggestion as to why this is happening ?
Thanks !
ClariBob