双系统出错了

启动讨论 grub/grub2/syslinux/grub4dos/Lilo
回复
讲故事的人
帖子: 32
注册时间: 2009-06-18 11:22
来自: 江苏 无锡
联系:

双系统出错了

#1

帖子 讲故事的人 » 2009-11-02 11:57

非常喜欢ubuntu ,新版本一出来就下了。昨天抽空装了一下9.10,结果出错了。我的电脑装有vista ,在最后一个分区装linux,以前装过两次都没有问题,这次装完后,vista 无法引导了。每次运行到滚动条消失后就蓝屏。没有办法,vista设置的是蓝屏自动重启,什么也看不到。在网上搜了好久也找不到这方面到信息,难到我是最特别到?这个grub2不好玩阿,一出来就给我下马威,希望各位帮个忙,共同发扬linux人到互助专研精神。
这是我的grub.cfg文件配置:
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s /boot/grub/grubenv ]; then
have_grubenv=true
load_env
fi
set default="0"
if [ ${prev_saved_entry} ]; then
saved_entry=${prev_saved_entry}
save_env saved_entry
prev_saved_entry=
save_env prev_saved_entry
fi
insmod ext2
set root=(hd0,3)
search --no-floppy --fs-uuid --set 3a1253ab-6350-4b5c-9878-d63d45a29724
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
fi
fi
if [ ${recordfail} = 1 ]; then
set timeout=-1
else
set timeout=10
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/white
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry "Ubuntu, Linux 2.6.31-14-generic" {
recordfail=1
if [ -n ${have_grubenv} ]; then save_env recordfail; fi
set quiet=1
insmod ext2
set root=(hd0,3)
search --no-floppy --fs-uuid --set 3a1253ab-6350-4b5c-9878-d63d45a29724
linux /boot/vmlinuz-2.6.31-14-generic root=UUID=3a1253ab-6350-4b5c-9878-d63d45a29724 ro quiet splash
initrd /boot/initrd.img-2.6.31-14-generic
}
menuentry "Ubuntu, Linux 2.6.31-14-generic (recovery mode)" {
recordfail=1
if [ -n ${have_grubenv} ]; then save_env recordfail; fi
insmod ext2
set root=(hd0,3)
search --no-floppy --fs-uuid --set 3a1253ab-6350-4b5c-9878-d63d45a29724
linux /boot/vmlinuz-2.6.31-14-generic root=UUID=3a1253ab-6350-4b5c-9878-d63d45a29724 ro single
initrd /boot/initrd.img-2.6.31-14-generic
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows Vista (loader) (on /dev/sda1)" {
insmod ntfs
set root=(hd0,1)
search --no-floppy --fs-uuid --set f21810a11810673f
chainloader +1
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
在这个世界的大门外,我徘徊了太久……
头像
O_O_BOT
帖子: 2461
注册时间: 2009-05-20 19:32

Re: 双系统出错了

#2

帖子 O_O_BOT » 2009-11-02 12:01

irc <chenfengyuan|ZN5> say: 那就干脆换成win7好了
irc 聊天室
ubuntu-cn 的irc 频道为
irc.ubuntu.com 8001 #ubuntu-cn
UTF8编码 可用 irssi xchat pidgin weechat 登录

http://webchat.freenode.net/?channels=ubuntu-cn
[url]irc://irc.freenode.net/ubuntu-cn[/url]
ryoohki
帖子: 3249
注册时间: 2008-10-28 20:18

Re: 双系统出错了

#3

帖子 ryoohki » 2009-11-02 12:05

是不是改变过硬盘分区的大小了? Windows Vista/7 的引导现在也是使用UUID来认分区的,先用windows Vista 的原版安装光盘修复下bootmgr,再用LiveCD修复GRUB2
回复