From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: Unstable fail to load dom0 Date: Fri, 27 Mar 2009 15:49:08 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Andrew Lyon , Ian Campbell Cc: Xen-devel List-Id: xen-devel@lists.xenproject.org On 27/03/2009 14:52, "Andrew Lyon" wrote: > This is not a build issue, the same xen-3.4-unstable.gz + grub stanza > works ok on my Dell Optiplex 755, but on my Supermicro X7DWA-N it > locks up at (XEN) *** LOADING DOMAIN 0 *** Could you try editing xen/arch/x86/boot/reloc.c and delete all lines from the function reloc() in that file except for the last line 'return mbi;'. That code is new since 3.3 and one possible cause of your problem. -- Keir