I want both the time grub to be deleted and the grub to not be displayed
How to do?
Thanks
1 Like
Have in /etc/default/grub e.g.
GRUB_DEFAULT=0
GRUB_TIMEOUT=0
GRUB_TIMEOUT_STYLE=hidden
and, if you dual-boot and your Grub still invokes os-prober, comment out in /etc/grub.d/30_os-prober the last line;
#adjust_timeout`
Then run sudo update-grub
3 Likes
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.