I used to have Windows 8.1 - Linux Mint dual boot. I succesfully removed Windows from the system but Grub still shows Windows in boot options:
I would like to configure the system the way, that on start up I directly load into Linux Mint without seeing Grub screen options at all.
What I tried so far:
sudo update-grub
sudo sed -i 's/GRUB_TIMEOUT=10/GRUB_TIMEOUT=0/' /etc/default/grub
sudo update-grub
Deleted Windows entry using efibootmgr; it was entry Boot0003, it is no more there:
BootCurrent: 0002 Timeout: 0 seconds BootOrder: 0002,0004,2003,2001,2002 Boot0000* EFI Network 0 for IPv6 (70-54-D2-8C-E9-B5) Boot0001* EFI Network 0 for IPv4 (70-54-D2-8C-E9-B5) Boot0002* ubuntu Boot0004* Ubuntu Boot2001* EFI USB Device Boot2002* EFI DVD/CDROM Boot2003* EFI Network
- 3 followed by deleting directory Microsoft from
/boot/efi/EFI
.
Currently/boot/efi/EFI
has three dirs left:Boot
toshiba
ubuntu
Is there anything else I could do?