My physical server is HP DL580 G10 but now when i mount it during boot with iso file show follow error

https://pasteboard.co/IiNHN4j.jpg
what is the problem ?
BR
Babak
the recovery media is bootable for BIOS by default, but you can patch it to boot on EFI as well:Is there specific recovery media for uefi mode and legacy mode ?
Code: Select all
veeamconfig config patchiso --efi --input <input_path> --output <output_path> -copy <additional_path>
Code: Select all
yum install epel-release -y
yum install xorriso
Actually this means that the media started booting the kernel, but for some reason it couldn't finish. That is, recovery media starts to boot just fine on UEFI, the issue is something else.
Code: Select all
[recoveryui]
enableOnLiveSystem = 1
Code: Select all
veeamconfig recoveryui
1 - As I've explained in my previous post, the problem is not with UEFI part of the recovery media. That is, you don't need a patched recovery media, because the one that you have actually starts on EFI systems (otherwise it wouldn't even show "Booting 'VEEAM'" ), but for some reason it cannot complete its boot sequence. And no, we cannot do that.As my os is limit and cannot access to internet for download that , would you please create linux recovery media for UEFI and put it in FTP for download ?
Code: Select all
[recoveryui]
enableOnLiveSystem = 1
Code: Select all
[root@localhost-live tmp]# rpm -ivh veeam-release-el7-1.0.7-1.x86_64\(1\).rpm
warning: veeam-release-el7-1.0.7-1.x86_64(1).rpm: Header V3 RSA/SHA256 Signature, key ID efdcea77: NOKEY
Verifying... ################################# [100%]
Preparing... ################################# [100%]
Updating / installing...
1:veeam-release-el7-1.0.7-1 ################################# [100%]
Code: Select all
[root@localhost-live tmp]# rpm -ivh veeam-3.0.1.1046-1.el7.x86_64.rpm
warning: veeam-3.0.1.1046-1.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID efdcea77: NOKEY
error: Failed dependencies:
veeamsnap = 3.0.1.1046 is needed by veeam-3.0.1.1046-1.el7.x86_64
[root@localhost-live tmp]# rpm -ivh veeamsnap-3.0.1.1046-1.noarch.rpm
warning: veeamsnap-3.0.1.1046-1.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID efdcea77: NOKEY
error: Failed dependencies:
dkms is needed by veeamsnap-3.0.1.1046-1.noarch
kernel-devel is needed by veeamsnap-3.0.1.1046-1.noarch
make is needed by veeamsnap-3.0.1.1046-1.noarch
perl is needed by veeamsnap-3.0.1.1046-1.noarch
[root@localhost-live tmp]# rpm -ivh kmod-veeamsnap-3.0.1.1046-1.el7.x86_64.rpm
warning: kmod-veeamsnap-3.0.1.1046-1.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID efdcea77: NOKEY
error: Failed dependencies:
/usr/bin/python is needed by kmod-veeamsnap-3.0.1.1046-1.el7.x86_64
python is needed by kmod-veeamsnap-3.0.1.1046-1.el7.x86_64
Code: Select all
[root@localhost-live tmp]# rpm -ivhF veeam-3.0.1.1046-1.el7.x86_64.rpm
warning: veeam-3.0.1.1046-1.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID efdcea77: NOKEY
Code: Select all
rpm -ivh veeam-3.0.1.1046-1.el7.x86_64.rpm --nodeps
Users browsing this forum: No registered users and 15 guests