I am a new Linux and I am using ubuntu 16.04 LTS as my OS. I am encountering a slow boot of my OS. I am using Lenovo G50 (4Gb RAM, Core I5 processor). Pls. help, TIA! :)
Asked
Active
Viewed 748 times
1 Answers
0
I have read this comment. Is this possible? hehe.
Believe it or not its the text output.
open a terminal and run:
sudo vi /etc/default/grub
change the line:
GRUB_CMDLINE_LINUX_DEFAULT=""
to
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
run:
sudo update-grub2
It shaved 10 seconds off my 15 second boot time.

pabaso
- 31
"Believe it or not its the text output.
open a terminal and run:
sudo vi /etc/default/grub
change the line:
GRUB_CMDLINE_LINUX_DEFAULT=""
to
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
run:
sudo update-grub2
It shaved 10 seconds off my 15 second boot time."
– pabaso Jul 04 '16 at 12:28