- Code: Select all
qemu-img create -f qcow2 ubuntu.img 5G
qemu-system-x86_64 -m 512 -hda ubuntu.img -cdrom ubuntu-12.04.2-desktop-amd64.iso -boot d -kernel-kqemu
This returns an error:
- Code: Select all
qemu-system-x86_64: -kernel-kqemu: invalid option
I'm using this version of qemu:
- Code: Select all
QEMU emulator version 1.1.2 (Debian 1.1.2+dfsg-2), Copyright (c) 2003-2008 Fabrice Bellard
I've seen tangentially related posts or bug reports, like these posts, but those either apply to old versions or are simply old posts that don't fully explain this.
How do I use this option with qemu? Virtual machines are far too slow without it.

