无忧启动论坛

标题: 这个menu.lst如何写 [打印本页]

作者: d0od    时间: 2007-4-8 21:25
标题: 这个menu.lst如何写
mbr方式启动grub,U盘能启动到GRUB菜单,打算选择这项后启动硬盘的XP系统,却说“Invalid system disk,replace the disk,and then press any key",请高手们帮忙


启动第一个硬盘的第一个主分区
title Boot From (hd0,0)
rootnoverify (hd0,0)
makeactive
chainloader +1

[ 本帖最后由 d0od 于 2007-4-8 09:35 PM 编辑 ]
作者: wjh6088    时间: 2007-4-8 22:09
我的可以这样,你试试看
title Boot From (hd0,0)
chainloader (hd0,0)+1
boot

作者: d0od    时间: 2007-4-8 22:20
原帖由 wjh6088 于 2007-4-8 10:09 PM 发表
我的可以这样,你试试看

还是这个“Invalid system disk,replace the disk,and then press any key”:'(
作者: xypcmac    时间: 2007-4-8 22:36
NT 系统用这个:

title 启动硬盘上的 Win2k/XP 系统
find --set-root /ntldr
chainloader /ntldr
作者: d0od    时间: 2007-4-8 22:58
原帖由 xypcmac 于 2007-4-8 10:36 PM 发表
NT 系统用这个:

title 启动硬盘上的 Win2k/XP 系统
find --set-root /ntldr
chainloader /ntldr



这个我也试过了 发主题贴时忘记说了。

使用后提示是这样的"window could not start because the following file is missing or corrupt:<windows root>\system32\hal.dll, please re-install a copy of the above file"



U盘是没有ntldr文件,硬盘的C分区根目录有此文件;

hal.dll 在C盘的windows\system32\下是有的,怎么会说没有呢?
作者: d0od    时间: 2007-4-9 12:26
自己再顶一下 请大家帮帮忙!
作者: cooling    时间: 2007-4-9 12:32
你是用u盘启动的吧?那加上map (hd1) (hd0),
我的是:

title 12. 调用     硬盘NTLDR WINDOWS XP启动菜单
map (hd1) (hd0)
find --set-root --ignore-floppies /ntldr
chainloader /ntldr
作者: Climbing    时间: 2007-4-9 15:01
map (hd1) (hd0)
map --hook
...
作者: d0od    时间: 2007-4-9 15:36
谢谢楼上各位,7楼、8楼的方法搞定。再次感谢:victory:




欢迎光临 无忧启动论坛 (http://wuyou.net/) Powered by Discuz! X3.3