WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] XCP 1.0 Vm Install

To: JOSÉ FORMIGA <jformiga.rs@xxxxxxxxx>
Subject: Re: [Xen-users] XCP 1.0 Vm Install
From: Mike McClurg <mike.mcclurg@xxxxxxxxxx>
Date: Wed, 16 Mar 2011 17:28:22 +0000
Cc: Todd Deshane <todd.deshane@xxxxxxx>, "xen-users@xxxxxxxxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Wed, 16 Mar 2011 10:29:23 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <AANLkTinNc7+dnkd0MsiNGHGWYsVsaEYKVNN+10kadvjF@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <AANLkTinNc7+dnkd0MsiNGHGWYsVsaEYKVNN+10kadvjF@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.14) Gecko/20110223 Lightning/1.0b2 Thunderbird/3.1.8
On 14/03/11 20:15, JOSÉ FORMIGA wrote:
> Hi.
>  
> I executed the following steps to instal a Debina Lenny Vm (as the
> manual describe):
>  
> 1)- xe vm-install template="Debian Lenny 5.0 (32-bit)"
> new-name-label=vmlenny_1
>      UUID = dd29fd58-9ed2-0d53-5a71-dea5bf0d613b
> 2)- xe vm-param-set uuid=dd29fd58-9ed2-0d53-5a71-dea5bf0d613b
> other-config:install-repository=http://ftp.br.debian.org/debian
>  
> 3)- xe vm-start uuid=dd29fd58-9ed2-0d53-5a71-dea5bf0d613b
>  
> But here it hang giving the error message:
>  
>   Failed: WARNING: /dev/xvda is not a disk image

Run the command

xe vm-param-get uuid=dd29fd58-9ed2-0d53-5a71-dea5bf0d613b
param-name=PV-bootloader

I'm guessing that this will give you 'pygrub', which will try to boot
from the first virtual disk on the VM, which is usually /dev/xvda. This
usually happens if you abort a guest install, say, if you forgot to give
the VM a VIF, and had to shutdown the VM and restart the install.

You can fix this by doing

xe vm-param-set uuid=dd29fd58-9ed2-0d53-5a71-dea5bf0d613b
PV-bootloader=eliloader

and starting the VM again. Hope this helps!

Mike
>  
> I have done a long search in Internet but have no register about this.
>  
> Can someone help me ? 
>  
> Very thanks.
> JoseFormiga

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>