I installed my ubuntu few days ago and everything was great until this morning when i started the computer instead of the ubuntu boot screen (with ubuntu and the dots ) i now get a black back ground with loads of writing moving down ...i want my normal boot screen back help! its not just a black background it has writings on it ... with green 'ok' starting each line
Asked
Active
Viewed 259 times
0
1 Answers
1
You just see kernel starting messages, it's ok. But if you don't want to see them, first open your terminal and enter:
sudo gedit /etc/default/grub
This will open the text editor, search for a line looking like this:
GRUB_CMDLINE_LINUX_DEFAULT="....."
If there isn't any quiet splash
where I write .....
, add quiet splash
between those quotes. There may be other options, don't delete them, you may corrupt your bootloader.
Them close the text editor and enter
sudo update-grub
Restart the computer too see the effects and done.

razorx
- 441
- 3
- 10
/etc/default/grub
? – David Foerster Nov 27 '16 at 09:54