[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
howtos:slackware_admin:efi_administration [2018/10/29 20:01 (UTC)] – created arfonhowtos:slackware_admin:efi_administration [2018/10/29 20:05 (UTC)] arfon
Line 4: Line 4:
 ====== View EFI boot menu contents ====== ====== View EFI boot menu contents ======
  
-<code>efibootmgr</code>+<code>sudo efibootmgr</code>
  
 Will return something like: Will return something like:
Line 36: Line 36:
  
 List the current boot entries: List the current boot entries:
-<code>efibootmgr</code>+<code>sudo efibootmgr</code>
  
 Then delete the desired entry: Then delete the desired entry:
-<code>efibootmgr -Bb 0000</code>+<code>sudo efibootmgr -Bb 0000</code>
  
  
 howtos:slackware_admin:efi_administration ()