Hi Paul, I have similar experience with you. And I have some findings to share, hope that could help.
I tried this command: $sudo qemu-kvm -m 512 -boot c -hda meego-1.0-default-XX-sda.raw -std-vga provided by "http://wiki.meego.com/Image_Creation" to start a raw image. Findings to share: 1. "-std-vga" option is wrong. it should be "-vga std". 2. My CPU only supports "vme", not "vmx". (see from /proc/cpuinfo) So I cannot add kvm-intel module. But I still added the kvm module successfully, and try the qemu-kvm command. Of course I got the same warnings: > open /dev/kvm: No such file or directory > Could not initialize KVM, will disable KVM support But I can still start the image successfully, the only problem is that it is really slow. 3. I also find a helpful site which tells you how to use KQEMU instead of KVM: http://qemu-buch.de/de/index.php/QEMU-KVM-Buch/_Installation Maybe helpful. On Wed, May 5, 2010 at 9:11 PM, Paul Leeming <[email protected]> wrote: > Naresh, > > Thanks for your response. I have actually built a RAW image (I put the wrong > command line into my original email) My attempts to run the RAW image have > not fully worked. I run the command below: > > #> sudo qemu-kvm -m 512 -boot c -hda > meego-0.90-meego-preview-netbook-core-201005041355-sda.raw > > I see some boot information, and a grey QEMU window which very briefly > flashes 'Starting Meego....' , but no Meego command line. Is this similar to > your experience? > > Also some output in the terminal, as follows > > open /dev/kvm: No such file or directory > Could not initialize KVM, will disable KVM support > > > After some digging I found that I have the right modules installed, but > dmesg shows that kvm is disabled by the bios. My bios settings have no > options to allow me to change it. Not sure if my processor can support it? > or perhaps I need to update my bios so I might be able to change the > setting? Still searching around the subject. > > Perhaps I should try Meego vmware image instead > > Paul > _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
