# dd if=grldr.mbr of=/dev/sde
18+0 records in
18+0 records out
9216 bytes (9.2 kB) copied, 0.011999 s, 768 kB/s# fdisk /dev/sdemkfs.vfat -F 32 /dev/sde1# mkdir -p /media/sde1
# mount /dev/sde1 /media/sde1
# cp ~/isoz/debian-504-i386-netinst.iso /media/sde1/# cp grldr /media/sde1/# editor /media/sde1/menu.lsttitle My cool ISO image
find --set-root /debian-504-i386-netinst.iso
map /debian-504-i386-netinst.iso (0xff)
map --hook
chainloader (0xff)If you are lucky, this will boot. If you unlucky (and it says something about uncontinuous), during copying the .iso image it got fragmented. Re-copy and 1. Pray 2. Try to copy .iso on clean disk.
Thanks:
[http://grub4dos.sourceforge.net/wiki/index.php/Grub4dos_tutorial]
And few more links that I can't remember from [http://www.google.com/search?q=grub+boot+iso&ie=UTF-8&oe=UTF8
And thanks to GRUB2 guys for fucking up config!