From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Limpach Subject: Re: Xeno-unstable crashing at boot Date: Fri, 20 May 2005 22:42:05 +0100 Message-ID: <3d8eece2050520144243689090@mail.gmail.com> References: <7F740D512C7C1046AB53446D37200173040AA4F5@scsmsx402.amr.corp.intel.com> Reply-To: Christian.Limpach@cl.cam.ac.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <7F740D512C7C1046AB53446D37200173040AA4F5@scsmsx402.amr.corp.intel.com> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Nakajima, Jun" Cc: Ian Pratt , Mike Wray , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 5/20/05, Nakajima, Jun wrote: > I typically do: >=20 > 1. "make kernels" > 2. Kill it in 10 sec. when it starts building dom0 linux > 3. cd linux-2.6.11-xen0 > 4. "ARCH=3Dxen make -j vmlinuz" and copy vmlinuz to the target machine > 5. cd xen > 6. "make" (or "make debug=3Dy"), and copy xen.gz to the target machine You might want to give these slightly simpler alternatives a try: - build xen: make xen -j - build dom0 kernel: make linux-2.6-xen0-build -j To make sure you start from scratch: - xen: make -C xen clean - linux: remove dist/install/boot/config*xen0 and linux-2.6.11-xen0 christian