为什么8.04后的版本安装都会出现这样的错误?

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
头像
kk201168
帖子: 40
注册时间: 2008-03-05 20:11

为什么8.04后的版本安装都会出现这样的错误?

#1

帖子 kk201168 » 2010-01-31 2:36

ubuntu8.04用光盘和硬盘安装都很成功,但是9.04 9.10版本用光盘和硬盘安装都会出现下面的错误,到底该怎么解决啊?我的机器到底是哪里出了问题?请大家帮忙解答下!谢谢了,心里难受! :em19 :em19
001.jpg
002.jpg
003.jpg
004.jpg
头像
kk201168
帖子: 40
注册时间: 2008-03-05 20:11

Re: 为什么8.04后的版本安装都会出现这样的错误?

#2

帖子 kk201168 » 2010-01-31 14:16

没有人知道吗?
头像
kk201168
帖子: 40
注册时间: 2008-03-05 20:11

Re: 为什么8.04后的版本安装都会出现这样的错误?

#3

帖子 kk201168 » 2010-02-01 18:52

下面是朋友们帮我在国外的论坛上找到的答案,可是TMD是E文,看不懂。能不能帮忙翻译下?新年快到了,恭喜发财
hello, i also have a dell optiplex gx260 (1 gb memory) and mint 8 runs fine - however i had to do some settings

1st in bios i had to put video memory to 8mb instead of 1 mb
second i installed from live cd - after you have installed from the desktop - before you reboot you have to change grub2
(problem is with the intel onboard video card - new driver has a problem) (in mint 7 this worked out of the box) but since latest kernels driver has a problem - the new driver will be included in the upcoming version in april 2010 but until then you can solve it as follows

boot from live cd until desktop appears - click install button
make sure while you install that you have an internet connection (wired or wireless) so updates can be retrieved while installing

let the computer do a soft reboot at the end (soft reboot should work normally) - once desktop appears again do the following

you have to modifify grub2 and put in the parameter: nomodeset

open the terminal and type

Code: Select all
gksudo gedit /etc/default/grub



add following to this line

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"

save file
close
and then

Code: Select all
sudo update-grub




then everything runs fine

see also in forum

http://forums.linuxmint.com/viewtopic.p ... 9&start=15
hetao
帖子: 175
注册时间: 2008-01-03 16:25
联系:

Re: 为什么8.04后的版本安装都会出现这样的错误?

#4

帖子 hetao » 2010-02-03 2:40

跟我一样啊,e文说的是禁用kms
hetao
帖子: 175
注册时间: 2008-01-03 16:25
联系:

Re: 为什么8.04后的版本安装都会出现这样的错误?

#5

帖子 hetao » 2010-02-03 17:21

楼主
我与你同样的问题,完全一样的错误显示,具体在:viewtopic.php?f=139&t=255404&p=1714215#p1714215
到于e文的意思其实很简单
打开/etc/default/grub,如果装的是Burg就是/etc/default/burg,找到GRUB_CMDLINE_LINUX_DEFAULT这一行,在最后追加nomodeset,变成
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
但是我这样做并不能解决问题,还是一样,不过楼主可以试试,或许我们的状况有不一样,目前要不不用Ubuntu,要不不用显卡
头像
wangdu2002
帖子: 13284
注册时间: 2008-12-13 19:39
来自: 物华天宝人杰地灵

Re: 为什么8.04后的版本安装都会出现这样的错误?

#6

帖子 wangdu2002 » 2010-02-03 21:27

等几天,勇做小白,换1004版安装。。。804确实是稍老了些。 :em06
行到水穷处,坐看云起时。
海内生明月,天涯共此夕。
--------------------吾本独!
hetao
帖子: 175
注册时间: 2008-01-03 16:25
联系:

Re: 为什么8.04后的版本安装都会出现这样的错误?

#7

帖子 hetao » 2010-02-03 23:36

10.04目前也是同样的问题
头像
kk201168
帖子: 40
注册时间: 2008-03-05 20:11

Re: 为什么8.04后的版本安装都会出现这样的错误?

#8

帖子 kk201168 » 2010-02-06 8:36

:em19 :em19 :em19 :em19
头像
kk201168
帖子: 40
注册时间: 2008-03-05 20:11

Re: 为什么8.04后的版本安装都会出现这样的错误?

#9

帖子 kk201168 » 2010-02-06 16:04

hetao 写了:楼主
我与你同样的问题,完全一样的错误显示,具体在:viewtopic.php?f=139&t=255404&p=1714215#p1714215
到于e文的意思其实很简单
打开/etc/default/grub,如果装的是Burg就是/etc/default/burg,找到GRUB_CMDLINE_LINUX_DEFAULT这一行,在最后追加nomodeset,变成
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
但是我这样做并不能解决问题,还是一样,不过楼主可以试试,或许我们的状况有不一样,目前要不不用Ubuntu,要不不用显卡
上述方法也行不通,我刚刚试了。出现同样的错误
回复