红联Linux门户
Linux帮助

关于xp+F9双系统的问题

发布时间:2008-06-08 16:01:54来源:红联作者:linuxhl
我之前装完深度的xp后再装ubuntu,ubuntu的grub可以自动识别xp,但我现在装玩xp后再装F9就启动不了,请问F9会自动识别xp的吗,如果不行,应该怎么做,请大家帮帮忙,或者提供些相关的帖子看看,谢了
文章评论

共有 9 条评论

  1. 微宝贝 于 2008-06-10 10:46:26发表:

    引用:
    原帖由 astromoto 于 2008-6-10 02:14 发表
    if i try to log in windows
    it will restart after the screen shows the windows' logo

    The grub.conf is almost right
    It shows that there are something wrong with the windows. so you should configure the boot files of windows

    [ 本帖最后由 微宝贝 于 2008-6-10 10:47 编辑 ]

  2. astromoto 于 2008-06-10 02:14:58发表:

    my grub is
    default=0
    timeout=5
    splashimage=(hd0,5)/grub/splash.xpm.gz
    hiddenmenu
    title Fedora (2.6.25.4-30.fc9.x86_64)
    root (hd0,5)
    kernel /vmlinuz-2.6.25.4-30.fc9.x86_64 ro root=UUID=c04e4a1b-0eb7-4a73-b724-cbaf27260a0f rhgb quiet
    initrd /initrd-2.6.25.4-30.fc9.x86_64.img
    title Fedora (2.6.25-14.fc9.x86_64)
    root (hd0,5)
    kernel /vmlinuz-2.6.25-14.fc9.x86_64 ro root=UUID=c04e4a1b-0eb7-4a73-b724-cbaf27260a0f rhgb quiet
    initrd /initrd-2.6.25-14.fc9.x86_64.img
    title Windows
    rootnoverify (hd0,0)
    chainloader +1

    but I still can't login windows
    if i try to log in windows
    it will restart after the screen shows the windows' logo

    what's wrong ?

  3. 相思爱文 于 2008-06-09 20:56:25发表:

    建议学一下grub知识,不管是什么系统都能手动引导(或编辑成菜单)。

  4. 奶茶dsk 于 2008-06-09 16:31:19发表:

    引用:
    原帖由 cm.yang 于 2008-6-8 18:41 发表


    安装f9时,grub不是就安装到mbr了么?

    重装了xp,mbr自然被重写了..

  5. 微宝贝 于 2008-06-09 12:52:38发表:

    开机启动f9以root登陆,编辑/boot/grub/menu.lst 加入一下几行
    tittle winxp
    rootnoverify (hd0,0) //一般来说是这样的,因为你先装的xp
    chainloader +1

  6. cm.yang 于 2008-06-08 18:41:05发表:

    引用:
    原帖由 奶茶dsk 于 2008-6-8 16:51 发表
    手动引导f9,然后在把grub写到mbr就好了..


    安装f9时,grub不是就安装到mbr了么?

  7. 奶茶dsk 于 2008-06-08 16:51:28发表:

    手动引导f9,然后在把grub写到mbr就好了..

  8. panaiec 于 2008-06-08 16:37:17发表:

    参考http://www.linuxdiyf.com/bbs/thread-59749-1-1.html

  9. panaiec 于 2008-06-08 16:35:07发表:

    我找一下