Intro: I was using Windows 10 and I installed Ubuntu 18.04 in a Dual Boot, which worked quite well, until I decided to uninstall Ubuntu and just keep Windows 10. That uninstall didn't go as expected, and I lost access to the Windows 10 Boot Manager.
Later I reinstalled both Ubuntu and Windows 10, but GRUB shows multiple entries in its boot menu which I don't want. Below is a screen photo of my GRUB boot menu.
What I have tried so far:
Fixed the Grub using Boot Repair.
Had gone though various similar questions on askubuntu and other forums but I didn't understand what exactly to do and what boot entry to remove. I am a beginner with Ubuntu and any help will be highly appreciated.
Here is the Boot Repair Log: https://paste.ubuntu.com/p/pwJxxJjYzZ/ and here is my boot info: https://paste.ubuntu.com/p/CkCRhn7S8s/
Boot manager drives:
Here is the text output:
BootCurrent: 0018
Timeout: 2 seconds
BootOrder: 0018,0019,0005,0006,0007,0008,0009,0004
Boot0000* IDER BOOT CDROM PciRoot(0x0)/Pci(0x16,0x2)/Ata(0,1,0)
Boot0001* IDER BOOT Floppy PciRoot(0x0)/Pci(0x16,0x2)/Ata(0,0,0)
Boot0002* ATA HDD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f6)
Boot0003* ATAPI CD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a354)
Boot0004* PCI LAN VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,78a84aaf2b2afc4ea79cf5cc8f3d3803)
Boot0005* USB CD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,86701296aa5a7848b66cd49dd3ba6a55)
Boot0006* USB FDD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,6ff015a28830b543a8b8641009461e49)
Boot0007* NVMe0 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,001c199932d94c4eae9aa0b6e98eb8a400)
Boot0008* ATA HDD0 VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f600)
Boot0009* USB HDD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,33e821aaaf33bc4789bd419f88c50803)
Boot000A Setup FvFile(721c8b66-426c-4e86-8e99-3457c46ab0b9)
Boot000B Boot Menu FvFile(126a762d-5758-4fca-8531-201a7f57f850)
Boot000C Diagnostic Splash Screen FvFile(a7d8d9a6-6ab0-4aeb-ad9d-163e59a7a380)
Boot000D Lenovo Diagnostics FvFile(3f7e615b-0d45-4f80-88dc-26b234958560)
Boot000E Startup Interrupt Menu FvFile(f46ee6f4-4785-43a3-923d-7f786c3c8479)
Boot000F Rescue and Recovery FvFile(665d3f60-ad3e-4cad-8e26-db46eee9f1b5)
Boot0010 MEBx Hot Key FvFile(ac6fd56a-3d41-4efd-a1b9-870293811a28)
Boot0011 Startup Interrupt Menu FvFile(f46ee6f4-4785-43a3-923d-7f786c3c8479)
Boot0012 Rescue and Recovery FvFile(665d3f60-ad3e-4cad-8e26-db46eee9f1b5)
Boot0013 MEBx Hot Key FvFile(ac6fd56a-3d41-4efd-a1b9-870293811a28)
Boot0014* IDER BOOT CDROM PciRoot(0x0)/Pci(0x16,0x2)/Ata(0,1,0)
Boot0015* IDER BOOT Floppy PciRoot(0x0)/Pci(0x16,0x2)/Ata(0,0,0)
Boot0016* ATA HDD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,91af625956449f41a7b91f4f892ab0f6)
Boot0017* ATAPI CD VenMsg(bc7838d2-0f82-4d60-8316-c068ee79d25b,aea2090adfde214e8b3a5e471856a354)
Boot0018* ubuntu HD(1,GPT,961a0049-1bbe-4587-8dda-2d37421f1e6b,0x800,0x76800)/File(\EFI\ubuntu\shimx64.efi)
Boot0019* Windows Boot Manager HD(1,GPT,961a0049-1bbe-4587-8dda-2d37421f1e6b,0x800,0x76800)/File(\EFI\Microsoft\Boot\bootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...o................
What I want:
I only to keep two boot entries if possible (or Native Ubuntu and Windows Entries noting extra): Ubuntu Windows Boot Manager (on /dev/sda1/)
Note: I have UEFI and Safe Boot Enabled which my BIOS doesn't allow to disable.
*Ubuntu
is default and Ubuntu is booting from there... I want to keep it. Second EntryWindows UEFi bootmgfw.efi
and seventh entryWindows Boot Manager (on /dev/sda1/)
are booting into same Windows Install and both are working. I want to keep one only from them... Either will be fine. So on GRUB I just want to keep two one for Ubuntu and one for Windows. – Sheryl Mar 06 '20 at 10:36