You are not logged in.
Pages: 1
Hi guys, I'm new to BunsenLabs.
How do I hide the GRUB menu so I don't have to see it count down when I boot?
Thanks!
Last edited by exequtor (2016-03-13 11:13:59)
Offline
Open a terminal
sudo nano boot/grub/menu.lst
Edit the number after the word timeout to 0
Ctrl + o to write the change to the file
Ctrl + x to exit nano
sudo update-grub
Reboot and profit.
Last edited by mf_social (2016-03-13 09:31:11)
Offline
Hold down the shift key during startup if you want to see the menu after the timeout has been set to zero
Offline
Offline
Edit the file at /etc/default/grub (as root!) then save the changes and run `sudo update-grub`
GRUB_TIMEOUT=0
Offline
EDit /etc/default/grub
Set
GRUB_TIMEOUT=0
save and run
sudo update-grub
The modification should be active after a reboot.
Offline
Hi HoaS
Offline
Offline
Thank you! You guys are amazing!
Offline
You're welcome
Please add "[SOLVED]" to the thread title to help others who may have this problem.
Offline
Added.. thanks!
You're welcome
Please add "[SOLVED]" to the thread title to help others who may have this problem.
Offline
Pages: 1