Efi shell: Difference between revisions

From wikinotes
No edit summary
 
Line 1: Line 1:
the UEFI shell is a scriptable commandline interface you can use to boot operating systems.
the EFI shell is a scriptable commandline interface you can use to boot operating systems.


= Tutorials =
= Tutorials =

Latest revision as of 03:00, 3 March 2022

the EFI shell is a scriptable commandline interface you can use to boot operating systems.

Tutorials

https://techlibrary.hpe.com/docs/iss/proliant_uefi/UEFI_TM_030617/GUID-D7147C7F-2016-0901-0A6D-000000000E1B.html

Basics

devices       # list devices
map           # list device mappings (ex: FS0:)
FS0:          # choose a device to interact with (FS0, FS1, ...)

[command] -?  # show help

# several of shell builtins are available
alias cat ls cd cp dh date ftp

# boot or display boot options
bcfg boot dump -v  # show boot options

# load uefi driver
load foo.efi