Full logs here: https://drive.google.com/open?id=0Byq81 ... Fc3RFRmZUE
CentOS Version: centos-release-7-2.1511.el7.centos.2.10.x86_64
Kernel: Linux 3.10.0-327.18.2.el7.x86_64
Environment Details:
CentOS7 is a guest VM called CentOS7-WS running on Windows 2012 R2 Hyper-V.
Scenario:
I successfully installed veeamsnap-1.0.0.499-1.noarch.rpm and veeam-1.0.0.499-1.el6.x86_64.rpm on CentOS7-WS. The only hiccup was regarding kernel-headers. Running "yum install kernel-headers kerenel-devel" indicated that they were already installed, but the veeamsnap installer didn't recognize them. I was able to get the veeamsnap installer to recognize the kernel-header package(s) by running the following yum command to ensure the header package for the exact kernel version was installed:
yum install "kernel-devel-uname-r == $(uname -r)"
I performed an "Entire Machine" backup to my CIFS share. That was successful.
Next, I turned off the VM, and swapped the original 64GB .vhdx with brand new blank 64GB .vhdx. I booted to the Veeam Recovery Media supplied with the Linux Beta software and manually recreated the partition table as it appeared in the backup file. See screenshot below:
(NOTE: It says "CURRENT SYSTEM" on the left-hand pane because I had to grab this screenshot after a rebooted post-restore. But the tree looked exactly the same after I manually recreated the partitions using the Veeam Recovery Media.)
Then, I began the restore operation. During restore, Veeam very clearly worked on restoring sda1, sda2, and sda3's root, swap, and home volumes. Afterwords it said that the restore was successful.
But then...the VM wouldn't boot (sat on flashing cursor). I swapped the original .vhdx back in just to rule out Hyper-V weirdness, and the VM booted without a problem.
This is a tough one because everything said it was successful, but then the CentOS7 VM didn't boot.
Thanks so much for your time on helping to diagnose! And thanks for making great products!