The current system is no a EFI system
The Issue
18/05/2021 20:02:14 :: The current system is not a EFI system.
Agent detected an EFI partition, but hasn’t found EFI
The Resolution
Find your EFI partition that's no in use:
- Mount | grep efi
Add partition to exclusion:
- Open /etc/veeam/veeam.ini - can use sudo nano /etc/veeam/veeam.ini
- Find backup section
- Add this string
- ignoreDevices=/dev/'your EFI device' (for example, /dev/sda15)
Restart Veeam Service
- service --status-all
- sudo systemctl restart veeamservice