For the first time, I try to backup Debian 11 and Ubuntu 22.04 LTS.
Not an excellent experience

For it to work, I need to install the OS then :
Code: Select all
Install debian 11
apt-get update
apt-get upgrade
Install agent -> failed. linux-headers missing
apt-get install linux-headers-amd64
Install agent -> failed. linux-headers missing
apt-get install linux-image-amd64
reboot
Install agent -> OK
After some search, I find it's because I have secure boot enabled (of course I have it ! ) . I tried to disable it -> it works now.
But fortunately, I don't want to disable secure boot on all my VM and I see it's possible to avoid it signing the module and enroll the key to the system as explained here : https://www.veeam.com/kb2260
How do I have to do it ?
Is there an other way to solve it and keep secure boot enabled ?
I want to be sure to understand all the options I have to better give these to my customers.
Thanks !