You are not logged in.

#1 2016-03-13 03:24:12

exequtor
Member
Registered: 2016-03-13
Posts: 12

[SOLVED] Hide GRUB menu

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

#2 2016-03-13 09:30:43

mf_social
Member
Registered: 2015-09-29
Posts: 7

Re: [SOLVED] Hide GRUB menu

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

#3 2016-03-13 10:18:18

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED] Hide GRUB menu

Hold down the shift key during startup if you want to see the menu after the timeout has been set to zero wink

Offline

#4 2016-03-13 10:33:16

exequtor
Member
Registered: 2016-03-13
Posts: 12

Re: [SOLVED] Hide GRUB menu

Thanks for the reply!

But there's no menu.lst

screenshot-sunday13march2016-062725pht.php

mf_social wrote:

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.

Offline

#5 2016-03-13 10:42:56

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED] Hide GRUB menu

Edit the file at /etc/default/grub (as root!) then save the changes and run `sudo update-grub`

GRUB_TIMEOUT=0

Offline

#6 2016-03-13 10:43:15

xaos52
The Good Doctor
From: Planet of the @pes
Registered: 2015-09-30
Posts: 695

Re: [SOLVED] Hide GRUB menu

EDit /etc/default/grub
Set

GRUB_TIMEOUT=0

save and run

sudo update-grub

The modification should be active after a reboot.

Offline

#7 2016-03-13 10:43:42

xaos52
The Good Doctor
From: Planet of the @pes
Registered: 2015-09-30
Posts: 695

Re: [SOLVED] Hide GRUB menu

Hi HoaS smile

Offline

#8 2016-03-13 10:44:27

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED] Hide GRUB menu

big_smile

Offline

#9 2016-03-13 10:55:22

exequtor
Member
Registered: 2016-03-13
Posts: 12

Re: [SOLVED] Hide GRUB menu

Thank you! You guys are amazing!

Offline

#10 2016-03-13 11:03:58

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [SOLVED] Hide GRUB menu

You're welcome smile

Please add "[SOLVED]" to the thread title to help others who may have this problem.

Offline

#11 2016-03-13 11:15:00

exequtor
Member
Registered: 2016-03-13
Posts: 12

Re: [SOLVED] Hide GRUB menu

Added.. thanks! big_smile

Head_on_a_Stick wrote:

You're welcome smile

Please add "[SOLVED]" to the thread title to help others who may have this problem.

Offline

Board footer

Powered by FluxBB