红联Linux门户
Linux帮助

解决ubuntu引导windows导致花屏问题

发布时间:2015-04-29 22:09:37来源:baidu作者:善济小儿

如图所示:
解决ubuntu引导windows导致花屏问题

解决ubuntu引导windows导致花屏问题

Ubuntu 14.04.2 LTS (14.04) (on /edv/sdb10)
Ubuntu 15.04 (15.04) (on /edv/sdb2)
...


在ask ubuntu 上看到的,一个大神改了grub分辨率加背景图片。
In my case screen resolution is 1440X900. Somebody says that changing grub window resolution to actual resolution of monitor makes boot faster(but I don't see this take effect in last versions o Ubuntu). So I've changed and uncommented one line in /etc/default/grub to this:
GRUB_GFXMODE=1440x900
Then to change purple background of grub I created the image, in my case just black image with 1440X900 resolution and put it in /boot/grub. So my file is:
/boot/grub/gbackground.jpg
Then I've edited again /etc/default/grub and puted a line in it:
GRUB_BACKGROUND=/boot/grub/gbackground.jpg
then I updated grub configuration with command:
sudo update-grub


相关文章:
如何解决SiS显卡在Ubuntu 10.10上显示花屏的问题:http://www.linuxdiyf.com/linux/7681.html

Ubuntu 11.10 beta2花屏问题解决一例:http://www.linuxdiyf.com/linux/5824.html