Habe folgendes Problem:
Ein alter Linux Server (Kernel 2.4.27-2-686) soll bestenfalls live virtualisiert werden.
Der Converter gibt nach eingeben des Benutzername + Passworts folgende Fehlermeldung:
Unable to detect disks or volumes on the source machine. Please make sure that the source is a supported Linux distribution.
Durch etwas Internetrecherche habe ich nur ähnliche Fehlermeldungen gesehen die sich auf eine Raidconfig auf den Linux Server hinweist.
In meinem Fall ist eine normale Partitionierte Festplatte ohne Software oder Hardware Raid eingebaut.
Im Log steht folgendes
Parted returned device with path: /dev/hda, type: 2
[#6] [2010-06-30 14:15:58,328 ERROR storage ]: Parted failed to probe device with path: /dev/hda, type: 2
[#6] [2010-06-30 14:15:58,328 ERROR storage ]: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[#6] [2010-06-30 14:15:58,328 ERROR storage ]: !!! Could not recognize any disks !!!
[#6] [2010-06-30 14:15:58,328 ERROR storage ]: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[#6] [2010-06-30 14:15:58,328 WARN storage ]: Cannot execute lvm commands, no LVM volume groups or logical volumes will be detected
[#6] [2010-06-30 14:15:58,328 INFO storage ]: Got mount table entry: fsname: /dev/hda1, dir: /, type: ext3
[#6] [2010-06-30 14:15:58,328 INFO storage ]: Looking for device with major 3 and minor 1
[#6] [2010-06-30 14:15:58,328 INFO storage ]: Got mount table entry: fsname: proc, dir: /proc, type: proc
[#6] [2010-06-30 14:15:58,328 INFO storage ]: Got mount table entry: fsname: devpts, dir: /dev/pts, type: devpts
[#6] [2010-06-30 14:15:58,328 INFO storage ]: Got mount table entry: fsname: tmpfs, dir: /dev/shm, type: tmpfs
[#6] [2010-06-30 14:15:58,328 INFO storage ]: Got mount table entry: fsname: /dev/hda2, dir: /usr, type: ext3
[#6] [2010-06-30 14:15:58,328 INFO storage ]: Looking for device with major 3 and minor 2
[#6] [2010-06-30 14:15:58,328 INFO storage ]: Got mount table entry: fsname: /dev/hda3, dir: /var, type: ext3
[#6] [2010-06-30 14:15:58,328 INFO storage ]: Looking for device with major 3 and minor 3
[#6] [2010-06-30 14:15:58,328 INFO storage ]: Got mount table entry: fsname: usbfs, dir: /proc/bus/usb, type: usbfs
[#6] [2010-06-30 14:15:58,329 INFO storage ]: Getting stats for swap device /dev/hda4
[#6] [2010-06-30 14:15:58,329 INFO storage ]: Swap device /dev/hda4 has block device number (major,minor): (3,4)
[#6] [2010-06-30 14:15:58,330 ERROR storage ]: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[#6] [2010-06-30 14:15:58,330 ERROR storage ]: !!! Could not recognize any volumes !!!
[#6] [2010-06-30 14:15:58,330 ERROR storage ]: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[#6] [2010-06-30 14:15:58,330 ERROR storage ]: Cannot find a boot directory (searched for '/boot'); the final system may not be bootable
Hat jmd Tipps dazu?

