From owner-freebsd-usb@FreeBSD.ORG Wed Apr 22 18:24:14 2009 Return-Path: Delivered-To: usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D02B51065679; Wed, 22 Apr 2009 18:24:14 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id A0EFB8FC1C; Wed, 22 Apr 2009 18:24:14 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 5030846B0C; Wed, 22 Apr 2009 14:24:14 -0400 (EDT) Received: from jhbbsd.hudson-trading.com (unknown [209.249.190.8]) by bigwig.baldwin.cx (Postfix) with ESMTPA id 3A8038A01D; Wed, 22 Apr 2009 14:24:13 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org Date: Wed, 22 Apr 2009 14:07:55 -0400 User-Agent: KMail/1.9.7 References: <49ED3E7D.8080606@gddsn.org.cn> <41877.147.83.40.213.1240324705.squirrel@webmail.entel.upc.edu> <790a9fff0904220037q69b6e594u1a1f9871c6166ade@mail.gmail.com> In-Reply-To: <790a9fff0904220037q69b6e594u1a1f9871c6166ade@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904221407.56424.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Wed, 22 Apr 2009 14:24:13 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=0.1 required=4.2 tests=AWL,RDNS_NONE autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: usb@freebsd.org, Scot Hetzel , wsk , current@freebsd.org Subject: Re: boot panic on current(04.20) X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Apr 2009 18:24:15 -0000 On Wednesday 22 April 2009 3:37:37 am Scot Hetzel wrote: > On 4/21/09, Gustavo Perez Querol wrote: > > I'm having the same problem with my laptop. It fails (if I remember > > well) when checkig an device (probably my card reader, don't > > know). When rebooting got to loader prompt, unload kernel and load > > /boot/kernel.old/kernel. This arrises a few questions : > > > > 1.- How can I install a custom kernel under a different directory > > under /boot. I did it, but I can't find how (google doesn't > > help)I did it. I think there's a define when installing the > > kernel. > > Add the following to your kernel's configuration file. > > makeoptions KODIR=/boot/${KERNEL}_debug > > This when you install the kernel, in will place the kernel into > /boot/kernel_debug. makeoptions KERNEL=foo is a bit shorter, and then you can do 'boot foo' at the loader. I tend to install test kernels into /boot/ using this. -- John Baldwin