LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 634|回复: 2

安装fedora11以后, 不能引导XP

[复制链接]
发表于 2010-10-13 21:59:10 | 显示全部楼层 |阅读模式
我原来是XP系统,然后用live CD安装了Fedora 11, 安装以后,不能引导XP了,  每次选择XP,系统会自动跳到grub界面


  1. #/boot/grub/menu.lst
  2. # grub.conf generated by anaconda
  3. #
  4. # Note that you do not have to rerun grub after making changes to this file
  5. # NOTICE:  You have a /boot partition.  This means that
  6. #          all kernel and initrd paths are relative to /boot/, eg.
  7. #          root (hd0,1)
  8. #          kernel /vmlinuz-version ro root=/dev/mapper/VolGroup-lv_root
  9. #          initrd /initrd-version.img
  10. #boot=/dev/sda
  11. default=0
  12. timeout=10
  13. splashimage=(hd0,1)/grub/splash.xpm.gz
  14. #hiddenmenu
  15. title Fedora (2.6.29.4-167.fc11.i586)
  16.     root (hd0,1)
  17.     kernel /vmlinuz-2.6.29.4-167.fc11.i586 ro root=/dev/mapper/VolGroup-lv_root rhgb quiet
  18.     initrd /initrd-2.6.29.4-167.fc11.i586.img

  19. title Window XP
  20.         rootnoverify (hd0,0)
  21.         makeactive
  22.         chainload (hd0,0) +1
复制代码


  1. [root@localhost /]# fdisk -l

  2. Disk /dev/sda: 60.0 GB, 60011642880 bytes
  3. 255 heads, 63 sectors/track, 7296 cylinders
  4. Units = cylinders of 16065 * 512 = 8225280 bytes
  5. Disk identifier: 0x8dc044c2

  6.    Device Boot      Start         End      Blocks   Id  System
  7. /dev/sda1   *           1        5140    41282482+   c  W95 FAT32 (LBA)
  8. /dev/sda2            5140        5153      102400   83  Linux
  9. /dev/sda3            5153        6335     9500672   8e  Linux LVM

  10. Disk /dev/dm-0: 1048 MB, 1048576000 bytes
  11. 255 heads, 63 sectors/track, 127 cylinders
  12. Units = cylinders of 16065 * 512 = 8225280 bytes
  13. Disk identifier: 0x00000000

  14. Disk /dev/dm-0 doesn't contain a valid partition table

  15. Disk /dev/dm-1: 8678 MB, 8678014976 bytes
  16. 255 heads, 63 sectors/track, 1055 cylinders
  17. Units = cylinders of 16065 * 512 = 8225280 bytes
  18. Disk identifier: 0x00000000

  19. Disk /dev/dm-1 doesn't contain a valid partition table
复制代码
发表于 2010-10-13 22:39:17 | 显示全部楼层
改成:
title Windows XP
        rootnoverify (hd0,0)
        chainloader +1
看看
回复 支持 反对

使用道具 举报

 楼主| 发表于 2010-10-13 22:53:27 | 显示全部楼层
试了,还是不行
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表