All of lore.kernel.org
 help / color / mirror / Atom feed
* Error booting domU
@ 2010-06-19 19:49 PeanuTech
  2010-06-19 20:14 ` Pasi Kärkkäinen
  0 siblings, 1 reply; 6+ messages in thread
From: PeanuTech @ 2010-06-19 19:49 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1059 bytes --]

I use xen-4.0.1-rc3-pre with linux 2.6.31.13 on Ubuntu Lucid and
virt-manager 0.8.4. When I try to run a Fedora 13 PV domain that I've
created I get the following error:

Error starting domain: POST operation failed: xend_post: error from xen
daemon: (xend.err "Boot loader didn't return any data!")

And the details are:

raceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/engine.py", line 814, in
run_domain
    vm.startup()
  File "/usr/share/virt-manager/virtManager/domain.py", line 1286, in
startup
    self._backend.create()
  File "/usr/lib/python2.6/dist-packages/libvirt.py", line 333, in create
    if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
libvirtError: POST operation failed: xend_post: error from xen daemon:
(xend.err "Boot loader didn't return any data!")

I found on google several references to this problem, and almost alll of
them wrote that you need to make symbolic links, so that libvirt could find
the Xen components.

I don't know which files I need to link. What should I do?

[-- Attachment #1.2: Type: text/html, Size: 1366 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Error booting domU
  2010-06-19 19:49 Error booting domU PeanuTech
@ 2010-06-19 20:14 ` Pasi Kärkkäinen
  2010-06-20  7:50   ` PeanuTech
  0 siblings, 1 reply; 6+ messages in thread
From: Pasi Kärkkäinen @ 2010-06-19 20:14 UTC (permalink / raw)
  To: PeanuTech; +Cc: xen-devel

On Sat, Jun 19, 2010 at 10:49:46PM +0300, PeanuTech wrote:
>    I use xen-4.0.1-rc3-pre with linux 2.6.31.13 on Ubuntu Lucid and
>    virt-manager 0.8.4. When I try to run a Fedora 13 PV domain that I've
>    created I get the following error:
>    Error starting domain: POST operation failed: xend_post: error from xen
>    daemon: (xend.err "Boot loader didn't return any data!")
>    And the details are:
>    raceback (most recent call last):
>      File "/usr/share/virt-manager/virtManager/engine.py", line 814, in
>    run_domain
>        vm.startup()
>      File "/usr/share/virt-manager/virtManager/domain.py", line 1286, in
>    startup
>        self._backend.create()
>      File "/usr/lib/python2.6/dist-packages/libvirt.py", line 333, in create
>        if ret == -1: raise libvirtError ('virDomainCreate() failed',
>    dom=self)
>    libvirtError: POST operation failed: xend_post: error from xen daemon:
>    (xend.err "Boot loader didn't return any data!")
>    I found on google several references to this problem, and almost alll of
>    them wrote that you need to make symbolic links, so that libvirt could
>    find the Xen components.
>    I don't know which files I need to link. What should I do?

Fedora 13 uses ext4 for /boot filesystem as a default. 
Is your Xen/pygrub compiled with ext4 support? 

You need to have suitable devel libraries installed before building Xen..
See http://wiki.xensource.com/xenwiki/Xen4.0 for required packages.

I think it's e2fslibs-dev in debian/ubuntu.

-- Pasi

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Error booting domU
  2010-06-19 20:14 ` Pasi Kärkkäinen
@ 2010-06-20  7:50   ` PeanuTech
  2010-06-20  8:43     ` Pasi Kärkkäinen
  0 siblings, 1 reply; 6+ messages in thread
From: PeanuTech @ 2010-06-20  7:50 UTC (permalink / raw)
  To: Pasi Kärkkäinen; +Cc: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 153 bytes --]

My /boot fs is ext3, and my Dom0 starts.
I tried to rebuild xen and tools, and that error was gone.
But now I'm getting errors from virt-manager itself.

[-- Attachment #1.2: Type: text/html, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Error booting domU
  2010-06-20  7:50   ` PeanuTech
@ 2010-06-20  8:43     ` Pasi Kärkkäinen
  2010-06-20 21:26       ` PeanuTech
  0 siblings, 1 reply; 6+ messages in thread
From: Pasi Kärkkäinen @ 2010-06-20  8:43 UTC (permalink / raw)
  To: PeanuTech; +Cc: xen-devel

On Sun, Jun 20, 2010 at 10:50:55AM +0300, PeanuTech wrote:
>    My /boot fs is ext3, and my Dom0 starts.
>

I was talking about /boot of the *domU*.

>    I tried to rebuild xen and tools, and that error was gone.
>    But now I'm getting errors from virt-manager itself.
>

What kind of errors? 

-- Pasi

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Error booting domU
  2010-06-20  8:43     ` Pasi Kärkkäinen
@ 2010-06-20 21:26       ` PeanuTech
  2010-06-20 21:33         ` Pasi Kärkkäinen
  0 siblings, 1 reply; 6+ messages in thread
From: PeanuTech @ 2010-06-20 21:26 UTC (permalink / raw)
  To: Pasi Kärkkäinen; +Cc: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 99 bytes --]

I'll try to install Xen 4 on Fedora 13, since all the virt-manager scripts
are written for Fedora.

[-- Attachment #1.2: Type: text/html, Size: 124 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Error booting domU
  2010-06-20 21:26       ` PeanuTech
@ 2010-06-20 21:33         ` Pasi Kärkkäinen
  0 siblings, 0 replies; 6+ messages in thread
From: Pasi Kärkkäinen @ 2010-06-20 21:33 UTC (permalink / raw)
  To: PeanuTech; +Cc: xen-devel

On Mon, Jun 21, 2010 at 12:26:52AM +0300, PeanuTech wrote:
>    I'll try to install Xen 4 on Fedora 13, since all the virt-manager scripts
>    are written for Fedora.
>


See here for xen rpms for fedora:
http://koji.fedoraproject.org/koji/packageinfo?packageID=7

Those xen rpms have the required fixes to work with the latest xen pvops dom0 kernels.

pvops dom0 kernel rpm:
http://koji.fedoraproject.org/koji/taskinfo?taskID=2254110


And my instructions if you want to get newer xen version built from src.rpm:
http://lists.xensource.com/archives/html/xen-devel/2010-06/msg01116.html

-- Pasi

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-06-20 21:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-19 19:49 Error booting domU PeanuTech
2010-06-19 20:14 ` Pasi Kärkkäinen
2010-06-20  7:50   ` PeanuTech
2010-06-20  8:43     ` Pasi Kärkkäinen
2010-06-20 21:26       ` PeanuTech
2010-06-20 21:33         ` Pasi Kärkkäinen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.