User Tools

Site Tools


efi

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
efi [2016/09/03 08:23] fe80:f2bc:0e24:abcb:a728:2dd4:b980:2254efi [2025/04/12 04:15] (current) ealmr
Line 1: Line 1:
 +====== efibootmgr ======
 +
 +https://wiki.gentoo.org/wiki/Efibootmgr
 +
 +===== Creating a boot entry =====
 +
 +
 +    --create (-c) to create a new entry;
 +    --part (-p) followed by the partition number on which the EFI System Partition is hosted;
 +    --disk (-d) followed by the disk on which the EFI System Partition is hosted;
 +    --label (-L) followed by the label to use as the boot entry;
 +    --loader (-l) followed by the path of the EFI image to boot
 +
 +    efibootmgr -c -d /dev/sda -p 2 -L "Gentoo" -l "\efi\boot\bootx64.efi"
 +
 +
 +change boot order: 
 +
 +  efibootmgr -o 2,1
 +  
 +
 <code>This is efibootmgr, a Linux user-space application to modify the Intel <code>This is efibootmgr, a Linux user-space application to modify the Intel
 Extensible Firmware Interface (EFI) Boot Manager.  This application Extensible Firmware Interface (EFI) Boot Manager.  This application
efi.1472891032.txt.gz · Last modified: by fe80:f2bc:0e24:abcb:a728:2dd4:b980:2254

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki