Hello,
I run FC6. I installed another FC6 on a partition. It installed ok but I can't start it from virt-manager. The details are below: -------------------------------------------------- # Automatically generated xen config file name = "virtmachfc6" memory = "200" disk = [ 'phy:/dev/sda7,xvda,w', ] vif = [ 'mac=00:16:3e:50:42:11, bridge=xenbr0', ] vnc=1 vncunused=1 uuid = "c6d82522-2578-2b0e-f214-9975e3fe4488" bootloader="/usr/bin/pygrub" vcpus=1 on_reboot = 'restart' on_crash = 'restart' --------------------------------------------------
How may I go about now?
Thanks!
Vikram Goyal wrote:
Hello,
I run FC6. I installed another FC6 on a partition. It installed ok but I can't start it from virt-manager.
virt-manger is (currently) not able to start vm's.
use xm create -c virtmachfc6 and then manage this vm with virt-manger.
or
do i misunderstood your question and xm create... isn't working ?
The details are below:
# Automatically generated xen config file name = "virtmachfc6" memory = "200" disk = [ 'phy:/dev/sda7,xvda,w', ] vif = [ 'mac=00:16:3e:50:42:11, bridge=xenbr0', ] vnc=1 vncunused=1 uuid = "c6d82522-2578-2b0e-f214-9975e3fe4488" bootloader="/usr/bin/pygrub" vcpus=1 on_reboot = 'restart' on_crash = 'restart'
How may I go about now?
Thanks!
On Wed, Apr 25, 2007 at 08:44:37PM +0200, Ronald Warsow wrote:
Vikram Goyal wrote:
Hello,
I run FC6. I installed another FC6 on a partition. It installed ok but I can't start it from virt-manager.
virt-manger is (currently) not able to start vm's.
use xm create -c virtmachfc6 and then manage this vm with virt-manger.
or
do i misunderstood your question and xm create... isn't working ?
Thanks, I found the answer googling a bit more hard:), I was able to boot it ok.I got confused from fedora wiki where it was not mentioned at all and I was following it quite closely.
Also, I found I couldn't install windows since i have 865GBF motherboard. Anyways, Original problem got sorted out.
Thanks!