Score:0

Increase the boot selection time for windows 11 and ubuntu

sy flag

I have windows 11 and Ubuntu 20.04 LTS as dual boot. I would like to to increase the boot selection time

Score:0
it flag

Answer copied from this answer, credit to user peachy

You need to edit /etc/default/grub file by opening a terminal and running this command: sudo gedit /etc/default/grub

You need to set the value of GRUB_TIMEOUT to how long (in seconds) you want the grub menu to appear. GRUB_TIMEOUT is actually the number of seconds before the default entry is automatically booted. If you want to see the menu for 10 seconds which is the default, then do:

GRUB_TIMEOUT=10

Also, make sure that you add # before the GRUB_HIDDEN_TIMEOUT=0 line:

#GRUB_HIDDEN_TIMEOUT=0

Then do a sudo update-grub and reboot.

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.