Now you’re less likely to miss what’s been brewing in our knowledge base with this weekly digest
Please, try again later.
A Linux machine cannot boot the Veeam Recovery Media from a USB flash drive created using a third-party tool to image the ISO onto the USB flash drive.
Third-party ISO-to-USB imaging software may alter the way the image boots when writing the ISO contents to the flash drive.
Write the ISO image to the USB flash drive using the dd command-line program.
Example:
sudo dd bs=4M if=/path/to/veeam-recovery.iso of=/dev/sdx status=progress oflag=sync
Hardware is not recognized in the Veeam Recovery Media environment, and any of the following are also true:
/etc/veeam/veeam.ini
under the [recoveryui] sectionenableOnLiveSystem = 1
sudo service veeamservice restart
veeamconfig recoveryui
When booting from a recovery media image patched on specific Linux kernels, veeamservice does not start correctly. As a result, the recovery UI is inaccessible. The following output is displayed instead:
Linux veeam-recovery-iso 4.18.0-240.22.1.e18_3.x86_64 #1 SMP Thu Mar 25 14:36:04 EDT 2021 X86_64 Welcome to Veeam Agent for Linux Recovery Media. To open Veeam Recovery UI execute 'sudo veeam'. No such file or directory Failed to connect: /var/tmp/veeam/socket/veeamservice.sock. Failed to connect to veeamservice daemon. To open Veeam Recovery UI execute 'sudo veeam'.
This is related to a squashfs bug 1/2/3 in Linux kernel 5.9, which appears in the Enterprise Linux distributions: RHEL 8.3 and specific versions of Oracle Linux.
To access the recovery UI, reboot and press TAB in the Boot menu of the Recovery Media. Add " selinux=0" to the end of the kernel command line and press Enter to finish the boot process.
Veeam Recovery Media interface doesn't fit within the screen borders.
The screen has a high resolution (1920x1080 and above). Veeam Recovery Media interface screen resolution is 1024x768 by default. This is related to the default video parameter in /boot/grub/grub.cfg:
menuentry "Veeam Recovery 4.19.0-17-amd64" { linux /vmlinuz-4.19.0-17-amd64 usbcore.autosuspend=-1 vga=773 video=1024x768 boot=veeam-live initrd /initrd.img-4.19.0-17-amd64 }
Reboot and press TAB in the Boot menu of the Recovery Media. Change the video parameter to the native display resolution and press Enter to finish the boot process.
Your feedback has been received and will be reviewed.
Please, try again later.
Please try select less.
This form is only for KB Feedback/Suggestions, if you need help with the software open a support case
Your feedback has been received and will be reviewed.
Please, try again later.