Currently I am using Ubuntu alongside Windows 7.I have decided to get rid of windows and gain some extra disk space.That's easy. But How am i Supposed to remove the Bootloader at startup and directly boot Ubuntu.
Asked
Active
Viewed 68 times
0
-
possible duplicate: http://askubuntu.com/questions/111085/how-do-i-hide-the-grub-menu-showing-up-in-the-beginning-of-boot – RiddleMeThis May 03 '15 at 16:59
1 Answers
0
Open the grub file by:
sudo gedit /etc/default/grub
and change the following line:
GRUB_HIDDEN_TIMEOUT_QUIET=false
to:GRUB_HIDDEN_TIMEOUT_QUIET=true
Save and exit
Run
sudo update-grub

Ron
- 20,638