Edite seu arquivo /etc/default/grub
. Coloque o tempo em segundos na opção GRUB_TIMEOUT=
.
# If you change this file, run 'update-grub' afterwards to update # /boot/grub/grub.cfg. # For full documentation of the options in this file, see: # info -f grub -n 'Simple configuration' GRUB_DEFAULT="saved" #GRUB_HIDDEN_TIMEOUT="0" GRUB_HIDDEN_TIMEOUT_QUIET="true" GRUB_TIMEOUT="10" GRUB_RECORDFAIL_TIMEOUT=$GRUB_TIMEOUT GRUB_DISTRIBUTOR="'lsb_release -i -s 2> /dev/null || echo Debian'" GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" GRUB_CMDLINE_LINUX=""
Ative essa alteração executando:
$ sudo update-grub