Juan Asked: 2015-12-19 15:59:42 +0800 CST2015-12-19 15:59:42 +0800 CST 2015-12-19 15:59:42 +0800 CST How to modify waiting time of the dual boot menu [duplicate] 772 How can I change the waiting time of the dual boot menu (starting moment) into my Ubuntu Studio 15.10 installation? Can I? boot 1 Answers Voted Organic Marble 2015-12-19T16:31:35+08:002015-12-19T16:31:35+08:00 Open a terminal window, then back up the existing grub config file: sudo cp /etc/default/grub /etc/default/grub-backup Now (using sudo or gksudo depending on your editor of choice) edit /etc/default/grub and change the number in this line of the file GRUB_TIMEOUT=10 to your desired waiting time in seconds. Exit, saving the file, and then run sudo update-grub On your next boot you should have the wait time you specified.
Open a terminal window, then back up the existing grub config file:
sudo cp /etc/default/grub /etc/default/grub-backup
Now (using
sudo
orgksudo
depending on your editor of choice) edit/etc/default/grub
and change the number in this line of the fileGRUB_TIMEOUT=10
to your desired waiting time in seconds.
Exit, saving the file, and then run
sudo update-grub
On your next boot you should have the wait time you specified.