Ok, Here is the run down.:
Using the Acronis True Image Echo Agent, I created an image of one of our linux boxes. I then used the VMware converter 4 to comvert this image into a VM. Upon booting the newly created VM, I got an "Unable to load operating system (or something along those lines) error so I installed grub using a floppy image.
Now when I select the kernel to boot, I end up with the following output at failure:
Code:
Creating block devices
VFS: Cannot open root device "LABEL=/" or 00:00
Please append a correct "root=" boot option
Kernel panic: VFS: Unable to mount root fs on 00:00
So, I edit the kernel arguements and remove the root statement and it fails at this point:
Code:
Loading jbd.o module
Journalled Block Device driver loaded
Loading ext3.o module
Creating block devices
EXT2-fs: unable to read superblock
isofs_read_super: bread failed, dev=09:01, iso_blknum=16, block=32
EXT3-fs: unable to read superblock
Kernel panic: VFS: Unable to mount root fs on 09:01
What is going wrong?