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] problem starting Xen VM

To: GEE MUN HENG <mhgee@xxxxxxxxx>
Subject: Re: [Xen-users] problem starting Xen VM
From: Ronaldo Zacarias Afonso <ronaldoafonso@xxxxxxxxx>
Date: Fri, 16 Oct 2009 12:22:44 -0300
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 16 Oct 2009 08:23:37 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=sVL7Qr70z3pil7IgqrGGuz/EedLumb4Nn4dipp9bl8U=; b=NQ0Ll8ExMI57oRrS9FuESJMpBflJ6oINTmPeg+7Fa3V+xAUZHThYH/lgKRjTud3bC0 Ax1sJ7cLukLUyTOH0WZW9I0Gch33YU9CvNRsmcplttW5xFYU3GlbN/jJhrlsi4b832xe mrqpVLQ+rRroeLrlrs0TeiGB3m92SLHkwkUiQ=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=dPdJBQyIgl2bp9YU5kq/CeDAVeX6OsVPmAJArFhRdvVeSGgapChuRoE1OTL0USgMHs stshlctKowEoyc01T388/JVDYdj/oFL686quEN08NJc48gW+Ee+U1kD+es0FLaYm859n dmsyZDiNJsCTJD8TXUdwOqma81HQVkH2VdWi4=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <80f8cd580910160821i73ea8a26n64f9fac76d73e828@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: <566681.43988.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx> <80f8cd580910150758i55ea636ev7b5c9ba4d89d9551@xxxxxxxxxxxxxx> <807405.45920.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx> <80f8cd580910160821i73ea8a26n64f9fac76d73e828@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Fri, Oct 16, 2009 at 12:21 PM, Ronaldo Zacarias Afonso
<ronaldoafonso@xxxxxxxxx> wrote:
> Hi Gee,
>
>
> Well, DomU stands for Unprivileged Domain, it's a Xen guest
> unprivileged domain. Xen has two kinds of Domains, privileged (Dom0)
> and unprivileged (DomU). Dom0 is responsible for instructing the xen
> hypervisor about how to handle various DomUs.
> The file you just sent me is an example of a config file for a
> unprivileged domain (DomU).
>
> Can you check in your image files
>
> /var/lib/xen/images/VM_system1.img   or
> /var/lib/xen/images/disk2
>
> if there is a configuration file for "grub", or in your case pygrub,
> in the /boot/grub/menu.lst ?
>
> Note that the /boot/grub/menu.lst must be inside one of your images,
> ok? It seems that is some error in that file.
>
> []s
> Ronaldo Z. Afonso.
>
>
>
> On Thu, Oct 15, 2009 at 11:53 PM, GEE MUN HENG <mhgee@xxxxxxxxx> wrote:
>> here are the config file
>>
>> what is DomU ?
>>
>> Please help.
>>
>>
>>
>> ________________________________
>> From: Ronaldo Zacarias Afonso <ronaldoafonso@xxxxxxxxx>
>> To: GEE MUN HENG <mhgee@xxxxxxxxx>
>> Cc: xen-users@xxxxxxxxxxxxxxxxxxx
>> Sent: Thu, October 15, 2009 10:58:23 PM
>> Subject: Re: [Xen-users] problem starting Xen VM
>>
>> Is that a DomU, right?
>> If so, can you post the config file for it?
>>
>> []s
>> Ronaldo Z. Afonso
>>
>>
>> On Thu, Oct 15, 2009 at 11:47 AM, GEE MUN HENG <mhgee@xxxxxxxxx> wrote:
>>> Hi ,
>>>>
>>>> My Xen has been working fine for a few days. Then today it suddenly
>>>> can not run.
>>>>
>>>> When it runs It give me this error : -
>>>
>>>
>>> Error starting domain: virDomainCreate() failed POST operation failed:
>>> (xend.err "Error creating domain: Boot loader didn't return any data!")
>>>
>>> Details: -
>>>
>>> Traceback (most recent call last):
>>>   File "/usr/share/virt-manager/virtManager/engine.py", line 514, in
>>> run_domain
>>>     vm.startup()
>>>   File "/usr/share/virt-manager/virtManager/domain.py", line 379, in
>>> startup
>>>     self.vm.create()
>>>   File "/usr/lib/python2.4/site-packages/libvirt.py", line 228, in create
>>>     if ret == -1: raise libvirtError ('virDomainCreate() failed',
>>> dom=self)
>>> libvirtError: virDomainCreate() failed POST operation failed: (xend.err
>>> "Error creating domain: Boot loader didn't return any data!")
>>>
>>>
>>> I check the /var/log/xen , this is what i found.
>>>
>>> Normal logs:-
>>> Error starting domain: virDomainCreate() failed POST operation failed:
>>> (xend.err "Error creating domain: Boot loader didn't return any data!")
>>>
>>> Details: -
>>>
>>> Traceback (most recent call last):
>>>   File "/usr/share/virt-manager/virtManager/engine.py", line 514, in
>>> run_domain
>>>     vm.startup()
>>>   File "/usr/share/virt-manager/virtManager/domain.py", line 379, in
>>> startup
>>>     self.vm.create()
>>>   File "/usr/lib/python2.4/site-packages/libvirt.py", line 228, in create
>>>     if ret == -1: raise libvirtError ('virDomainCreate() failed',
>>> dom=self)
>>> libvirtError: virDomainCreate() failed POST operation failed: (xend.err
>>> "Error creating domain: Boot loader didn't return any data!")
>>> ------------------------------------------------------------------------
>>>
>>> Problem logs:-
>>>
>>> Error starting domain: virDomainCreate() failed POST operation failed:
>>> (xend.err "Error creating domain: Boot loader didn't return any data!")
>>>
>>> Details: -
>>>
>>> Traceback (most recent call last):
>>>   File "/usr/share/virt-manager/virtManager/engine.py", line 514, in
>>> run_domain
>>>     vm.startup()
>>>   File "/usr/share/virt-manager/virtManager/domain.py", line 379, in
>>> startup
>>>     self.vm.create()
>>>   File "/usr/lib/python2.4/site-packages/libvirt.py", line 228, in create
>>>     if ret == -1: raise libvirtError ('virDomainCreate() failed',
>>> dom=self)
>>> libvirtError: virDomainCreate() failed POST operation failed: (xend.err
>>> "Error creating domain: Boot loader didn't return any data!")
>>>
>>>
>>> Thanks
>>>
>>>
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Xen-users mailing list
>>> Xen-users@xxxxxxxxxxxxxxxxxxx
>>> http://lists.xensource.com/xen-users
>>>
>>
>> _______________________________________________
>> Xen-users mailing list
>> Xen-users@xxxxxxxxxxxxxxxxxxx
>> http://lists.xensource.com/xen-users
>>
>>
>

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

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