I have changed / added
# test GRUB_TIMEOUT
GRUB_TIMEOUT_STYLE=menu
to default/grub
The ,manual( !) states
Code:
‘GRUB_TIMEOUT_STYLE’If this option is unset or set to ‘menu’, then GRUB will display the menu and then wait for the timeout set by ‘GRUB_TIMEOUT’ to expire before booting the default entry. Pressing a key interrupts the timeout.
If this option is set to ‘countdown’ or ‘hidden’, then, before displaying the menu, GRUB will wait for the timeout set by ‘GRUB_TIMEOUT’ to expire. If ESC is pressed during that time, it will display the menu and wait for input. If a hotkey associated with a menu entry is pressed, it will boot the associated menu entry immediately. If the timeout expires before either of these happens, it will boot the default entry. In the ‘countdown’ case, it will show a one-line indication of the remaining time.
I am not sure what "they" mean " by " unset ", so I tried both
GRUB_TIMEOUT_STYLE=
and
GRUB_TIMEOUT_STYLE=menu
Same results , timeout is still 30 seconds .
Here is the output of update-grub
Code:
a@a-desktop:~$ sudo update-grub
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.15.0-122-generic
Found initrd image: /boot/initrd.img-4.15.0-122-generic
Found linux image: /boot/vmlinuz-4.15.0-120-generic
Found initrd image: /boot/initrd.img-4.15.0-120-generic
Found Ubuntu 16.04.6 LTS (16.04) on /dev/sda2
Found Ubuntu 16.04.2 LTS (16.04) on /dev/sda5
Found Ubuntu 16.04.6 LTS (16.04) on /dev/sdc6
Found Ubuntu 16.04.7 LTS (16.04) on /dev/sdd6
Found Ubuntu 16.04.7 LTS (16.04) on /dev/sde2
Found Ubuntu 16.04.7 LTS (16.04) on /dev/sdf18
Adding boot menu entry for EFI firmware configuration
done
a@a-desktop:~$
I could use some assistance answering these questions:
1. I realize my system is a mess, however why do I see ONLY two images.
I am using "only /dev/sdd6" and do no know if it has a valid "image"
What is the difference between "image" and "dev/.." entries in update-grub ?
2. What is this line telling me ?
Adding boot menu entry for EFI firmware configuration
How can i verify such addition ?
Pehaps using efibootmgr ?
Bookmarks