From owner-freebsd-current@FreeBSD.ORG Wed Nov 9 06:52:35 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 F117316A41F for ; Wed, 9 Nov 2005 06:52:35 +0000 (GMT) (envelope-from devon.odell@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A91B43D46 for ; Wed, 9 Nov 2005 06:52:35 +0000 (GMT) (envelope-from devon.odell@gmail.com) Received: by xproxy.gmail.com with SMTP id t10so150174wxc for ; Tue, 08 Nov 2005 22:52:35 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=G2VmkwJzfe8R4RjL3FENGewZh5UzcbRwTu0Ayr/JLIicavVhu6/HwUppIyKlllah5QB9TGMWsaLlUWlwU0Yhmog+dJHnCDwTkP3r13EvV0qlqdlCD2U7JQvyAsWAVv5ppppMbNuEsh5uiIALrGSE7HxmlEx/TmlRiP6ENm0D9OY= Received: by 10.65.218.2 with SMTP id v2mr423804qbq; Tue, 08 Nov 2005 22:52:34 -0800 (PST) Received: by 10.64.185.19 with HTTP; Tue, 8 Nov 2005 22:52:34 -0800 (PST) Message-ID: <9ab217670511082252s628db890j@mail.gmail.com> Date: Tue, 8 Nov 2005 22:52:34 -0800 From: "Devon H. O'Dell" To: "ke.han" In-Reply-To: <43719123.5080306@redstarling.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <2B3B2AA816369A4E87D7BE63EC9D2F26F01193@SDCEXCHANGE01.ad.amcc.com> <43715294.3080604@redstarling.com> <9ab217670511081836t7e21b0e3k@mail.gmail.com> <437170B9.3020709@redstarling.com> <9ab217670511082014w467ab180i@mail.gmail.com> <43719123.5080306@redstarling.com> Cc: freebsd-current@freebsd.org Subject: Re: 3ware 9550sx driver for freeBSD 6 amd64 ?? 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: Wed, 09 Nov 2005 06:52:36 -0000 2005/11/8, ke.han : > Devon, > Thanks for the help...sorry to be so dense but my brain must be a little > fried right now. > I do get it now ;-) > The only two extra questions I need are: > 1 - this is a kernel for amd64/em64t or i386? > 2 - in order to boot from this kernel, do I burn this on a second cd > from the 6.0 install CD and just swap the cds for the 3rd phase boot > process? and then put the 6.0 install disk back in once I'm at the > sysinstall screen? > > thanks again, ke han No problem. The kernel is for AMD64. What you may be able to do is drop to the bootloader prompt and unload kernel. After that, you should be able to indeed load the kernel from the other CD, plop the original back in there and boot. Another suggestion would be to do a PXE boot, which may or may not be a bigger hassle for you. You could also just extract the ISO filesystem, replace the kernel and burn another install CD. I think you can also do this with an md mount of the ISO image (just recopy the kernel over) and burn the CD. Not sure on the last one though. --Devon