I have plan9 running on a qemu installation, and I had a similiar problem installing it. The --no-kvm-irqchip option on the command line may have solved the problem. I also may have walked away from the machine for 6 hours only to return and find that it had installed, .... only to tear down the ubuntu distro based VM and replace the thing with a gentoo kernel specifically for hosting kvm. The gentoo qemu + --no-kvm-irqchip thing has definately kept the plan9.iso installation online. Here is my command-line, its miniscule compared to yours. qemu-system-x86_64 --enable-kvm -net nic,macaddr=45:45:45:45:45:45 -net tap,ifname=9tap,script=no,downscript=no -vga std --no-kvm-irqchip -vnc:1 -hda /home/kvm9/plan9.img -m 256 -daemonize If you havent tried this already: Or perhaps this, --no-kqemu since this is BSD complaining about an invalid nvram checksum, other threads seem to indicate the CMOS layout error google search pops on BSD across softwares. http://qemu-forum.ipi.fi/viewtopic.php?f=7&t=1921 On Wed, Mar 2, 2011 at 10:12 AM, Stanley Lieber wrote: > To recap: > > I'm attempting to install Plan 9 from a recent .iso on a hosted KVM/qemu > account. Both the Bell Labs and 9atom installers die here: > > http://farm6.static.flickr.com/5098/5468343552_28695be1dd_o.png > > I've managed to obtain the host's KVM config file, in libvirtd XML format: > > > user-2 > REDACTED > 786432 > 786432 > 1 > > hvm > > > > > > > destroy > restart > destroy > > /usr/bin/kvm > > > > > > > > > > > >