Disable submenus in Grub
by black-clover from LinuxQuestions.org on (#5SXRR)
Hi,
I'm trying to disable submenus for other kernels in grub splash screen.
I have added:
Code:GRUB_DISABLE_SUBMENU=trueTried both =true and ="true" since both forms appear in the file samples.
to /etc/default/grub
and tried both
Code:sudo update-gruband
Code:sudo grub-mkconfig -o /boot/grub/grub.cfgHowever, the submenus are still there.
Any suggestions?
I'm trying to disable submenus for other kernels in grub splash screen.
I have added:
Code:GRUB_DISABLE_SUBMENU=trueTried both =true and ="true" since both forms appear in the file samples.
to /etc/default/grub
and tried both
Code:sudo update-gruband
Code:sudo grub-mkconfig -o /boot/grub/grub.cfgHowever, the submenus are still there.
Any suggestions?