Please contribute to this page, especially when you find solutions.
When adding a new line, please include OS version, graphics chipset, and image date (e.g. Fedora 12, NVidia graphics, Netbook image 07-21-2010)
| Error | Solution |
|---|---|
| Downloading or unpacking an image gives errors. | Ensure that the MD5SUM matches:
$ md5sum <image file> The images are large so you might try a download program that handles connection interrupts, such as wget: $ wget --continue <link to file> |
| Error | Solution |
|---|---|
(Step 5) Launching QEMU gives error: Could not access KVM kernel module: No such file or directory failed to initialize KVM |
Your system must have VT support and have the KVM modules loaded.
egrep '^flags.*(vmx|svm)' /proc/cpuinfo $ lsmod | grep kvm kvm_intel 43816 0 kvm 164576 1 kvm_intel If needed, load the module: $ sudo modprobe kvm_intel |
| (Step 5) Launching never finishes; no MeeGo UI. A new window appears but it is just black. Title: QEMU (MeeGo) | |
| (Step 5) Performance in QEMU is slow |
Please check whether the host machine has the hardware graphic acceleration by running below command:
glxinfo|grep "renderer string" |
| Error | Solution |
|---|---|
| Example problem | Example solution |