Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Mar 2015 22:27:25 +0800
From:      Marcelo Araujo <araujobsdport@gmail.com>
To:        freebsd-xen@freebsd.org
Subject:   Unable to load multiboot kernel.
Message-ID:  <CAOfEmZgT9nyJfEe5Z39qT9OSWkAa9RVY4xs0b4CjqN=3JJUU1A@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi guys,

I'm attempting to boot FreeBSD as Dom0 on ThinkPad E550 with an i7-5500U
quad-core and 16G of ram.

The FreeBSD is in the revision r280848 and Xen is the 4.6-unstable(checkout
today). The FreeBSD kernel was built as amd64.

So, the problem that I'm facing is that not possible to load multiboot
kernel. Right after to load the XEN kernel, its attempt to  load the next
KERNEL, but I reach out at:
sys/boot/i386/libi386/multiboot.c
167         error = elf32_loadfile_raw(filename, dest, result, 1);
168         if (error != 0) {
169                 printf(
170         "elf32_loadfile_raw failed: %d unable to load multiboot
kernel\n",
171         error);
172                 goto out;
173         }

I tried to boot at loader using:
OK unload OK load /boot/xen dom0_mem=1024M dom0_max_vcpus=2 dom0pvh=1
console=com1,vga
boot/xen data=0x1e0090+0x7fd20f70 \
OK load /boot/kernel/kernel
/boot/kernel/kernel Unable to load /boot/kernel/kernel as a multiboot
payload kernel
/boot/kernel/kernel text=0x104c6a8 data=0x12dbb8+0x3fb0f0
sysms=[0x8+0x148f98+0x8+0x164832]
OK boot

And the system is halted.

Any idea?
Best Regards,
-- 

-- 
Marcelo Araujo            (__)araujo@FreeBSD.org
\\\'',)http://www.FreeBSD.org <http://www.freebsd.org/>;   \/  \ ^
Power To Server.         .\. /_)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOfEmZgT9nyJfEe5Z39qT9OSWkAa9RVY4xs0b4CjqN=3JJUU1A>