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-devel

RE: [Xen-devel] pv_ops dom0 testing

To: <deshantm@xxxxxxxxx>, "xen-devel mailing list" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-devel] pv_ops dom0 testing
From: "Aviv Grafi" <aviv@xxxxxxxxxxxx>
Date: Sat, 29 Nov 2008 16:38:15 -0500
Cc:
Delivery-date: Sat, 29 Nov 2008 13:42:08 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1e16a9ed0811291308x62a60195q37256ebc28f5bb5c@xxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <1e16a9ed0811291308x62a60195q37256ebc28f5bb5c@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AclSZstaizrS6JDjT4Gx5ZKCQXTMlAAAyU3A
Thread-topic: [Xen-devel] pv_ops dom0 testing
I had the same issue few days ago: try to boot the vmlinux (and not
vmlinuz) image that you can find in your kernel build directory.
You can verify that you are booting the right image file by using the
readelf tool.


-----Original Message-----
From: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:xen-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Todd Deshane
Sent: Saturday, November 29, 2008 11:09 PM
To: xen-devel mailing list
Subject: [Xen-devel] pv_ops dom0 testing

I am trying to get a pv_ops dom0 working for testing, but I am running
into an elf_init error:

(XEN) *** LOADING DOMAIN 0 ***
(XEN) elf_init: not an ELF binary

Full output attached.

>From what I have read on the mailing lists, it seems
that it is usually a problem with either grub or a corrupt dom0 kernel.

Attached is my kernel config (2.6.28-rc6-tip).

I followed the instructions on:
http://wiki.xensource.com/xenwiki/XenParavirtOps

Then I did make menuconfig and added:
XEN_DOM0
XEN_BLKDEV_BACKEND

here are the two grub entries I tried

title           Xen 3.4-unstable / Ubuntu 8.10, kernel 2.6.28-rc6-tip
root            (hd0,0)
kernel          /boot/xen-3.4-unstable.gz loglvl=all guest_loglvl=all
dom0_max_vcpus=1 com1=115200,8n1 console=com1 noreboot dom0_mem=512M
module          /boot/vmlinuz-2.6.28-rc6-tip root=/dev/sda1 ro
console=tty0
xencons=ttyS0,115200
module          /boot/initrd.img-2.6.28-rc6-tip

title           Xen 3.4-unstable / Ubuntu 8.10, kernel 2.6.28-rc6-tip
uuid            30596923-1435-4516-809d-ef8cd2958532
kernel          /boot/xen-3.4-unstable.gz
module          /boot/vmlinuz-2.6.28-rc6-tip
root=UUID=30596923-1435-4516-809d-ef8cd2958532 ro console=tty0
module          /boot/initrd.img-2.6.28-rc6-tip

The error was reported by others (unanswered), but they might be
unrelated:
http://xen.markmail.org/message/grqiejrlax6tyutn?q=elf_init
http://xen.markmail.org/message/r5y32q5yyuv4okgj?q=elf_init

Any suggestions on what went wrong and/or what else to try?

Cheers,
Todd

--
Todd Deshane
http://todddeshane.net
http://runningxen.com

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

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