|
2#
楼主 |
发表于 2014-2-26 14:41:45
|
只看该作者
这个转本地硬盘启动,P大的默认菜单叫---转下一启动设备。。。。我修改后的M1.LST是
#8
title [3] 转本地硬盘启动 Boot from Hard Disk\n
if exist mydm if exist F11s command --set-path=(bd)/BOOT/GRUB/ || if exist (bd)/BOOT/GRUB/SISO command --set-path=(bd)/BOOT/GRUB/ || if exist %?_BOOT%/BOOT/GRUB/SISO command --set-path=%?_BOOT%/BOOT/GRUB/ || if exist (0xff)/BOOT/GRUB/SISO command --set-path=(0xff)/BOOT/GRUB/ || pause 此功能需要SISO模块在指定目录。 && goto 6
set *
map (hd-1) (hd-1)
map --rehook
font
splashimage
SISO boot=hd
#9
title [4] RUN模块 RUN Module by ZXW\n
if exist (bd)/BOOT/GRUB/RUN command --set-path=(bd)/BOOT/GRUB/ || if exist %?_BOOT%/BOOT/GRUB/RUN command --set-path=%?_BOOT%/BOOT/GRUB/ || if exist (0xff)/BOOT/GRUB/RUN command --set-path=(0xff)/BOOT/GRUB/ || pause 此功能需要RUN模块在指定目录。 && goto 6
set *
map (hd-1) (hd-1)
map --rehook
font
splashimage
RUN --txt --gfx --nocolor || pause Return from RUN with something error.
reboot
语法不存在任何问题,因为直接按8是可以选到上面的,只是用上下键选不到这个菜单,直接被跳过了 |
|