The following are four blocks of Grub4DOS statements to boot ISO images. They can start successfully in the boot menu.lst at the beginning of boot, but when entering the console command line of Grub by typing "grub" in pure DOS and manually entering "chainloader (0xff)" or "chainloader (hd32)", all errors occur. I don't know why. And there is no problem to boot .IMG and .IMA. Please,各位 Grub masters, how should I manually enter to boot ISO images in the console commands of grub4DOS?
title 1, Boot ISO
find --set-root /ghost/msdos71s.iso
map --mem /ghost/msdos71s.iso (0xff)
map --hook
chainloader (0xff)
title 2, Boot ISO
find --set-root /ghost/msdos71s.iso
map /ghost/msdos71s.iso (0xff)
map --hook
chainloader (0xff)
title 3, Boot ISO
find --set-root /ghost/msdos71s.iso
map --mem /ghost/msdos71s.iso (hd32)
map --hook
chainloader (hd32)
title 3, Boot ISO
find --set-root /ghost/msdos71s.iso
map /ghost/msdos71s.iso (hd32)
map --hook
chainloader (hd32)
[ Last edited by xiaoyunwang on 2008-10-15 at 13:25 ]
title 1, Boot ISO
find --set-root /ghost/msdos71s.iso
map --mem /ghost/msdos71s.iso (0xff)
map --hook
chainloader (0xff)
title 2, Boot ISO
find --set-root /ghost/msdos71s.iso
map /ghost/msdos71s.iso (0xff)
map --hook
chainloader (0xff)
title 3, Boot ISO
find --set-root /ghost/msdos71s.iso
map --mem /ghost/msdos71s.iso (hd32)
map --hook
chainloader (hd32)
title 3, Boot ISO
find --set-root /ghost/msdos71s.iso
map /ghost/msdos71s.iso (hd32)
map --hook
chainloader (hd32)
[ Last edited by xiaoyunwang on 2008-10-15 at 13:25 ]

