|
本帖最后由 董大 于 2018-10-7 06:09 编辑
看了上面SCPH_50001的帖子,我想是不是要在第6步释放完指针后,复制grldr和 menu.lst两个文件到C盘的根目录下,两个文件如下:
1.[GRLDR文件]
pxe detect
configfile
default 0
timeout 1
title find /menu.lst, /boot/grub/menu.lst, /grub/menu.lst
errorcheck off
configfile /boot/grub/menu.lst
configfile /grub/menu.lst
if "%@root%"=="(ud)" && calc *0x82A0=*0x82b9&0xff
if "%@root:~1,1%"=="f" && find --set-root --devices=f /menu.lst && configfile /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
configfile http://b.chenall.net/menu.lst
errorcheck on
commandline
title commandline
commandline
title reboot
reboot
title halt
halt
2.[MENU.LST文件]
default 0
timeout 0
title [0] ramos
find --set-root /PR-Image-Z.vdf
map --read-only /PR-Image-Z.vdf (hd0)
map (hd0) (hd1)
map --hook
chainloader (hd0,0)/bootmgr
请大神帮看看,谢谢啦 |
|