-
- Veteran
- Posts: 665
- Liked: 4 times
- Joined: Nov 21, 2013 12:02 pm
- Full Name: Babak Seyedi nejad
- Contact:
My physical server cannot boot with recovery media
i have download latest recovey media for linux (veeam-recovery-media-3.0.1.1046_x86_64)
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
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
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: My physical server cannot boot with recovery media
Is that the same server as in your other post? Please describe what was the original disks layout, and how exactly did you perform restore?
Thanks!
Thanks!
-
- Veteran
- Posts: 665
- Liked: 4 times
- Joined: Nov 21, 2013 12:02 pm
- Full Name: Babak Seyedi nejad
- Contact:
Re: My physical server cannot boot with recovery media
no , in other posts i used DL 380 G8 , and in the other posts i could boot server with recovery media and could restore backup file after restore os could not boot but here
in first step server can not boot with recovery media and show that error.
in first step server can not boot with recovery media and show that error.
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: My physical server cannot boot with recovery media
Kindly check if older versions of recovery CD work (link). Can you also try to boot the server from some liveCD (Debian, for example) ? If older Veeam Recovery media doesn't work, but LiveCD does, then please provide output of lshw command on that server.
Thanks!
Thanks!
-
- Veteran
- Posts: 665
- Liked: 4 times
- Joined: Nov 21, 2013 12:02 pm
- Full Name: Babak Seyedi nejad
- Contact:
Re: My physical server cannot boot with recovery media
Is there specific recovery media for uefi mode and legacy mode ?
-
- Veteran
- Posts: 665
- Liked: 4 times
- Joined: Nov 21, 2013 12:02 pm
- Full Name: Babak Seyedi nejad
- Contact:
Re: My physical server cannot boot with recovery media
Have you ever test your recovery media linux on new generation of HP DL 380/580 G10 ?
I think it will not work because i check all of linux recovery media versions in both mode UEFI mode and legacy mode
in legacy mode show above error in previous post but in UEFI mode i will see follow pic and nothing work
https://pasteboard.co/IiV8sD8.jpg
this is lshw output:
https://filebin.net/04mwz4cu35549wqe/555.txt?t=3f27o1u5
I think it will not work because i check all of linux recovery media versions in both mode UEFI mode and legacy mode
in legacy mode show above error in previous post but in UEFI mode i will see follow pic and nothing work
https://pasteboard.co/IiV8sD8.jpg
this is lshw output:
https://filebin.net/04mwz4cu35549wqe/555.txt?t=3f27o1u5
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: My physical server cannot boot with recovery media
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>
Thanks!
-
- Veteran
- Posts: 665
- Liked: 4 times
- Joined: Nov 21, 2013 12:02 pm
- Full Name: Babak Seyedi nejad
- Contact:
Re: My physical server cannot boot with recovery media
where do i had to run this command ? on veeam server ?
-
- Product Manager
- Posts: 5797
- Liked: 1215 times
- Joined: Jul 15, 2013 11:09 am
- Full Name: Niels Engelen
- Contact:
Re: My physical server cannot boot with recovery media
Yes, on the server where u have Veeam Agent for Linux installed.
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
GitHub: https://github.com/nielsengelen
-
- Veteran
- Posts: 665
- Liked: 4 times
- Joined: Nov 21, 2013 12:02 pm
- Full Name: Babak Seyedi nejad
- Contact:
Re: My physical server cannot boot with recovery media
Is that possible to create UEFI recovery media in the other linux or had to create that on a system that boot in UEFI mode?
-
- Veteran
- Posts: 665
- Liked: 4 times
- Joined: Nov 21, 2013 12:02 pm
- Full Name: Babak Seyedi nejad
- Contact:
Re: My physical server cannot boot with recovery media
not work this command
[root@rac1 tmp]# veeamconfig config patchiso --efi --input veeam-recovery-media-3.0.1.1046_x86_64.iso --output recovery-media-uefi.iso
Creating custom Veeam Recovery Media...
Error: utility xorriso not found
[root@rac1 tmp]# veeamconfig config patchiso --efi --input veeam-recovery-media-3.0.1.1046_x86_64.iso --output recovery-media-uefi.iso
Creating custom Veeam Recovery Media...
Error: utility xorriso not found
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: My physical server cannot boot with recovery media
You need to have xorriso installed. The package can be found in epel repo:
Thanks!
Code: Select all
yum install epel-release -y
yum install xorriso
-
- Veteran
- Posts: 665
- Liked: 4 times
- Joined: Nov 21, 2013 12:02 pm
- Full Name: Babak Seyedi nejad
- Contact:
Re: My physical server cannot boot with recovery media
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 ?
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: My physical server cannot boot with recovery media
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.
You can try to wait a little bit more and see if it will succeed, or you can take some 3rd party liveCD, install veeam agent inside, and start recovery UI from there. In order to do that you need to edit veeam.ini:
Code: Select all
[recoveryui]
enableOnLiveSystem = 1
Code: Select all
veeamconfig recoveryui
-
- Veteran
- Posts: 665
- Liked: 4 times
- Joined: Nov 21, 2013 12:02 pm
- Full Name: Babak Seyedi nejad
- Contact:
Re: My physical server cannot boot with recovery media
Thanks
question :
1- 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 ?
2-you said boot system with a live os . after booting system it will be start is that your means install rpm file in live os ?
3-what does your mean from edit veeam.ini file in live os where is that ???
question :
1- 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 ?
2-you said boot system with a live os . after booting system it will be start is that your means install rpm file in live os ?
3-what does your mean from edit veeam.ini file in live os where is that ???
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: My physical server cannot boot with recovery media
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 ?
2 - Yes, I mean that you should try installing VAL rpm inside the liveCD OS.
3 - /etc/veeam/veeam.ini file. Add this there:
Code: Select all
[recoveryui]
enableOnLiveSystem = 1
Thanks
-
- Veteran
- Posts: 665
- Liked: 4 times
- Joined: Nov 21, 2013 12:02 pm
- Full Name: Babak Seyedi nejad
- Contact:
Re: My physical server cannot boot with recovery media
which live cd can i use for that step that can support rpm file.
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: My physical server cannot boot with recovery media
You can use Fedora LiveCD for that. Also you can use Debian liveCD and use .deb packages instead.
Thanks
Thanks
-
- Veteran
- Posts: 665
- Liked: 4 times
- Joined: Nov 21, 2013 12:02 pm
- Full Name: Babak Seyedi nejad
- Contact:
Re: My physical server cannot boot with recovery media
i boot my system with fedora live cd , then install veeam-release-el7-1.0.7-1.x86_64(1).rpm
now there is not this path /etc/veeam/veeam.ini on fedora live cd
what do i had to do ?
this is installation progress
but could not install veeam-3.0.1.1046-1.el7.x86_64.rpm file because need few dependancies and could not install that offline
now there is not this path /etc/veeam/veeam.ini on fedora live cd
what do i had to do ?
this is installation progress
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%]
-
- Veteran
- Posts: 665
- Liked: 4 times
- Joined: Nov 21, 2013 12:02 pm
- Full Name: Babak Seyedi nejad
- Contact:
Re: My physical server cannot boot with recovery media
and output installation for other veeam's package
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
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: My physical server cannot boot with recovery media
That's right, you need to obtain those dependencies first (on usb drive for example) and install them. You can omit veeamsnap depndency and install veeam without it (you'll need to use --force option to make rpm skip it)
Thanks
Thanks
-
- Veteran
- Posts: 665
- Liked: 4 times
- Joined: Nov 21, 2013 12:02 pm
- Full Name: Babak Seyedi nejad
- Contact:
Re: My physical server cannot boot with recovery media
if i install veeam with --force option not problem happen ? will that work as recovery gui?
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: My physical server cannot boot with recovery media
Provided that all other dependencies are met, recovery ui will work fine without veeamsnap driver.
Thanks
Thanks
-
- Veteran
- Posts: 665
- Liked: 4 times
- Joined: Nov 21, 2013 12:02 pm
- Full Name: Babak Seyedi nejad
- Contact:
Re: My physical server cannot boot with recovery media
not work
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
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: My physical server cannot boot with recovery media
I am sorry, my bad - you need to use --nodeps instead:
Thanks!
Code: Select all
rpm -ivh veeam-3.0.1.1046-1.el7.x86_64.rpm --nodeps
-
- Veteran
- Posts: 665
- Liked: 4 times
- Joined: Nov 21, 2013 12:02 pm
- Full Name: Babak Seyedi nejad
- Contact:
Re: My physical server cannot boot with recovery media
now when i run nothing happen
[root@localhost-live tmp]# veeamconfig recoveryui
[root@localhost-live tmp]#
i have added
[recoveryui]
enableOnLiveSystem = 1
to /etc/veeam/veeam.ini
[root@localhost-live tmp]# veeamconfig recoveryui
[root@localhost-live tmp]#
i have added
[recoveryui]
enableOnLiveSystem = 1
to /etc/veeam/veeam.ini
-
- Veteran
- Posts: 665
- Liked: 4 times
- Joined: Nov 21, 2013 12:02 pm
- Full Name: Babak Seyedi nejad
- Contact:
Re: My physical server cannot boot with recovery media
That's so strange none of you recovery media not work in legacy mode on HP DL580 G10 servers i tested all of them from here https://repository.veeam.com/backup/lin ... media/x86/
even i had first release veeam-recovery-media-1.0.0.944_x86_64.iso and did not work
1- why ?
2- also in previous posts is upload a pic in UEFI mode https://pasteboard.co/IiV8sD8.jpg
unfortunately not work
3- also with live CD it need few dependencies even installed it with --nodeps option but as i said veeamconfig recoveryui could not start
why ?
even i had first release veeam-recovery-media-1.0.0.944_x86_64.iso and did not work
1- why ?
2- also in previous posts is upload a pic in UEFI mode https://pasteboard.co/IiV8sD8.jpg
unfortunately not work
3- also with live CD it need few dependencies even installed it with --nodeps option but as i said veeamconfig recoveryui could not start
why ?
-
- Veteran
- Posts: 665
- Liked: 4 times
- Joined: Nov 21, 2013 12:02 pm
- Full Name: Babak Seyedi nejad
- Contact:
Re: My physical server cannot boot with recovery media
I checked both versions for x86,x64
-
- Product Manager
- Posts: 5797
- Liked: 1215 times
- Joined: Jul 15, 2013 11:09 am
- Full Name: Niels Engelen
- Contact:
Re: My physical server cannot boot with recovery media
You need to work with the correct architecture so testing both won’t really help.
On the live-cd, you will need to get those dependencies if the command does not work. Best you can do is get those binaries on a USB stick and install those from there to make it work.
Custom iso’s always take some time to fine tune.
On the live-cd, you will need to get those dependencies if the command does not work. Best you can do is get those binaries on a USB stick and install those from there to make it work.
Custom iso’s always take some time to fine tune.
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
GitHub: https://github.com/nielsengelen
-
- Veteran
- Posts: 665
- Liked: 4 times
- Joined: Nov 21, 2013 12:02 pm
- Full Name: Babak Seyedi nejad
- Contact:
Re: My physical server cannot boot with recovery media
Dear friends
thanks
but in the first step want to know why none of your recovery media can not boot my physical system (HP DL 580/380 G10)
thanks
but in the first step want to know why none of your recovery media can not boot my physical system (HP DL 580/380 G10)
Who is online
Users browsing this forum: Bing [Bot] and 8 guests