From owner-freebsd-questions@FreeBSD.ORG Wed Jul 1 21:40:51 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A11491065670 for ; Wed, 1 Jul 2009 21:40:51 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from woodbine.london.02.net (woodbine.london.02.net [87.194.255.145]) by mx1.freebsd.org (Postfix) with ESMTP id 3D5CE8FC16 for ; Wed, 1 Jul 2009 21:40:51 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from [192.168.1.76] (93.97.24.219) by woodbine.london.02.net (8.5.016.1) id 4A2032960237E500 for freebsd-questions@freebsd.org; Wed, 1 Jul 2009 22:40:50 +0100 Message-ID: <4A4BD7E1.8010204@onetel.com> Date: Wed, 01 Jul 2009 22:40:49 +0100 From: Chris Whitehouse User-Agent: Thunderbird 2.0.0.21 (X11/20090321) MIME-Version: 1.0 To: User Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: load kernel from different media X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2009 21:40:51 -0000 Hi all, I cannot boot my motherboard with the default kernel on 7.2-RELEASE (or any other iso's I have tried). It panics if device sbp is in the kernel. So far I've got things working by putting the hard disk in another machine, installed the OS and rebuilt a kernel without sbp, then returned the disk to my computer. That's ok for a one off install but this machine is supposed to be for messing around. Can I load a kernel from some other media? Eg boot from an install CD, interrupt the boot, load a modified kernel from a usb stick or installed hard drive and continue booting from the CD. At the boot prompt I can list disks with lsdev and I can load and unload a kernel from the media I booted from (obviously) but I can't see how to load a kernel from another disk. I checked man 8 loader and man 8 boot but couldn't see what I wanted, hopefully I didn't just miss it. If the answer is in there I would really appreciate a pointer. Thanks Chris