I use Linux 16.04 and Windows 10 in Dual Boot mode. I have Grub customizer installed and reordered my boot list. But I want to stop the default operating system to boot after the initial 10 seconds passed. I want it to halt as long as I do not choose any operating system to boot. I am badly in need of this. But do not know how to do this.
Asked
Active
Viewed 584 times
1 Answers
8
As explained here, you need to set GRUB_TIMEOUT
to -1 in /etc/default/grub
file and execute sudo update-grub
.
-
2When the Grub menu appears just press the spacebar within the 10 secs. – Paul Benson Nov 25 '18 at 20:51
-
@PaulBenson That would still require user interaction on each boot. – gronostaj Nov 26 '18 at 07:51