|
请教P大,想在二级菜单做个硬盘交换,然后引导一键恢复安装,代码如下:
- timeout 15
- default 5
- gfxmenu ()/BOOT/GRUB/MESSAGE || find --set-root /BOOT/GRUB/MESSAGE && gfxmenu ()/MESSAGE
- title 1,交换硬盘 hd0、hd1 顺序
- map (hd0) (hd1)
- map (hd1) (hd0)
- map --rehook
- pause - Exchanged! Press any key & List hd0's parameter......
- ls (hd0,0)/
- echo
- echo
- geometry (hd0)
- echo
- pause - If not expect the hd0, may again be exchanged.
- configfile ()/BOOT/GRUB/ONEKEY.LST || find --set-root /BOOT/GRUB/ONEKEY.LST && configfile ()/ONEKEY.LST
- title 2,安装IBM、无忧一键备份恢复系统
- command RUN /BOOT/IMGS/ONEKEY.IMA
- title 3,安装F11一键备份恢复系统 (另一个)
- command RUN /BOOT/IMGS/F11.IMA
- title 4,磁盘分区工具 PM 8.05 中英双语版
- command RUN /BOOT/IMGS/PM805.IMG
- title 5,磁盘分区工具 ADDS 10.0.2169 中文版
- command RUN /BOOT/IMGS/ADDS2169.IMG
- title 返回主菜单
- configfile (md)4+8
复制代码
可是怎么也回不到菜单,总是到grub>命令行,该怎么写啊? |
|