|
4#
楼主 |
发表于 2013-1-2 14:01:19
|
只看该作者
我下了一个0722版的run,结果还是一样,还是说什么isk-nodisk没有找到……
还有一个问题:
为什么当前菜单为启动: Microsoft Windows XP Professional的时候,按向下的方向键会跳到第三个菜单
启动: Arch Linux?其他的菜单都正常,按快捷键2,也能正常跳到启动:维护版 Win8 PE……
# 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.
#
# It must be UTF-8 encoding for multi-lingual support. Font lines can be
# appended to the file. The font lines should be in the unifont.hex format.
#color blue/green yellow/red white/magenta white/magenta
timeout 30
## menu border color
color heading=0x000000 helptext=0x000000 border=0xFF0000
## set vbe mode
graphicsmode -1 640:800 480:600 24:32 || graphicsmode -1 -1 -1 24:32
## loading splashimage
splashimage /boot/grub/splashimage.xpm || splashimage /boot/grub/splashimage.bmp
#default /BOOT/GRUB/default
font /BOOT/GRUB/UNIFONT.HEX
#字间距和行间距控制,字间距:行间距
terminal --font-spacing=1:10
menuset 3 52 2 17 19 2
hotkey -nb
title ^1 1 启动: Microsoft Windows XP Professional
fallback +1
rootnoverify (hd0,0)
chainloader +1
title ^2 2 启动:维护版 Win8 PE
fallback +1
find --set-root --ignore-floppies --ignore-cd /BOOT/ISO/Win8PE.iso
#RUN --FIRA --firadisk-nodisk /BOOT/ISO/Win8PE.iso
RUN --firadisk-nodisk (pd)/BOOT/IMGS/FIRADISK.IMG (pd)/BOOT/GRUB/WINPE.ISO
title ^3 3 启动: Arch Linux
fallback +1
root (hd0,7)
kernel /boot/vmlinuz-linux root=UUID=6f2968ec-ecd1-4e37-8dfa-d4796df5ff57 ro quiet
initrd /boot/initramfs-linux.img
title ^4 4 启动: Arch Linux Fallback
fallback +1
root (hd0,7)
kernel /boot/vmlinuz-linux root=UUID=6f2968ec-ecd1-4e37-8dfa-d4796df5ff57 ro quiet
initrd /boot/initramfs-linux-fallback.img
title ^5 5 启动: Parted Magic 2012-12-25
fallback +1
find --set-root --ignore-floppies --ignore-cd /pmagic/bzImage
kernel /pmagic/bzImage edd=off load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=9 max_loop=256 vmalloc=320MiB keymap=us zh_CN
initrd /pmagic/initrd.img
title ^6 6 启动: MAXDOS9.3 加强版工具箱
find --set-root --ignore-floppies --ignore-cd /BOOT/IMGS/MAXDOS.IMG
map --mem /BOOT/IMGS/MAXDOS.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title ^7 7 运行:Windows NT 系列通用启动盘[2012-02-13]
find --set-root --ignore-floppies --ignore-cd /BOOT/ISO/ntboot.iso
map --mem /BOOT/ISO/ntboot.iso (0xff)
map --hook
chainloader (0xff)
title ^8 8 使用:联想拯救系统 7.2 版
fallback +1
#password get.han
find --set-root --ignore-floppies --ignore-cd /bootmgr
#root (hd0,3)
chainloader +1
title ^9 9 启用:GRUB4DOS 命令行
commandline
title ^R R 重新启动计算机
[ 本帖最后由 gogo11 于 2013-1-2 14:04 编辑 ] |
|