From owner-freebsd-questions@FreeBSD.ORG Wed Oct 6 07:25:33 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D23F16A4CE for ; Wed, 6 Oct 2004 07:25:33 +0000 (GMT) Received: from outmx014.isp.belgacom.be (outmx014.isp.belgacom.be [195.238.2.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9EA443D41 for ; Wed, 6 Oct 2004 07:25:32 +0000 (GMT) (envelope-from geert@lori.mine.nu) Received: from outmx014.isp.belgacom.be (localhost [127.0.0.1]) with ESMTP id i967PSYF010694 for ; Wed, 6 Oct 2004 09:25:28 +0200 (envelope-from ) Received: from lori.mine.nu (87-24.244.81.adsl.skynet.be [81.244.24.87]) with ESMTP id i967PPAh010658; Wed, 6 Oct 2004 09:25:25 +0200 (envelope-from ) Received: by lori.mine.nu (Postfix, from userid 1000) id 98069388; Wed, 6 Oct 2004 09:25:24 +0200 (CEST) Date: Wed, 6 Oct 2004 09:25:24 +0200 From: Geert Hendrickx To: Cristobal Miguelo Message-ID: <20041006072524.GA46388@lori.mine.nu> References: <20041004035805.51496.qmail@web53801.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041004035805.51496.qmail@web53801.mail.yahoo.com> User-Agent: Mutt/1.4.2i X-GPG-Key: http://lori.mine.nu/gnupgkey.asc X-GPG-Key-ID: 1024D/766C1E92 X-Accept-Language: nl,en cc: freebsd-questions@freebsd.org Subject: Re: Booting to CD and the handing off to HD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2004 07:25:33 -0000 On Sun, Oct 03, 2004 at 08:58:05PM -0700, Cristobal Miguelo wrote: > Hello, > > I'm going to be working on a firewall box where I want to boot to CD > and run an integrity check on the Hard Drive. If the Hard Drive checks > out OK, I want the CD to then hand off to the hard drive and boot the > hard drive. > > Is that possible? What man pages and/or web pages should I read to > make it happen? > > Thanks! > Cristobal Maybe you could just put the entire thing on a livecd? Your config-files could be on a write-protected floppy-disk. I suggest you use ports/sysutils/freesbie to create your own custom livecd, and make it do something like: mount -o ro /dev/fd0 /floppy mount -t union /floppy /etc GH -- :wq