1

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! :)

pabaso
  • 31

1 Answers1

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