Comment 7 for bug 279754

Revision history for this message
Niklas Hagman (blinkiz) wrote :

> Can you give me step-by-step instructions?
Sure. I should have done it from the beginning of this bug report. Sorry about that.

-- Steps to reproduce --
* Create a new image file with "qemu-img create myfile.img 5G". Default should be "raw". You can check it with "qemu-img info myfile.img".
* Start kvm. "sudo kvm -drive file=myfile.img,if=virtio,boot=on -drive file=../iso/ubuntu-8.10-beta-server-i386.iso,media=cdrom -boot d"