On Thu, 2012-04-19 at 16:14 -0700, Rich Shepard wrote:
> On Thu, 19 Apr 2012, MJang wrote:
> 
> > When I configure KVM (on RHEL 6) I usually set up an ISO file for the CD.
> > If you have the Virtual Machine Manager set up, it's elementary to point
> > to the ISO file from the Console | Details view. Otherwise, I think
> > there's a virsh command that points a VM to an ISO file, don't remember
> > what it is off hand.
> 
> Mike,
> 
>    Ya' know, this brings up two thoughts: 1) I can create an ISO from the
> win7 cdrom and B) I know there's a GUI front end to qemu-kvm I put on that
> machine but I don't recall what it's called. Digging out the name and trying
> that rather than the command line might well be the solution.

One option w/o the GUI -- the virt-install command. Try something like

# virt-install --cdrom win7.iso --name=test.com --ram=768
--disk=/var/lib/libvirt/images/abc.img,size=10

For a 10GB virtual hard drive. The virt-install command is pretty
forgiving; if you get some things right, it prompts for needed info.

If you do choose to go with the Virtual Machine Manager GUI -- in RHEL
6, the RPM is named virt-manager. Hopefully Slack uses something
similar. 

Thanks,
Mie


_______________________________________________
PLUG mailing list
PLUG@lists.pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to