From owner-freebsd-current@FreeBSD.ORG Fri Oct 29 20:13:34 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72E8516A4CE for ; Fri, 29 Oct 2004 20:13:34 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF2B143D1D for ; Fri, 29 Oct 2004 20:13:32 +0000 (GMT) (envelope-from keramida@linux.gr) Received: from gothmog.gr (patr530-b163.otenet.gr [212.205.244.171]) i9TKD3oc014153; Fri, 29 Oct 2004 23:13:20 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id i9TKCpBN001186; Fri, 29 Oct 2004 23:12:51 +0300 (EEST) (envelope-from keramida@linux.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id i9TKCpcT001185; Fri, 29 Oct 2004 23:12:51 +0300 (EEST) (envelope-from keramida@linux.gr) Date: Fri, 29 Oct 2004 23:12:51 +0300 From: Giorgos Keramidas To: Jon Noack Message-ID: <20041029201251.GB1046@gothmog.gr> References: <417046E9.7090506@alumni.rice.edu> <56811.69.53.57.66.1099080418.squirrel@69.53.57.66> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56811.69.53.57.66.1099080418.squirrel@69.53.57.66> cc: current@freebsd.org Subject: Re: instant reboot when trying to load recent RELENG_5 kernel X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2004 20:13:34 -0000 On 2004-10-29 15:06, Jon Noack wrote: > Jon Noack wrote: > > Updated my RELENG_5 machines today and one of them did not survive the > > reboot. When the loader tries to load the kernel, the machine instantly > > reboots. I thought it might be due to using CPUTYPE?=athlon-xp in > > /etc/make.conf, but it still happens on a kernel compiled with CPUTYPE > > commented out. I also tried versions of the loader compiled with and > > without CPUTYPE; both loaders were able to successfully load a kernel > > from 3 days ago but neither of them succeeded with various kernels > > compiled today. > > I am still not able to load a new kernel (RELENG_5_3 now) without an > instant reboot. As soon as I type "load /boot/kernel.new/kernel" from the > boot loader the machine reboots. Any ideas would be greatly > appreciated... Hmmm. Can you try "boot kernel.new" instead of the "load foo" stuff? Does it make any difference?