Syntax
bootgen -image test.bif -o -boot.bin -log trace
Description
Generates a log while generating the boot image. There are various options for choosing the level of information. The information is displayed on the Console and in the log file, named bootgen_log.txt is generated in the current working directory.
Arguments
- error: Only the error information is captured.
- warning: The warnings and error information is captured. This is the default value.
- info: The general information and all the above information is captured.
- trace: More detailed information is captured along with the information above.