|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
Re: [XenPPC] Xen says Linux dom0 is not a Xen-compatible Elf image
Mark,
very little had changed WRT to this in recent months.
Early on in boot you should see:
70398: (70398): bootargs = xen console=com1 -- init=/bin/bash
iommu=off
76373: (76373): boot_of_module: Dom0 is linked in: 0x47941c[size
0x2984e5]
78689: (78689): mod0: 177 E L F
83375: (83375): boot_of_module: dom0 mod @ 0x000000000047941c
[0x711901]
88246: (88246): boot_of_module: dom0 mod string: init=/bin/bash
iommu=off
The 2nd line tells you where Dom0 came from (mine was linked into Xen).
The 3rd line is the most important, it dumps the first few characters
of the Dom0 image and it must say:
177 E L F
The 4th line tells you where Xen believe Dom0 to be.
please make sure all these make sense.
-JX
On Nov 12, 2006, at 2:14 PM, Mark F Mergen wrote:
I was current with linux-ppc-2.6.hg and xenppc-unstable.hg as of
about Thursday and my noHV systems were woking fine. This weekend,
I pulled changes from both trees and rebuilt everything. Now, I
get the following error during bringup. This occurs even with
totally unmodified trees (the messages below were produced by such
unmodified trees). Was there a change in expected executable file
format? Do I need to change my config and make procedures? Were
there corresponding changes to Mambo required and do I need to
rebuild Mambo?
Thanks, Mark
(XEN) allocated RMA for Dom[0]: 0x4000000[0x4000000]
(XEN) Scrubbing Free RAM: ......done.
(XEN) Trying Dom0 as 64bit ELF
(XEN) DOM0 image is not a Xen-compatible Elf image.
(XEN) Trying Dom0 as 32bit ELF
(XEN) DOM0 image is not a Xen-compatible Elf image.
(XEN)
(XEN) ****************************************
(XEN) Panic on CPU 0:
(XEN) Could not set up DOM0 guest OS
(XEN) ****************************************
(XEN)
(XEN) Reboot in five seconds...
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
|
|
|
|
|