分页: 1 / 1
求助:ubuntu装好之后开机启动没有让选择进xp的选项
发表于 : 2008-11-23 6:33
由 about:blank
直接就进ubuntu了
好不容易装好现在 又出现进不了xp的事
新手难当
安装过程时分区是手动的,应该没有碰到有xp的系统盘阿
请问如何是好
谢谢
Re: 求助:ubuntu装好之后开机启动没有让选择进xp的选项
发表于 : 2008-11-23 8:54
由 pack39
Re: 求助:ubuntu装好之后开机启动没有让选择进xp的选项
发表于 : 2008-11-23 13:38
由 about:blank
谢谢
去看了您的帖子
安装过程是差不多的,都是硬盘安装
试了您的方法可是还是看不到双系统启动选项阿
我的问题不仅是这样,就是bios里面设置成从光驱启动它也不从光驱里启动。。。。
Re: 求助:ubuntu装好之后开机启动没有让选择进xp的选项
发表于 : 2008-11-23 14:56
由 about:blank
问题已解决
在/boot/grub/menu.list 后添加
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda2
title Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1
Re: 求助:ubuntu装好之后开机启动没有让选择进xp的选项
发表于 : 2008-11-24 9:39
由 pack39
about:blank 写了:问题已解决
在/boot/grub/menu.list 后添加
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda2
title Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1
恭喜,呵呵,有些问题还是蛮有趣的。