|
请问版主zhxy9804 提供的那个常用启动文件里边的grldr做引导的话,menu.lst的大小写怎么处理,要不要修改grldr内置的查找menu.lst的句子?
另:光盘根目录下的grldr有没有什么作用??
计算机加载光盘引导区内容后,grldr有自带的内置这样的菜单:
pxe detect
configfile
default 0
timeout 1
title find /menu.lst, /boot/grub/menu.lst, /grub/menu.lst
errorcheck off
configfile /MENU.LST
configfile /BOOT/GRUB/MENU.LST
configfile /GRUB/MENU.LST
find --set-root --ignore-floppies --ignore-cd /menu.lst && configfile /menu.lst
find --set-root --ignore-floppies --ignore-cd /boot/grub/menu.lst && configfile /boot/grub/menu.lst
find --set-root --ignore-floppies --ignore-cd /grub/menu.lst && configfile /grub/menu.lst
errorcheck on
commandline
title commandline
commandline
title reboot
reboot
title halt
halt
如果全部转化为大写,这个2kb是不是要修改内置菜单,修改后还会是2kb吗? |
|