Originally posted by z640919a at 2007-11-23 10:00 PM:
LS should be to change (fd0) to (hd32) bar.
Thanks to brother z640919a, after changing to hd32, I finally got the ISO to boot.
Now I want to ask, if I format the USB drive as USB-ZIP, how should I write MENU.LST?
title Run Test
map --mem (fd0)/BOOT/grub/test.iso (fd0)
map --hook
chainloader (fd0)
boot
If I write it like this, an Error1 will pop up.
title Run Test
map --mem (hd0,0)/BOOT/grub/test.iso (hd32)
map --hook
chainloader (hd32)
boot
If I write it like this, an Error21 will pop up.
Just don't know how to write it?