How to skip grub menu

Hi,
I'v seeing grub menu every time i boot into the system
Here is my grub settings:

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

GRUB_THEME=/usr/share/grub/themes/zorin/theme.txt

There is no any other OS alongside the zorin
Any help will be appreciated

1 Like

Does it show up for 30 seconds? If so, that's a 'recordfail' problem. Search for that, you'll see there's a lot of causes. I struggled valiantly to get around that problem, ended up just reinstalling the OS.

2 Likes

This should be set to a non-zero number. try 3 or 5... If in future you must access the Recovery Menu, setting this to zero can seriously inhibit your ability to do so.

What is the terminal output of

efibootmgr

2 Likes

Here's the output:

BootCurrent: 0005
Timeout: 2 seconds
BootOrder: 0005,2001,0003,2002,2004,2005,2006,0002,0000,0001
Boot0000  Boot Device List
Boot0001  Diagnostic Menu
Boot0002  UiApp
Boot0003* HDD/SSD
Boot0005* ubuntu
Boot2001* USB Memory
Boot2002* USB ODD
Boot2004* LAN1
Boot2005* LAN2
Boot2006* FDD
Boot3001  HDD Recovery

There is a progress bar at the top of the screen and if I dont press the enter it will automatically boot into the zorin
I think the progress bar is a 30 second timer
Is there any problem with that?

Yes I did

But here we see:

Your default is 0 but the first bootable position for Zorin OS is in position five.
You can try setting:
GRUB_DEFAULT=5

While you are in there, you might add this line:

GRUB_RECORDFAIL_TIMEOUT=0

Please be sure to run sudo update-grub before rebooting to test.

3 Likes

Thanks it worked

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.