Ubuntu Black screen after boot splash

来源:互联网 发布:轻量级社交平台源码 编辑:程序博客网 时间:2024/05/22 05:00

OS: Ubuntu 9.10 - the Karmic Koala
Kernel: 2.6.31-14-generic
Problem: Ubuntu goes into blank screen during boot up

Solution:
1. Edit grub (/etc/default/grub) to close splash
 ruilin@ruilin:~$ gksudo gedit /etc/default/grub
Change:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
To:
GRUB_CMDLINE_LINUX_DEFAULT=""

2. Update grub.cfg (/boot/grub/grub.cfg)
ruilin@ruilin:~$ sudo update-grub

3. Reboot the system
 ruilin@ruilin:~$ sudo reboot

Explain:
It seems that the boot splash will set the video card to a high-resolution mode that not compatible with the GDM.

原创粉丝点击