PDA

View Full Version : [SOLVED] Boot - Black screen with purple border



tiaborrelli
May 26th, 2014, 09:18 PM
Hi, i have a problem when i boot the pc.
After the installation of Ubuntu a black screen with a purple box appeares without let me see the choice of GRUB, then the screen becomes black and Ubuntu starts booting.
Ubuntu is the only OS installed but it's quite annoying can't see the option of the bootloader.

Can anyone help me?

ben-schweitzer
May 26th, 2014, 09:24 PM
The screen is most likely just processes starting. Try holding shift before the purple screen to see the GRUB menu.

tiaborrelli
May 26th, 2014, 09:36 PM
I tried that this afternoon and it showed me the processes starting, but now holding shift seems not working.

jeremy31
May 26th, 2014, 09:44 PM
If it is a laptop, try using the FN shortcut to increase the display brightness or plug in an external monitor if you have one

tiaborrelli
May 26th, 2014, 10:07 PM
Yes i have a laptop but it doesn't work FN + brightness, sadly now i can't plug in an external monitor.
I'll try tomorrow. Any other suggestions?

MirkoCe
May 26th, 2014, 10:26 PM
To show grub menu


gksu gedit /etc/default/grub

and edit the following like that (don't forget the #)


#GRUB_HIDDEN_TIMEOUT=0
GRUB_TIMEOUT=4

You can change 4 with whatever you like.

then do


sudo update-grub

that should be all.

tiaborrelli
May 26th, 2014, 11:09 PM
Thank you! That solved the problem!

KillEmAllx
June 20th, 2014, 08:13 PM
To show grub menu


gksu gedit /etc/default/grub

and edit the following like that (don't forget the #)


#GRUB_HIDDEN_TIMEOUT=0
GRUB_TIMEOUT=4

You can change 4 with whatever you like.

then do


sudo update-grub

that should be all.

I have the same problem, black boot screen with purple frame. How do I fix it without turning grub on? Ubuntu is the only OS on my laptop, so I don't really need grub.
Also, anyway to make the purple stuff black?

MirkoCe
June 23rd, 2014, 06:36 PM
Hello,
I also changed my grub to black as I had the same problem. Just do



sudo -H gedit /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.grub


And change to



if background_color 0,0,0 ; then
clear
fi

then


sudo update-grub

Tell me if it worked!