From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <17330.32574.594398.522752@cargo.ozlabs.ibm.com> Date: Wed, 28 Dec 2005 23:04:14 +1100 From: Paul Mackerras To: Grant Likely In-Reply-To: <43B25117.8060008@secretlab.ca> References: <43B25117.8060008@secretlab.ca> Cc: linuxppc-dev Subject: Re: PReP fails to boot on QEMU (current git snapshot) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Grant Likely writes: > zImage.prep built from head of Linus' tree fails to boot with the error > below. Did you do a parallel make (make -jN)? There is a problem currently with parallel makes where it can try to use the vmlinux.gz before it's been fully generated. Try deleting vmlinux and do a single-threaded make and see if that fixes it. Paul.