- This topic has 2 replies, 2 voices, and was last updated February 8, 2018 by Ryosuek S.
VmwareVMs migrated to Azure does not boot
-
Ryosuek SJanuary 17, 2018 01:27:18 AM
Hello I created centos minimal 7.1 on ESXi6.0 and doing failover test to Azure, but centos does not boot in the recovery site. I got a screenshot of azure boot diagnostics. CentOS outputted an error message about boot. Could you guide me to know that I need to enable to be able to boot the machines of the recovery site?
The error messages are as follows.
(Case of Centos install with lvm)
————————————-
[ OK ] Started Show Plymouth Boot Screen.
[ OK ] Reached target Paths.
[ OK ] Reached target Basic System.
dracut-initqueue[502]: Warning: Could not boot.
dracut-initqueue[502]: Warning: /dev/centos/root does not exist.
dracut-initqueue[502]: Warning: /dev/centos/swap does not exist.
dracut-initqueue[502]: Warning: /dev/mapper/centos-root does not exist.
Starting Dracut Emergency Shell…
Warning: /dev/centos/root does not exist
Warning: /dev/centos/swap does not exist
Warning: /dev/mapper/centos-root does not existGenerating “/run/initramfs/rdsosreport.txt”
Entering emergency mode. Exit the shell to continue.
Type “journalctl” to view system logs.
You might want to save “/run/initramfs/rdsosreport.txt” to a USB stick or /boot
after mounting them and attach it to a bug report.
————————————-(Case of Centos install with Standard partision)
————————————-
[ OK ] Started Show Plymouth Boot Screen.
[ OK ] Reached target Paths.
[ OK ] Reached target Basic System.
dracut-initqueue[462]: Warning: Could not boot.
dracut-initqueue[462]: Warning: /dev/disk/by-uuid/6c972c0e-85ce-4f69-80aa-23f6b52b41e5 does not exist
Starting Dracut Emergency Shell…
Warning: /dev/disk/by-uuid/6c972c0e-85ce-4f69-80aa-23f6b52b41e5 does not existGenerating “/run/initramfs/rdsosreport.txt”
Entering emergency mode. Exit the shell to continue.
Type “journalctl” to view system logs.
You might want to save “/run/initramfs/rdsosreport.txt” to a USB stick or /boot/ after mounting them and attach it to a bug report.
————————————-Ryan SFebruary 7, 2018 07:16:54 PMHi Ryosuek,
There are a number of administration and best practice guides located in the technical documentation folder of myZerto.
In a preliminary check through, I found this: http://s3.amazonaws.com/zertodownload_docs/Latest/Zerto%20Virtual%20Manager%20Azure%20Administration%20Guide.pdf
It does state that if a different static IP address is configured for certain types of VMs, the VM may not boot in Azure.
I’m not entirely sure if this is the root cause of your problem, but check out the guide(s) and let me know. You can always open a support ticket through the Zerto Virtual Manager if you cannot solve the issue on your own.
I hope this helps!
Ryosuek SFebruary 8, 2018 12:23:01 AMHi.Ryan
Thank you for your reply.
I used zerto version 5.5 but I checked the zerto version 6 153th page of the administration guide and executed the following procedure. CentOS 7 was started!
Also, static IP setting was done normally.
===
1.Add the following to /etc/dracut.conf.
add_drivers+=”hv_vmbus hv_netvsc hv_storvsc”
2.Execute the following command.
#dracut –force -v
===
Thank you.