EDIT, NEW: See Post #4 below on possibilities why this might occur.
An fyi post for those following the issue of gremlins.
Yesterday, this was my BootOrder as shown by efibootmgr (and it actually did work this way upon booting):
I posted it in another thread discussion -->
https://www.kubuntuforums.net/showth...l=1#post376893
This:
Last night, I shut down the computer.
This morning, I powered up the computer, it booted to a different Boot order,
I investigated all the boot menus in UEFI firmware to confirm that, indeed,
the BootOrder had changed consistently throughout, I allowed the PC to boot using the new BootOrder, got into my Kubuntu here, ran efibootmgr thusly:
And so, it flipped the first two entries ubuntu and refind; and it deleted the three at the end, 0007,0008,0009 (these are probably not anything important, cryptic duplicates or BIOS options, I'm sure).
I did not take screen shots, I forgot how, but you can trust me on this!
An fyi post for those following the issue of gremlins.
Yesterday, this was my BootOrder as shown by efibootmgr (and it actually did work this way upon booting):
I posted it in another thread discussion -->
https://www.kubuntuforums.net/showth...l=1#post376893
This:
Code:
sudo efibootmgr [sudo] password for mike: BootCurrent: 0000 Timeout: 1 seconds BootOrder: [B][COLOR=#ff0000]0000,0003[/COLOR][/B],0001,0004,000A,0005,0006,0002,000B,000C,0007,0008,0009 Boot0000* [COLOR=#ff0000]ubuntu[/COLOR] Boot0001* debian Boot0002* grub_sda5K1504 Boot0003* [COLOR=#ff0000]rEFInd[/COLOR] Boot Manager Boot0004* Mint_2 Boot0005* Hard Drive Boot0006* CD/DVD Drive Boot0007* UEFI:CD/DVD Drive Boot0008* UEFI:Removable Device Boot0009* UEFI:Network Device Boot000A* Mint_1 Boot000B* ubuntu Boot000C* ubuntu
This morning, I powered up the computer, it booted to a different Boot order,
I investigated all the boot menus in UEFI firmware to confirm that, indeed,
the BootOrder had changed consistently throughout, I allowed the PC to boot using the new BootOrder, got into my Kubuntu here, ran efibootmgr thusly:
Code:
sudo efibootmgr [sudo] password for mike: BootCurrent: 0003 Timeout: 1 seconds BootOrder: [B][COLOR=#ff0000]0003,0000[/COLOR][/B],0001,0004,000A,0005,0006,0002,000B,000C Boot0000* [COLOR=#ff0000]ubuntu[/COLOR] Boot0001* debian Boot0002* grub_sda5K1504 Boot0003* [COLOR=#ff0000]rEFInd[/COLOR] Boot Manager Boot0004* Mint_2 Boot0005* Hard Drive Boot0006* CD/DVD Drive Boot000A* Mint_1 Boot000B* ubuntu Boot000C* ubuntu
I did not take screen shots, I forgot how, but you can trust me on this!
Comment