rhboot / efibootmgr

efibootmgr development tree
GNU General Public License v2.0
519 stars 99 forks source link

efibootmgr does not show inactive bootnum #34 #82

Closed c4pp4 closed 4 years ago

c4pp4 commented 6 years ago

34

So if the issue is that there are some boot variables that are literally "Boot####-00000000-0000-0000-0000-000000000000", i.e. the GUID is all zeroes, then the reason we're not showing them is that they're in the wrong namespace, in fact a totally invalid one, and they won't work at all.

Is there a way to remove the 'zero' var?

vathpela commented 4 years ago

cd /sys/firmware/efi/efivars/ chattr -i Boot-00000000-0000-0000-0000-000000000000 rm Boot-00000000-0000-0000-0000-000000000000