|
在移动硬盘安装后想要加入几个启动的img,使用GRUBEDIT.EXE查看和导出 GRLDR和GRUB.EXE 里面的菜单都是如下内容,和实际不符。
default 0
timeout 1
fallback 1
title find /MINIPE/K
find --set-root --ignore-floppies /MINIPE/K
configfile /MINIPE/K
title find /BOOT/GRUB/MINIPE/K
fallback 2
find --set-root --ignore-floppies /BOOT/GRUB/MINIPE/K
configfile /BOOT/GRUB/MINIPE/K
title find /GRUB/MINIPE/K
fallback 3
find --set-root --ignore-floppies /GRUB/MINIPE/K
configfile /GRUB/MINIPE/K
title commandline
commandline
title reboot
reboot
title halt
halt
请教如何才能修改菜单? |
|