User Tools

Site Tools


efi

Differences

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

Link to this comparison view

Next revision
Previous revision
efi [2016/09/03 08:23] – created fe80:f2bc:0e24:abcb:a728:2dd4:b980:2254efi [2025/04/12 04:15] (current) ealmr
Line 1: Line 1:
-This is efibootmgr, a Linux user-space application to modify the Intel+====== 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
 Extensible Firmware Interface (EFI) Boot Manager.  This application Extensible Firmware Interface (EFI) Boot Manager.  This application
 can create and destroy boot entries, change the boot order, change can create and destroy boot entries, change the boot order, change
Line 109: Line 130:
    'efibootmgr -c -i eth0 -H 222F -U 500 -L netboot'    'efibootmgr -c -i eth0 -H 222F -U 500 -L netboot'
  
-Many other uses may be found.+Many other uses may be found.</code>
efi.1472890990.txt.gz · Last modified: by fe80:f2bc:0e24:abcb:a728:2dd4:b980:2254

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki