Hi I am doing a migration from a physical server with debian etch 32bit to proxmox kvm
I ran this command on the physical server:
dd if=/dev/md0 | ssh root@192.168.2.190 dd of=/var/lib/vz/images/100/vm-100-disk-1.raw
and in Proxmox I can manually mount the drive and see the contents with this command:
mount-t ext3-o loop vm-100-disk-1.raw mnt/
but when I try to start the virtual machine I get this error:
boot failed: not a bootable disk
I can't understand...
I tried using virtio, ide, scsi and setting the boot order
I ran this command on the physical server:
dd if=/dev/md0 | ssh root@192.168.2.190 dd of=/var/lib/vz/images/100/vm-100-disk-1.raw
and in Proxmox I can manually mount the drive and see the contents with this command:
mount-t ext3-o loop vm-100-disk-1.raw mnt/
but when I try to start the virtual machine I get this error:
boot failed: not a bootable disk
I can't understand...
I tried using virtio, ide, scsi and setting the boot order