I’m using GRUB4DOS version 2007-12-05. The USB flash drive is using USB-ZIP mode (it gets recognized as drive A:). I first boot into DOS and then start GRUB through config.sys. I added the following lines to MENU.LST to boot the floppy disk image frdos.ima, but as a result GRUB did not boot the image and instead booted the USB flash drive again, so it became: machine boots from USB flash drive —— GRUB boot menu —— choose “Start Free-DOS” —— back to the GRUB boot screen again... Can some expert tell me where the problem is?
[ Last edited by tyndall on 2007-12-22 at 04:22 PM ]
title Start Free-DOS
map --mem /boot/frdos.ima (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
[ Last edited by tyndall on 2007-12-22 at 04:22 PM ]
