I want to remove or greatly reduce the time for which the GRUB screen appears. I have used GRUB customizer and gedit. All the values are what they need to be, yet the screen remains for 30 seconds. Using Ubuntu 18.04.
What could be the problem, and how can I fix it?
grub-mkconfig
orupdate-grub
where they advocate only running the command during distribution upgrade or when discovering new kernels to generate new entries. It is a dangerous command that can reconfigure the grub and cause boot failure. Advocating the change to /etc/default/grub requires runningupdate-grub
for it to be effective, while editing the timeout values in grub.cfg is quick, simple and does not actually change the main structure of the grub.cfg itself. If you only change these timeout values who can mess anything up! – NetIceGear Mar 07 '19 at 20:39/etc/default/grub
is clear enough. – Pilot6 Mar 07 '19 at 20:54