本帖最後由 unknown2 於 2013-6-22 09:06 編輯
What is the hypervisor?
KVM? VMware?
What io controller is the vm using? virtio, virtio-scsi? sas-scsi?
If your kernel is too old and do not contains corresponding driver module, it will not boot.
Besides, your error message shows "cannot open root device 'sda'" is a hint.
sda - mean the whole harddisk, and it is not a partition
I guess your linux root is sda2, correct?
so you should create a boot entry which point to "root=sda2" (may need to reinstall grub) |