红联Linux门户
Linux帮助

求助:sata硬盘下安装centos win7双系统,硬盘安装centos

发布时间:2011-06-05 00:03:26来源:红联作者:phughderek
[i=s] 本帖最后由 phughderek 于 2011-6-5 09:15 编辑 [/i]

刷BIOS,win7已经装好

安装grub4dos解压目录下的grldr、grldr.mbr到C盘根目录

运行这些命令
bcdedit /create /d “grub” /application bootsector
提示生成一个{id}
bcdedit /set {id} device partition=C:
bcdedit /set {id} path \grldr.mbr
bcdedit /displayorder {id} /addlast
全部成功

启动菜单成功添加 grub

选择进入后 提示 BIOS:drive=0×0,h=0,s=0
try (fd0):invalid or null
error:cannot find grldr in all drivces

menu.lst 中添加了
kernel (hd0,0)/isolinux/vmlinuz
initrd (hd0,0)/isolinux/initrd.img

后又使用EasyBCD,也是添加启动菜单成功,但是进入就提示
Missing MBR-help

是因为我的硬盘是sata,对应的设备不应写hd么,

我是菜鸟,希望坛子里的朋友热心帮助
文章评论

共有 5 条评论

  1. relishthemoment 于 2012-02-15 19:06:20发表:

    你是不是还有个100M的小分区?

  2. phughderek 于 2011-06-10 14:34:14发表:

    请问 哪位能不能告诉为什么会提示
    BIOS:drive=0×0,h=0,s=0
    try (fd0):invalid or null
    error:cannot find grldr in all devices. Press Ctrl+Alt+Del

  3. phughderek 于 2011-06-05 21:43:21发表:

    非常感谢,楼上的回答

  4. liuzuqing 于 2011-06-05 20:11:51发表:

    这不是你的menu.lst文件的问题,应该是grub没有安装好,开机后你都没能进入grub环境 ,又怎么能通过menu.lst配置文件引导centos安装程序。在win7我没安装过grub,没经验,帮不到你。
    我建议:
    1.制作一个dos启动u盘,将grub4dos拷贝到u盘
    2.从u盘引导,运行grub 程序。
    3.运行find /vmlimuz命令,看看你把vmlinuz放在那个根分区
    4.根据第3步的结果运行 kernel (hdX,X)/vmlinuz 命令
    5.根据第3步的结果运行 initrd (hdX,X)/initrd.img 命令
    6. 运行 boot
    7.进入centos安装程序

  5. phughderek 于 2011-06-05 19:45:45发表:

    希望能引起高手的注意