Specifications

148 Version 2.0
load
Summary
Loads a UEFI driver into memory.
Usage
load [-nc] file [file...]
Options
-nc
Load the driver, but do not connect the driver.
File
File that contains the image of the UEFI driver (wildcards are permitted)
Description
This command loads an driver into memory. It can load multiple files at one time, and
the file name supports wildcards.
If the -nc flag is not specified, this command will try to connect the driver to a proper
device; it may also cause already loaded drivers be connected to their corresponding
devices.
Status Codes Returned
SHELL_SUCCESS The action was completed as requested.
SHELL_INVALID_PARAMETER One of the passed in parameters was incorrectly formatted or
its value was out of bounds.
SHELL_SECURITY_VIOLATIO
N
This function was not performed due to a security violation
SHELL_NOT_FOUND The requested file was not found