From owner-freebsd-xen@FreeBSD.ORG Tue Mar 31 19:06:01 2015 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 77B07D1E; Tue, 31 Mar 2015 19:06:01 +0000 (UTC) Received: from SMTP.CITRIX.COM (smtp.citrix.com [66.165.176.89]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "mail.citrix.com", Issuer "Cybertrust Public SureServer SV CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 17DAE698; Tue, 31 Mar 2015 19:06:00 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.11,502,1422921600"; d="scan'208";a="248303867" Message-ID: <551AF00F.5030001@citrix.com> Date: Tue, 31 Mar 2015 21:05:51 +0200 From: =?UTF-8?B?Um9nZXIgUGF1IE1vbm7DqQ==?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Subject: Re: Unable to load multiboot kernel. References: <55196D2F.8040203@citrix.com> <551985BB.6050706@citrix.com> <551A4789.6070508@citrix.com> In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-DLP: MIA1 Cc: freebsd-xen X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Mar 2015 19:06:01 -0000 Hello, El 31/03/15 a les 11.09, Marcelo Araujo ha escrit: > I reverted everything to r279220 and rebuilt world/kernel, doesn't make any > difference. > I'm gonna try to make some more debugs tonight, in case you want me test > anything else, let me know. I've finally found were the issue comes from, and it is due to a bug in our version of nm, which is used to build the Xen kernel. You can apply the following patch [1] to the FreeBSD source tree, rebuild and reinstall nm and then recompile the Xen kernel. The new one should work without problems I think. Roger. [1] http://pastebin.com/raw.php?i=QbZ9exai