mr_ala
2006-Apr-11 14:27 UTC
[Xen-users] Xen won''t boot: dom0 image is not a Xen-compatible Elf image
Hello folks I strive to get Xen up and running, but only make a slow progress in it. My current trouble is that I get this "dom0 image is not a Xen-compatible Elf image" shortly after the Xen starts to boot. Then the computer reboots. I installed Xen from sources (downloaded from http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/xen-3.0-testing-src.tgz) , built with the gcc (GCC) 3.3.5 (Debian 1:3.3.5-13) by typing: make linux-2.6-xen-config CONFIGMODE=xconfig (here I did some kernel configuration changes) make install Then I created initrd with mkinitr and added following lines to menu.lst: title Xen-3.0 root (hd0,2) kernel /boot/xen-3.0.gz dom0_mem=150000 console=vga module /boot/vmlinuz-2.6.16-xenxen root=/dev/hda3 ro console=tty0 module /boot/initrd.img-2.6.16-xenxen Do you think you could help me with that? (I saw similar question in this forum, but without response.) Thank you very much Ales Cervenka _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Emiliano Gabrielli (aka AlberT)
2006-Apr-11 15:00 UTC
Re: [Xen-users] Xen won''t boot: dom0 image is not a Xen-compatible Elf image
On Tuesday 11 April 2006 16:27, mr_ala wrote:> make linux-2.6-xen-config CONFIGMODE=xconfighave you selected the XEN-compatible arch in the kernel configuration ??? -- <?php echo '' Emiliano Gabrielli (aka AlberT) '',"\n", '' socio fondatore e membro del direttivo del GrUSP '',"\n", '' AlberT_at_SuperAlberT_it - www.SuperAlberT.it '',"\n", '' IRC: #php,#AES azzurra.com '',"\n",''ICQ: 158591185''; ?> _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
mr_ala
2006-Apr-12 08:32 UTC
Re: [Xen-users] Xen won''t boot: dom0 image is not a Xen-compatible Elf image
I would say so. grep -i xen .config has following output: # Linux kernel version: 2.6.16-xen CONFIG_LOCALVERSION="xen" CONFIG_X86_XEN=y CONFIG_PCI_GOXEN_FE=y CONFIG_XEN_PCIDEV_FRONTEND=y # CONFIG_XEN_PCIDEV_FE_DEBUG is not set CONFIG_XEN=y CONFIG_XEN_INTERFACE_VERSION=0x00030101 # XEN CONFIG_XEN_PRIVILEGED_GUEST=y # CONFIG_XEN_UNPRIVILEGED_GUEST is not set CONFIG_XEN_PCIDEV_BACKEND=y # CONFIG_XEN_PCIDEV_BACKEND_VPCI is not set CONFIG_XEN_PCIDEV_BACKEND_PASS=y # CONFIG_XEN_PCIDEV_BE_DEBUG is not set CONFIG_XEN_BLKDEV_BACKEND=y # CONFIG_XEN_BLKDEV_TAP_BE is not set CONFIG_XEN_NETDEV_BACKEND=y # CONFIG_XEN_NETDEV_PIPELINED_TRANSMITTER is not set CONFIG_XEN_NETDEV_LOOPBACK=y # CONFIG_XEN_TPMDEV_BACKEND is not set CONFIG_XEN_BLKDEV_FRONTEND=y CONFIG_XEN_NETDEV_FRONTEND=y # CONFIG_XEN_BLKDEV_TAP is not set # CONFIG_XEN_TPMDEV_FRONTEND is not set CONFIG_XEN_SCRUB_PAGES=y CONFIG_XEN_DISABLE_SERIAL=y CONFIG_XEN_SYSFS=m See attachment for complete .config file, if it is of any use for you. Anyway, I probably should have mentioned that I use IBM Think Pad R40, with Debian Linux as an OS. On Tue, 11 Apr 2006 17:00:26 +0200, Emiliano Gabrielli (aka AlberT) wrote> On Tuesday 11 April 2006 16:27, mr_ala wrote: > > make linux-2.6-xen-config CONFIGMODE=xconfig > have you selected the XEN-compatible arch in the kernel > configuration ??? > > -- > <?php echo '' Emiliano Gabrielli (aka AlberT) '',"\n", > '' socio fondatore e membro del direttivo del GrUSP '',"\n", > '' AlberT_at_SuperAlberT_it - www.SuperAlberT.it '',"\n", > '' IRC: #php,#AES azzurra.com '',"\n",''ICQ: 158591185''; ?> > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users