windows/ubuntu dual boot

Grizzlly Real_Grizz_Adams at yahoo.co.uk
Tue Aug 20 19:37:18 UTC 2024


Tuesday, August 20, 2024  at 15:17, bruce wrote:
windows/ubuntu dual boot (at least in part)

>hi.

>Got an old windows laptop.It has/had ubuntu as dual boot. At one time, I know
>it had the ability to see the screen when logging on, to select the OS. This
>no longer happens. 

>Any one know what might be happening, or what I can check? 

you may have the time grub displays set to zero

sudo nano etc/default/grub

GRUB_TIMEOUT=0

or have the prober turned off

GRUB_DISABLE_OS_PROBER=true

change to suit your needs, then

sudo update-grub

personally I have

GRUB_TIMEOUT=2
GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true

which (if no user interaction) runs the last OS choosen




More information about the ubuntu-users mailing list