Specifications

150 Version 2.0
loadpcirom
Summary
Loads a UEFI driver from a file in the format of a PCI Option ROM.
Usage
loadpcirom [-nc] romfile [romfile...]
Options
-nc - Load the ROM image but do not connect the driver
romfile - PCI option ROM image file (wildcards are permitted)
Description
This command is used to load PCI option ROM images into memory for execution. The
file can contain legacy images and multiple PE32 images, in which case all PE32
images will be loaded. The example below shows typical output from help for this
command.
Examples
To load a rom file ‘rom.bin’:
fs0:\> LoadPciRom rom.bin
To load ‘*.bin’ files but do not connect the driver
fs0:\> LoadPciRom –nc *.bin