6

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.

1 Answers1

8

As explained here, you need to set GRUB_TIMEOUT to -1 in /etc/default/grub file and execute sudo update-grub.

muru
  • 197,895
  • 55
  • 485
  • 740
caspinos
  • 231