I have recently installed Ubuntu on an old Windows 10 laptop and I've then use gparted to remove the Windows partition and managed to give myself rights to the storage drive.
Windows is gone (I think) but I still get asked to choose between Windows and Ubuntu at start up.
Is there a way for me to skip over the boot menu at startup and go direct to desktop in order to speed up my startup experience?
sudo update-grub
and check what happens when you reboot. Let us know the result (maybe it is enough, maybe you need something more advanced). – sudodus Mar 13 '19 at 12:53Sourcing file `/etc/default/grub'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.15.0-46-generic
Found initrd image: /boot/initrd.img-4.15.0-46-generic
Found linux image: /boot/vmlinuz-4.15.0-45-generic
Found initrd image: /boot/initrd.img-4.15.0-45-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
done
Thing is that it's still loading the boot order at startup just removed windows. How can I skip this ?
– Andrea David Edelman Mar 13 '19 at 14:45grub
(which is the bootloader of Ubuntu). Maybe you can check the UEFI/BIOS system menus and see if you can find where to modify it -- This belongs to the computer (and can differ a lot between computer brands and models), so my experience of booting Ubuntu does not help much. – sudodus Mar 13 '19 at 15:32update-grub
, even when no other operating system is found. And then your method should work. -- Let us wait and see the response from the OP, Andrea David Edelman. – sudodus Mar 13 '19 at 16:30