From owner-freebsd-hackers@FreeBSD.ORG Tue Oct 28 20:07:44 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CA9416A4CE for ; Tue, 28 Oct 2003 20:07:44 -0800 (PST) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id B16B143F85 for ; Tue, 28 Oct 2003 20:07:42 -0800 (PST) (envelope-from jason@ec.rr.com) Received: from ec.rr.com (cpe-024-211-231-149.ec.rr.com [24.211.231.149]) h9T47chf018139; Tue, 28 Oct 2003 23:07:40 -0500 (EST) Message-ID: <3F9F3D90.8050304@ec.rr.com> Date: Tue, 28 Oct 2003 23:09:52 -0500 From: jason User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5b) Gecko/20030901 Thunderbird/0.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Leo Bicknell References: <20031028214826.GA13810@ussenterprise.ufp.org> In-Reply-To: <20031028214826.GA13810@ussenterprise.ufp.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-hackers@freebsd.org Subject: Re: Loading a kernel module before the installer. X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2003 04:07:44 -0000 I know if you boot off the floopies you can load any modules or drivers you need before booting into sysinstall. You can also hit anykey, I think, to stop the boot process from the cdrom and load the modules. Jason Leo Bicknell wrote: >I have a system today with a vinum disk setup. I'd like to install >new FreeBSD (5.1) with the same disk layout. Here's what I'm >wondering: > >Can I load the vinum module before the installer from the install >CD, thus allowing the installer to see the existing file systems? >I think if I can do this I should be able to tell the installer to >newfs them and do an install saving a lot of trouble over the more >manual vinum install procedure. > >If this should work, how do I load the kernel module from the new >boot loader? > > >