|

楼主 |
发表于 2010-10-3 11:02
|
显示全部楼层
回复 8# 的帖子
下面是我的menu.lst.
# 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
title veket C
kernel (hd0,0)/veket/vmlinuz root=/dev/ram0 PMEDIA=idehd
initrd (hd0,0)/veket/initrd.gz
title Boot veket.iso
map --mem /boot/veket.iso (0xff)
map --hook
chainloader (0xff)
boot
title veket D
kernel (hd0,4)/veket/vmlinuz root=/dev/ram0 PMEDIA=idehd
initrd (hd0,4)/veket/initrd.gz
title veket E
kernel (hd0,5)/veket/vmlinuz root=/dev/ram0 PMEDIA=idehd
initrd (hd0,5)/veket/initrd.gz
title veket F
kernel (hd0,6)/veket/vmlinuz root=/dev/ram0 PMEDIA=idehd
initrd (hd0,6)/veket/initrd.gz
title veket G
kernel (hd0,7)/veket/vmlinuz root=/dev/ram0 PMEDIA=idehd
initrd (hd0,7)/veket/initrd.gz
title veket H
kernel (hd0,8)/veket/vmlinuz root=/dev/ram0 PMEDIA=idehd
initrd (hd0,8)/veket/initrd.gz
title veket I
kernel (hd0,9)/veket/vmlinuz root=/dev/ram0 PMEDIA=idehd
initrd (hd0,9)/veket/initrd.gz
title find and load NTLDR of Windows NT/2K/XP
fallback 1
find --set-root --ignore-floppies /ntldr
chainloader /ntldr
savedefault --wait=2
title find and load BOOTMGR of Windows VISTA
fallback 2
find --set-root --ignore-floppies /bootmgr
chainloader /bootmgr
savedefault --wait=2
title find and load CMLDR, the Recovery Console of Windows NT/2K/XP
fallback 3
find --set-root --ignore-floppies /cmldr
chainloader /cmldr
#####################################################################
# write string "cmdcons" to memory 0000:7C03 in 2 steps:
#####################################################################
# step 1. Write 4 chars "cmdc" at 0000:7C03
write 0x7C03 0x63646D63
# step 2. Write 3 chars "ons" and an ending null at 0000:7C07
write 0x7C07 0x00736E6F
savedefault --wait=2
title find and load IO.SYS of Windows 9x/Me
fallback 4
find --set-root /io.sys
chainloader /io.sys
savedefault --wait=2
title find and boot 0PE.ISO
fallback 5
find --set-root /0PE/0PE.ISO
map /0PE/0PE.ISO (0xff) || map --mem /0PE/0PE.ISO (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title find and boot MicroPE.ISO
fallback 6
find --set-root /boot/MicroPE.ISO
map /boot/MicroPE.ISO (0xff) || map --mem /boot/MicroPE.ISO (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title Parted Magic ISO
fallback 7
find --set-root /pmagic.iso
map /pmagic.iso (0xff) || map --mem /pmagic.iso (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title Ultimate Boot CD ISO
fallback 8
find --set-root /ubcd.iso
map /ubcd.iso (0xff) || map --mem /ubcd.iso (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title commandline
commandline
title floppy (fd0)
chainloader (fd0)+1
rootnoverify (fd0)
title back to dos
quit
title reboot
reboot
title halt
halt
title MAXDOS.IMG
find --set-root --ignore-floppies /boot/MAXDOS.IMG
map --mem /boot/MAXDOS.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
错在哪儿呢? |
|