I am moving KVM VM to proxmox server. I done this for 2 other VM and it did work with out any problem.
	
	
	
		
This one fail at booting.
	
	
	
		
		
		
	
	
		
	
any idea how to fix this ?
				
			
		Code:
	
	root@server70:/var/lib/vz/images/103# qemu-img info vm-103-disk-1.raw
image: vm-103-disk-1.raw
file format: raw
virtual size: 14G (15032385536 bytes)
disk size: 14G
root@server70:/var/lib/vz/images/103#
root@server70:/var/lib/vz/images/103# parted vm-103-disk-1.raw print
Model:  (file)
Disk /var/lib/vz/images/103/vm-103-disk-1.raw: 15.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number  Start   End     Size    Type      File system  Flags
1      1049kB  256MB   255MB   primary   ext2         boot
2      257MB   15.0GB  14.8GB  extended
5      257MB   15.0GB  14.8GB  logical                lvm
root@server70:/var/lib/vz/images/103#
	This one fail at booting.
		Code:
	
	VFS: Unable to mount root fs on unknown vm-block(0,0)
	
	any idea how to fix this ?