Good afternoon, all!
In the process of evaluating Proxmox for work, I've been testing the migration process for vSphere 5.5 VMs to Proxmox. I've been able to successfully migrate CentOS 6 VMs with little difficulty (process outlined below), but I've yet to have a CentOS 7 VM migrate properly. Every time I migrate a CentOS 7 VM, it fails to boot: failing to dracut as the root and swap LVM partitions cannot be found.
When I boot from a CentOS 7 ISO into rescue mode, it is able to find the system just fine.
My migration process (which works well for CentOS 6) is as follows:
For CentOS 7, however, this does not work. Nor does using clonezilla to clone the VMware VM to the new Proxmox VM.
Any help would be greatly appreciated. Thanks!
In the process of evaluating Proxmox for work, I've been testing the migration process for vSphere 5.5 VMs to Proxmox. I've been able to successfully migrate CentOS 6 VMs with little difficulty (process outlined below), but I've yet to have a CentOS 7 VM migrate properly. Every time I migrate a CentOS 7 VM, it fails to boot: failing to dracut as the root and swap LVM partitions cannot be found.
Code:
dracut-initqueue[283]: Warning: Could not boot.
dracut-initqueue[283]: Warning: /dev/centos_emby/root does not exist
dracut-initqueue[283]: Warning: /dev/centos_emby/swap does not exist
dracut-initqueue[283]: Warning: /dev/mapper/centos_emby-root does not exist
When I boot from a CentOS 7 ISO into rescue mode, it is able to find the system just fine.
My migration process (which works well for CentOS 6) is as follows:
- Remove MAC and UUID references from /etc/sysconfig/network-scripts/ifcfg-eth0.
- Remove MAC reference from /etc/udev/70-persistent-net.rules file.
- Cleanly shutdown guest.
- Move .vmdk and -flat.vmdk to storage accessible by Proxmox.
- Create new Proxmox VM with similar structure to vSphere VM.
- Edit configuration file to point to the .vmdk file as its hard drive.
- Boot VM.
For CentOS 7, however, this does not work. Nor does using clonezilla to clone the VMware VM to the new Proxmox VM.
Any help would be greatly appreciated. Thanks!