From owner-freebsd-current@FreeBSD.ORG Mon Jun 13 19:12:50 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 B7C8216A41C for ; Mon, 13 Jun 2005 19:12:50 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35F0443D4C for ; Mon, 13 Jun 2005 19:12:50 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.13.3/8.13.1) with ESMTP id j5DJCmki000623; Mon, 13 Jun 2005 12:12:48 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.3/8.13.1/Submit) id j5DJCmAR000622; Mon, 13 Jun 2005 12:12:48 -0700 (PDT) (envelope-from sgk) Date: Mon, 13 Jun 2005 12:12:48 -0700 From: Steve Kargl To: Scott Long Message-ID: <20050613191248.GA572@troutmask.apl.washington.edu> References: <20050612144703.GB10314@troutmask.apl.washington.edu> <42ADCDD5.9040209@samsco.org> <20050613183959.GA23472@troutmask.apl.washington.edu> <42ADD2AB.7070608@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42ADD2AB.7070608@samsco.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-current@freebsd.org, Paul Richards Subject: Re: Immediate reboots on amd64 after upgrading to current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 13 Jun 2005 19:12:50 -0000 On Mon, Jun 13, 2005 at 12:38:35PM -0600, Scott Long wrote: > Steve Kargl wrote: > > >I'm downloading the ISO at the moment. firefox says it will take > >another 35 minutes. All I need is the kernel. Is there some > >place on freebsd.org from which I can pull the kernel? > > > >Also, David O'Brien has seen the instant reboot with a June 11th > >kernel, but he was able to boot a June 10th kernel. The ISO > >is from June 3rd source, so it is probably fine. My problem with > >a June 1st kernel may be a self-inflicted, premature installworld > >on June 9th. > > > > You could pull the bootonly ISO and try that. > Thanks. I pulled the bootonly ISO. I then used a mdconfig /dev/md4 to mount the ISO image and copied /cdrom/boot/kernel/* to my /boot/sgk/*. I was able to boot the kernel. sysctl -a reports kern.osrelease: 6.0-CURRENT-SNAP004 kern.osrevision: 199506 kern.version: FreeBSD 6.0-CURRENT-SNAP004 #0: Wed Jun 1 20:05:46 UTC 2005 root@fanboy.samsco.home:/usr/obj/usr/src/sys/GENERIC kern.osreldate: 600029 kern.bootfile: /boot/sgk/kernel -- Steve