...I toyed with was the
command. I couldn't figure that dern thing out.
- List all entries
# efibootmgr
- Delete an entry
# efibootmgr -b 0000 -B
(where 0000 would correspond with the numbers listed from the above, eg 0001)
Wiping everything is completely safe, your BIOS* will autodetect it all next boot an repopulate it.
- Set boot order (if you can tell the difference, which it seems you can't)
# efibootmgr -o 0001,0005,0002,0012
(and so on)
- Try to ded-dup (may be useful, though I go with purge)
# efibootmgr -D
- Find out more
man efibootmgr
(not meaning RTFM, I promise, lol, just want to get on with the topic)
Anyway, on-topic...
The easiest thing I'd start with just update GRUB config.
But first, a word from my sponsor, SafeKitty-chan.
"Before making boot changes, nyan, always have a LiveCD, nyan. It may save your life, nyan."
For those who don't speak Kawaii (i.e. the sane folks): Get a LiveCD (doesn't matter which) to recover before proceeding with any boot alterations unless you know how to manually boot from GRUB.
Anyway, more on-topic...
Let's "fix" your config:
# nano /etc/default/grub
uncomment GRUB_DISABLE_RECOVERY="true"
make sure GRUB_TIMEOUT is 5-10 seconds so you get the chance to edit the menu if you need to manually recovery in the future.
# update-grub
Reboot you machine and hopefully all is well. It's not uncommon to see two entries because your BIOS* will auto-detect EFI files and most installs tend to have the following .efi files: grubx64, shimx64, BOOTX64, distroname/grubx64 (case may vary). Anyway, all roads lead to the same destination, and if your GRUB config is updated, then that's what'll reflect when you enter GRUB.
If that does not work, then please, please, please:
Can you take a clear phone pic of the grub menu and upload it?
while (!THREAD_SOLVED) {
So again, take a picture of it?
}
...And also you boot menu from your BIOS*
*UEFI, I know, it's just one of those colloquialisms to still say BIOS, like how technically it's a "sink" in your bathroom, but we say "basin" for the bathroom and "sink" for the kitchen.