分页: 1 / 1

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

发表于 : 2010-01-31 2:36
kk201168
ubuntu8.04用光盘和硬盘安装都很成功,但是9.04 9.10版本用光盘和硬盘安装都会出现下面的错误,到底该怎么解决啊?我的机器到底是哪里出了问题?请大家帮忙解答下!谢谢了,心里难受! :em19 :em19
001.jpg
002.jpg
003.jpg
004.jpg

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

发表于 : 2010-01-31 14:16
kk201168
没有人知道吗?

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

发表于 : 2010-02-01 18:52
kk201168
下面是朋友们帮我在国外的论坛上找到的答案,可是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

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

发表于 : 2010-02-03 2:40
hetao
跟我一样啊,e文说的是禁用kms

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

发表于 : 2010-02-03 17:21
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,要不不用显卡

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

发表于 : 2010-02-03 21:27
wangdu2002
等几天,勇做小白,换1004版安装。。。804确实是稍老了些。 :em06

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

发表于 : 2010-02-03 23:36
hetao
10.04目前也是同样的问题

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

发表于 : 2010-02-06 8:36
kk201168
:em19 :em19 :em19 :em19

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

发表于 : 2010-02-06 16:04
kk201168
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,要不不用显卡
上述方法也行不通,我刚刚试了。出现同样的错误