|
|
楼主 |
发表于 2013-1-25 15:32:54
|
显示全部楼层
原帖由 不才 于 2013-1-25 14:42 发表 
嘿嘿,把你的g4d工具的菜单发上来瞅瞅?或许能找到问题。
由于避免与其它软件冲突,我把GRUB的grldr改名成ghdos,在我自己的几台电脑中使用一切正常,但个别电脑里还是会启动不成功。特别是第一分区隐藏后,系统装在第二分区时,更是不能成功启动进入GRUB,请高手赐教。谢谢
grub内置菜单:
- pxe detect
- configfile
- default 0
- timeout 1
- title find /gdos/menu.lst, /gdos/grub/menu.lst
- errorcheck off
- configfile /gdos/menu.lst
- configfile /gdos/grub/menu.lst
- if "%@root%"=="(ud)" && calc *0x82A0=*0x82b9&0xff
- if "%@root:~1,1%"=="f" && find --set-root --devices=f /gdos/menu.lst && configfile /gdos/menu.lst
- find --set-root --ignore-floppies --ignore-cd /gdos/menu.lst && configfile /gdos/menu.lst
- find --set-root --ignore-floppies --ignore-cd /gdos/grub/menu.lst && configfile /gdos/grub/menu.lst
- errorcheck on
- commandline
- title commandline
- commandline
- title reboot
- reboot
- title halt
- halt
复制代码 |
|