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


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 写了:楼主
我与你同样的问题,完全一样的错误显示,具体在: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,要不不用显卡