Creating Custom Veeam Recovery Media with Command Line Interface
To create a custom Veeam Recovery Media, you need to perform the following operations:
- Download the ISO file of the generic Veeam Recovery Media. You can download this file from the Veeam software repository.
- Using the downloaded ISO file, create the Custom Veeam Recovery Media.
Downloading Generic Recovery Media
<output_path> — path to the downloaded ISO file of the generic Veeam Recovery Media.
Veeam Agent downloads the ISO file of the generic Veeam Recovery Media depending on the Veeam Agent computer architecture. For details, see Veeam Recovery Media ISO Files.
For example:
Creating Custom Recovery Media
To create custom Veeam Recovery Media with the command line interface, use the following command:
- <input_path> — path to the ISO file of the generic Veeam Recovery Media.
- <output_path> — path to the resulting ISO file of the custom Veeam Recovery Media.
- <additional_path> — path to a directory with additional drivers that you want to include in the Veeam Recovery Media.
$ veeamconfig patchiso --input /mnt/veeam/iso/veeam-recovery-amd64-5.0.0.iso --output /mnt/veeam/iso/veeam-recovery-media-srv01.iso --copy /tmp/template --efi |