Hello
I'm trying to migrate VMs from two old Xen 4.4 servers to Proxmox. I've successfully extracted the disk (xvda2) images and added GRUB to make them bootable. However, when I try to boot the VMs on Proxmox, they drop me into an initramfs shell.
After some poking around, I noticed that /sys and /proc are empty, I'm guessing it because the vm use paravirtualization, but I have no clue to fix that.
the xen config file is :
Read more
I'm trying to migrate VMs from two old Xen 4.4 servers to Proxmox. I've successfully extracted the disk (xvda2) images and added GRUB to make them bootable. However, when I try to boot the VMs on Proxmox, they drop me into an initramfs shell.
After some poking around, I noticed that /sys and /proc are empty, I'm guessing it because the vm use paravirtualization, but I have no clue to fix that.
the xen config file is :
Code:
#
# Configuration file for the Xen instance pc50, created
#...
Read more