Hello everyone.
I format my usb stick to be GRUB bootable.
I try to run some bootable ISO images.
some of the ISO's running good.
the other give me the "ERROR 60: File for drive emulation must be in one contiguous disk area"
someone can help me with that?
here is my MENU.LST:
splashimage (hd0,0)/BOOT/logo.xpm.gz
foreground 13c416
background f40404
timeout 80
default /default
title Start XP Pro
map (hd0,0)/XP-Pro.iso (hd32)
map --hook
root (hd32)
chainloader (hd32)
boot
title Start Paragon Partition Manager 2009
map (hd0,0)/paragon.iso (hd32)
map --hook
chainloader (hd32)
title Ubuntu8
map (hd0,0)/ubuntu8.iso (hd32)
map --hook
root (hd32)
chainloader (hd32)
boot
title UBCD
map (hd0,0)/ubcd.iso (hd32)
map --hook
root (hd32)
chainloader (hd32)
boot
The UBUNTU8 dont work but the UBCD work
