In this topic I deleted my previous distribution's record from NVRAM (if I understand it correctly). But I also did
Bash:
sudo efibootmgr -b 0001 -B
sudo efibootmgr -b 0001 -B
What exactly it means? What happens if user selects to boot from hard drive? There can be many bootloaders on the EFI partition. May be no bootloaders. EFI partition mat not exist at all. What will boot if there's no MBR? Or it means to boot in legacy mode?Purpose: Provides a "generic" boot option. In some cases, it's a reference to the first HDD (or SDD depending on if your system detects the difference -- mine does, so probably most do today)
Usually, it'll be faded in your boot order in the UEFI/BIOS graphical menu. If you choose the boot menu (Say F9 or F11, etc. depending on your board), not the UEFI/BIOS menu, it won't appear, or if it does and there's nothing bootable, it'll just try the next device on the list until it finds something or fails, in which case it'll give an error and reboot. Think of it as a placeholder. As I said, it's a case of "Let me try and boot from whatever I can that looks like an HDD/SSD", then CD-ROM, "Let me look for a CD/DVD disk", then so on until failure or success.What exactly it means? What happens if user selects to boot from hard drive? There can be many bootloaders on the EFI partition. May be no bootloaders. EFI partition mat not exist at all. What will boot if there's no MBR? Or it means to boot in legacy mode?