I had to visualize two physical servers (debian 2.0.x and Fedora 6) into VMware ESX. The servers run on two small IDE drives. I imaged the servers using Acronis and took the images to a remote location.I imported the acronis image using VMware convertor into the ESX server. When i boot up the debian vm, it shows the LILO splash and seems that LILO gets started but i get the following error message:
Code:
.
.
.
SCSI Subsystem initialized
pivot_root: No such file or directory
/sbin/init: 432: can not open /dev/console: No such file
Kernel Panic: Attempted to kill INIT
I learned very recently that ESX requires SCSI drives which i think is stupid since the company brags about how easy it is to upgrade from VMware server > ESX ... I have done many research and it seems that the problem is in INITRD ... seems that initrd image is does not have scsi modules to load virtual scsi controller ... It seems that loading the scsi modules needs to be done prior to imaging and requires recompiling the initrd image. That is a is a problem because the physical server not within reach at the present time. if i take the same acronis image and convert it into vmware server IDE disk, the VM boots up just fine which makes it clearly a scsi/ide issue.
Have anyone find a workaround?
Any help will be appreciated ....