Help~,Some problems

启动讨论 grub/grub2/syslinux/grub4dos/Lilo
回复
before
帖子: 2
注册时间: 2008-12-03 22:21

Help~,Some problems

#1

帖子 before » 2008-12-03 22:31

Sorry for my poor English .
My network is so bad ,so the Chinese input method can not be installed.

When I first time install ubuntu 8.10 ,there is a windows vista business system already.
After installed the ubuntu,I reboot the system ,there is no list for choose which system do you want to start .Only vista.
So I install a EasyBCD 1.72,and make a grub on the linux part.
But i still can not get into the ubuntu system .Then I have to re install the ubuntu system ,and this time I can choose the system I want to start with .
when i choose vista ,the screen says:get into grub stage2 ,then back to the page of choose operate system ....
It means I can not get into the vista system now .who can help me ?
头像
oneleaf
论坛管理员
帖子: 10454
注册时间: 2005-03-27 0:06
系统: Ubuntu 12.04

Re: Help~,Some problems

#2

帖子 oneleaf » 2008-12-03 22:43

呵呵,尝试在ubuntu下编辑

代码: 全选

sudo gedit /boot/grub/menu.lst
输入以下内容:

代码: 全选

title Windows Vista
root (hd0,0)
makeactive
chainloader +1
然后重启,在Grub里面选择Windows Vista,尝试进入vista。

如果还是启动不了vista, 使用vista的安装盘启动电脑,然后选择修复安装 。

修复完毕后,使用Ubuntu liveCD启动将 Grub 装到 /boot 分区,然后再到vista使用EasyBCD引导就不会有问题了。
before
帖子: 2
注册时间: 2008-12-03 22:21

Re: Help~,Some problems

#3

帖子 before » 2008-12-03 22:57

Thanks for your reply.
I believe it's not the menu.lst 's business.
The point is the Easy BCD install at the vista system .It create a grub on the linux Disk part .when re install linux ,the gurb maybe gone .

I will use my vista install DVD for recovery.
头像
xiooli
帖子: 6956
注册时间: 2007-11-19 21:51
来自: 成都
联系:

Re: Help~,Some problems

#4

帖子 xiooli » 2008-12-03 23:05

do as what oneleaf said, it's no need using vista's dvd to recover the system.
回复