I made a bootable USB drive and used GRUB4DOS to boot some IMG tools from the USB drive, but why doesn't it work when I add the option to boot the system from the first partition of the first hard disk?
The MENU.LST file code is as follows:
# This is a sample menu.lst file. You should make some changes to it.
# The old install method of booting via the stage-files has been removed.
# Please install GRLDR boot strap code to MBR with the bootlace.com
# utility under DOS/Win9x or Linux.
# color blue/green yellow/red white/magenta white/magenta
timeout 30
default /default
find --set-root /myudisk.txt
splashimage /boot/bj.xpm.gz
foreground ffffff
background e60012
fontfile /boot/fonts.gz
title (1) veket linux
find --set-root /myudisk.txt
kernel /veket/vmlinuz
initrd /veket/initrd.gz
title (2) windwos98se boot
find --set-root /myudisk.txt
map --mem /boot/win98se.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title (3) Dos
find --set-root /myudisk.txt
map --mem /boot/dos.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title (4) Ghost V8.3
find --set-root /myudisk.txt
map --mem /boot/ghost8.3.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title (5) Ghost V11.01
find --set-root /myudisk.txt
map --mem /boot/ghost11.01.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title (6) Boot the first operating system
rootnoverify (hd0,0)
makeactive
chainloader +1
title (7) Restart the computer
reboot
title (8) Shut down the computer
halt
Experts, help analyze:
title (6) Boot the first operating system
rootnoverify (hd0,0)
makeactive
chainloader +1
Why doesn't this part work? How should I write it???
[ Last edited by wpah on 2009-10-15 at 14:02 ]
The MENU.LST file code is as follows:
# This is a sample menu.lst file. You should make some changes to it.
# The old install method of booting via the stage-files has been removed.
# Please install GRLDR boot strap code to MBR with the bootlace.com
# utility under DOS/Win9x or Linux.
# color blue/green yellow/red white/magenta white/magenta
timeout 30
default /default
find --set-root /myudisk.txt
splashimage /boot/bj.xpm.gz
foreground ffffff
background e60012
fontfile /boot/fonts.gz
title (1) veket linux
find --set-root /myudisk.txt
kernel /veket/vmlinuz
initrd /veket/initrd.gz
title (2) windwos98se boot
find --set-root /myudisk.txt
map --mem /boot/win98se.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title (3) Dos
find --set-root /myudisk.txt
map --mem /boot/dos.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title (4) Ghost V8.3
find --set-root /myudisk.txt
map --mem /boot/ghost8.3.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title (5) Ghost V11.01
find --set-root /myudisk.txt
map --mem /boot/ghost11.01.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title (6) Boot the first operating system
rootnoverify (hd0,0)
makeactive
chainloader +1
title (7) Restart the computer
reboot
title (8) Shut down the computer
halt
Experts, help analyze:
title (6) Boot the first operating system
rootnoverify (hd0,0)
makeactive
chainloader +1
Why doesn't this part work? How should I write it???
[ Last edited by wpah on 2009-10-15 at 14:02 ]
