On Monday 17 December 2007 03:18:55 Peter O'Reilly wrote:
> Is there a GUI for managing virtual machine with KVM?
>
> I have tried to get kvm working with this tutorial from the command line,
>
> http://www.michaeldolan.com/1030#comment-10228
>
> ...but this is the problem I can't get past,
>
>
> I added the user to the kvm group and confirmed it,
>
> [EMAIL PROTECTED]:~$ sudo adduser pr kvm
>
> The user `pr’ is already a member of `kvm’.
>
> Then, with this command,
>
> [EMAIL PROTECTED]:~$ kvm -std-vga -m 750 -cdrom
> /home/pr/kubuntu-7.10-desktop-amd64.iso -boot d gutsy-desktop.img
>
> open /dev/kvm: Permission denied

You have to log out and log in for this to take effect.

> sudo kvm -std-vga -m 750 -cdrom /home/pr/kubuntu-7.10-desktop-amd64.iso
> -boot d gutsy-desktop.img
>
> I just get the “I/O Error Error Reading Boot CD” error in the  QEMU/KVM
> screen,

add the -hda option before gutsy-desktop.img. Also verify if the hash of the 
ISO is correct (md5sum / sha1)

Amit.

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to