I have run Boot Repair on my machine and then rebooted my machine with my Live USB out.
From this point, I was first presented with a screen that said
1) "Shim UEFI Key Management" then was presented with
2) Boot Manager screen with two options: a) Unknown Device and b) Windows Boot Manager. Selected "Unknown Device" as option (b) did nothing.
3) After this, saw a GRUB ver 2.02 screen with the first option of *Ubuntu, which then eventually got me into Ubuntu.
The above sequence of steps occurs everytime I reboot my machine.
Why all these steps?
FYI, here is my boot-repair info: http://paste.ubuntu.com/10562192/
You will notice that on lines: 549, 741 and 776, I am getting the line:
Boot0000* Unknown Device: HD(1,800,100000,aa8f4a18-e5fc-41ff-bb2d-826eab7312c9)File(EFIubuntushimx64.efi)RC
Would this be the reason I am getting the "Unknown Device" in my Boot Manager?
Thanks.
efibootmgr
may show up in your firmware's boot manager, so that is probably the source of "Unknown Device" there. It looks like you've got at least two (I suspect three) copies of Shim, and at least one of them isn't working, hence the failure and fallback to one working entry. Please review the Secure Boot link I posted earlier, and the first two sub-pages on its parent page. This will give you the background you need to track down which Shim copy is causing your problems and delete it. – Rod Smith Mar 08 '15 at 15:28/boot/efi/EFI/ubuntu
and/boot/efi/EFI/BOOT
, although the suspected third copy will be elsewhere, perhaps not even mounted. That's why I said to read those pages; they'll describe what you need to know to figure out where things are. What little standardization there is on this is insufficient for me to give you specific instructions. – Rod Smith Mar 08 '15 at 20:53