Note from Veeam support:
-------------
I'm finding that Debian based distros are fine (ie. Debian/Ubuntu). Seems to be an issue with RHEL based distros.
-------------
Workaround that worked for me that I received from Veeam support:
-------------
I have another update, I do believe we have a workaround for now, can you do the following for me:
Run these commands
Code: Select all
# mkdir -p /test/bin
# mkdir -p /test/lib/x86_64-linux-gnu
# cp /bin/kmod /test/bin/
# cp /lib64/libcrypto.so.10 /test/lib/x86_64-linux-gnu/
# veeamconfig patchiso --input veeam-recovery-media-4.0.0.iso --output veeam-recovery-media-4.0.0_patched.iso --efi --copy /test
-------------
Another note from Veeam support:
-------------
Okay, I have an update, the issue is with the current patching, it will result in a huge intramfs and results in the ISO either not booting or modules failing to be copied properly.
We are looking to resolve the issue in the future, but we do not have any ETA for future releases.
-------------
Test your recovery on the regular basis to make sure it is working properly!
Do not assume that it will just work when you need it.