Hi,
I'll try to migratea VM from VmWare. Is a Debian OS with a SCSI disk (has lvm partitions)
1. I create a machine with scsi disk
2. Convert from vmdk to raw. Im using a sistem that only accepts raw disks. qemu-img: #qemu-img convert -f vmdk Source.vmdk -O raw Source.raw
3. Copy maching to destiny: dd if=/Source.raw of=/dev/datastore0X/vm-XXX-disk-1 bs=50M
But when I starts the VM report this error:
Volume group "VolGroup00" not found
Skipping volume group VolGroup00
Unable to find LVM volume VolGroup00/LogVol00
Volume group "VolGroup00" not foundCI2.10 PnP PMM+3FFC9290+3FF89290 C900
Skipping volume group VolGroup00
Unable to find LVM volume VolGroup00/LogVol02
Gave up waiting for root device. Common problems:
- Boot args (cat /proc/cmdline)
- Check rootdelay= (did the system wait long enough?)
- Check root= (did the system wait for the ritght device?)
- Missing modules (cat /proc/modules; ls /dev)
Do you know something about this? Thanks!
I'll try to migratea VM from VmWare. Is a Debian OS with a SCSI disk (has lvm partitions)
1. I create a machine with scsi disk
2. Convert from vmdk to raw. Im using a sistem that only accepts raw disks. qemu-img: #qemu-img convert -f vmdk Source.vmdk -O raw Source.raw
3. Copy maching to destiny: dd if=/Source.raw of=/dev/datastore0X/vm-XXX-disk-1 bs=50M
But when I starts the VM report this error:
Volume group "VolGroup00" not found
Skipping volume group VolGroup00
Unable to find LVM volume VolGroup00/LogVol00
Volume group "VolGroup00" not foundCI2.10 PnP PMM+3FFC9290+3FF89290 C900
Skipping volume group VolGroup00
Unable to find LVM volume VolGroup00/LogVol02
Gave up waiting for root device. Common problems:
- Boot args (cat /proc/cmdline)
- Check rootdelay= (did the system wait long enough?)
- Check root= (did the system wait for the ritght device?)
- Missing modules (cat /proc/modules; ls /dev)
Do you know something about this? Thanks!