You are not logged in.

#1 2014-06-01 01:49:54

maggie
Member
Registered: 2011-02-12
Posts: 255

How to remove the Advanced Options from Grub boot menu

The new version of grub groups kernels under a section of the menu called Advanced Options which makes selecting a kernel unattended impossible. Can this behavior be disabled so that grub.cfg has simply one menu item per kernel like the old behavior? Thank you.

Offline

#2 2014-06-01 07:27:40

bstaletic
Member
Registered: 2014-02-02
Posts: 658

Re: How to remove the Advanced Options from Grub boot menu

For that you'll have to edit /etc/gurb.d/10_linux
Have a look at this thread*.
EDIT: There's grub-customizer in AUR. It's GUI tool for editing grub.

EDIT2: wrong link; look at my post below.

Last edited by bstaletic (2014-06-01 09:25:24)

Offline

#3 2014-06-01 08:57:52

henk
Member
From: Weert, Netherlands
Registered: 2013-01-01
Posts: 334

Re: How to remove the Advanced Options from Grub boot menu

@bstaletic, your link 'this thread' directs to a github page, which as I can see it has nothing to do with the grub problem.
@maggie, https://bugs.archlinux.org/task/38455, which indicates you have to disable /etc/grub.d/10_linux .

Offline

#4 2014-06-01 09:23:27

Methos
Member
From: Europe
Registered: 2013-08-22
Posts: 5

Re: How to remove the Advanced Options from Grub boot menu

@henk
This bug report was for doubled entries, but this seems to be solved with the current grub version.

@maggie
To disable the submenu add following line to your /etc/default/grub:
GRUB_DISABLE_SUBMENU=y

grub-mkconfig afterwards should do the magic.

Offline

#5 2014-06-01 09:24:04

bstaletic
Member
Registered: 2014-02-02
Posts: 658

Re: How to remove the Advanced Options from Grub boot menu

I see that now, I mean this thread.

Offline

Board footer

Powered by FluxBB