Re: [libvirt-users] virt-clone: clone not bootable

2011-04-26 Thread Osier Yang
于 2011年04月27日 06:19, David Brown 写道: It says: booting from hard disk Booting failed device not bootable FATAL: failed to boot from device. This means you have succeeded in defining the guest, however, it failed to startup. Perhaps having a look at the domain xml will help. And are you sure the

Re: [libvirt-users] virt-image issue

2011-04-26 Thread Osier Yang
于 2011年04月26日 04:59, Zvi Dubitzky 写道: Hi Does anybody work with the virt-image utility. - I do not see where/how one specifies the pre-defned image or the CD iso image to produce the image from - what is the .xml file requested for ? I guess it is the output xml file I just used the command

Re: [libvirt-users] virt-clone: clone not bootable

2011-04-26 Thread Whit Blauvelt
David, How exactly are you invoking it? And when you say "it says," which "it"? There's more than one way to start a VM. Which are you using? All we have to go by is your command to virt-clone - which was correct and works for a great many people - and your observation that your cloned VM wouldn'

Re: [libvirt-users] virt-clone: clone not bootable

2011-04-26 Thread David Brown
It says: booting from hard disk Booting failed device not bootable FATAL: failed to boot from device. Or something very similar. Whit Blauvelt wrote: >On Tue, Apr 26, 2011 at 01:45:23PM -0700, David Brown wrote: >>The clone was made with the following command: virt-clone -o centos -n

Re: [libvirt-users] virt-clone: clone not bootable

2011-04-26 Thread Whit Blauvelt
On Tue, Apr 26, 2011 at 01:45:23PM -0700, David Brown wrote: >The clone was made with the following command: virt-clone -o centos -n >centosclone -f /path/to/new/image.img >I've attempted it several times and get the same result.

[libvirt-users] virt-clone: clone not bootable

2011-04-26 Thread David Brown
Hi, Not sure if this is the right mailing list, but... I have a Linux VM (CentOS 5.4) VM.  I cloned it with virt-clone, but the clone isn't bootable.  When I attempt to boot it says:   Booting from hard diskBoot failed: not a bootable diskFATAL: No bootable device The clone was made with the follo

Re: [libvirt-users] problem installing libvirt from source

2011-04-26 Thread Lars Nordin
-Original Message- From: Matthias Bolte [mailto:matthias.bo...@googlemail.com] Without looking further into it, did you install the python-dev package? ./configure will disable the Python bindings if it cannot find the required files. But actually when you explicitly specify --with-python

Re: [libvirt-users] problem installing libvirt from source

2011-04-26 Thread Matthias Bolte
2011/4/26 Lars Nordin : > I’m trying to compile and install libvirt-0.9.0 on Ubuntu v10.04. The make > and install went fine and I don’t see any errors but there isn’t a libvirt > directory created in /usr/local/lib/python2.6/dist-packages. > > > > I specified configure --with-vmware –with-esx  (an

[libvirt-users] problem installing libvirt from source

2011-04-26 Thread Lars Nordin
I'm trying to compile and install libvirt-0.9.0 on Ubuntu v10.04. The make and install went fine and I don't see any errors but there isn't a libvirt directory created in /usr/local/lib/python2.6/dist-packages. I specified configure --with-vmware -with-esx (and later --with-python), then make,

Re: [libvirt-users] Adding more disks...

2011-04-26 Thread Jan
Hi Dale, On 04/25/2011 09:13 AM Dale Amon wrote: > I did not find documentation but I managed by > guessing: > > > > did the trick. Is this stuff fully documented > anywhere? I got the following ... "The dev attribute indicates the "logical" device name. The actual device name specified is n

Re: [libvirt-users] Listing machines as non-root user

2011-04-26 Thread Jan
Hi Maciej, On 04/26/2011 09:13 AM Maciej Gałkiewicz wrote: > I have a problem with virsh. I'm using eucalyptus software on top of xen 4 > (debian squeeze). The problem is that unix user "eucalyptus" cannot see vm > machines when it executes "virsh list". My libvirt version is 0.8.8-3 from > debian

[libvirt-users] Listing machines as non-root user

2011-04-26 Thread Maciej Gałkiewicz
I have a problem with virsh. I'm using eucalyptus software on top of xen 4 (debian squeeze). The problem is that unix user "eucalyptus" cannot see vm machines when it executes "virsh list". My libvirt version is 0.8.8-3 from debian sid repository. The same problem occurs with older versions. What i