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