Specifications

92 Version 2.0
Status Codes Returned
SHELL_SUCCESS The action was completed as requested.
SHELL_SECURITY_VIOLATION This function was not performed due to a security violation
SHELL_INVALID_PARAMETER One of the passed in parameters was incorrectly formatted or its
value was out of bounds.
Examples
To connect all drivers to all devices recursively:
Shell> connect -r
To display all connections:
Shell> connect
ConnectController(1) : Status = Success
ConnectController(2) : Status = Success
ConnectController(3) : Status = Success
...
ConnectController(3D) : Status = Success
To connect drivers with 0x17 as highest priority to all the devices they can
manage:
Shell> connect 17
To connect all possible drivers to device 0x19:
Shell> connect 19
To connect drivers with 0x17 as highest priority to device 0x19 they can manage:
Shell> connect 19 17
To connect console devices described in the UEFI Shell environment variables:
Shell> connect -c