qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Running KVM guest on X86


From: Avi Kivity
Subject: Re: [Qemu-devel] Running KVM guest on X86
Date: Sun, 12 Aug 2012 12:11:36 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0

On 08/09/2012 09:06 PM, Bhushan Bharat-R65777 wrote:

> I have a fedora machine to which I do not have direct access (but I can 
> reboot remotely, have a console). So far what I was trying direct booting VM 
> using same initramfs and bzimage as of host,
> 
> Alex, How I can create a ISO image with my kernel? Where I should place that 
> on host?


Try this:

$ qemu-img create -f qcow2 fedora.img 20G
$ qemu-kvm -m 1G -monitor stdio -drive
file=fedora.img,cache=none,if=virtio -cdrom
http://dl.fedoraproject.org/pub/alt/bfo/bfo.iso -vnc :1

Then connect to vnc port 5901 on your host.  To update the kernel,
simply build and install it in the guest as you would on any other machine.

-- 
error compiling committee.c: too many arguments to function



reply via email to

[Prev in Thread] Current Thread [Next in Thread]