EfiLdrImage.exe
Options PE1 PE2 PE3 ...
EfiLdrImage.exe [-v | -q | -d] -o <FileName> <InputFile1> [<inputfile2>]...EfiLdrImage.exe -hEfiLdrImage.exe --version
The EfiLdrImage tool is used to combine PE files into EFILDR image with Efi loader header.
If no options are specified, tool prints usage.
-o, --output FilenameThe file that contains the combined loader file.--versionPrint version and copyright of this program and exit-v, --verboseTurn on verbose output with informational messages printed. This is a count value, so specifying -vv can be used to increase the verbosity level.-q, --quietDisable all messages except FATAL ERRORS-d, --debug [#]Enable debug messages, at level #-h, --helpPrint copyright, version and usage of this program and exit
Return Value | Description |
STATUS_SUCCESS 0 | The action was completed as requested. |
STATUS_ERROR 2 | The action failed. |
The loader.data and loader1.data will be put into loader.img file which contains an EFI loader header.
c:/Tools/EfiLdrImage.exe -o loader.img loader.data loader1.data
No known issues
Report bugs to [email protected]
None.
None.
Copyright (c) 1999 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at:
http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.