Getting FC11 to run under VMware Server, converted from physical machine
Posted
by Kristian
on Server Fault
See other posts from Server Fault
or by Kristian
Published on 2009-08-21T12:37:47Z
Indexed on
2010/03/18
11:01 UTC
Read the original article
Hit count: 460
vmware-server
|fedora
I have a FC11 installation that I have converted to a VMware disk image to run om my VMware Server. I converted it with qemu-img, as the VMware Converter software apparently only converts Linux hosts to VMware Infrastructure servers.
The disk image boots fine (grub is loaded and boots the kernel) but it seems like the disk is not found by the kernel, and the boot process stalls. Hotplugging USB devices work (the kernel prints debug information) and I'm able to press keys (Ctrl-Alt-Delete for instance).
The VMware guest OS is set to RedHat Enterprise Linux 5 (32 bit), and I have tried both the LSI Logic, LSI Logic SAS and VMware Accelerated SCSI SCSI controllers, to no avail.
I'm able to boot an installer disk and get into rescue mode and mount the filesystem, so my question is, what do I need to do to the guest kernel / initrd image to make it recognize the virtual disk?
© Server Fault or respective owner