From owner-freebsd-questions@FreeBSD.ORG Thu Feb 24 09:55:17 2005 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 90A7516A4CE for ; Thu, 24 Feb 2005 09:55:17 +0000 (GMT) Received: from lorna.circlesquared.com (host217-45-219-85.in-addr.btopenworld.com [217.45.219.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 445E743D39 for ; Thu, 24 Feb 2005 09:55:16 +0000 (GMT) (envelope-from peter@circlesquared.com) Received: from localhost.circlesquared.com (localhost.circlesquared.com [127.0.0.1])j1O9skZr038444 for ; Thu, 24 Feb 2005 09:54:47 GMT (envelope-from peter@circlesquared.com) From: Peter Risdon To: "freebsd-questions@freebsd.org" In-Reply-To: <1132187297.20050223212827@wanadoo.fr> References: <1132187297.20050223212827@wanadoo.fr> Content-Type: text/plain Date: Thu, 24 Feb 2005 09:54:46 +0000 Message-Id: <1109238886.15386.70.camel@lorna.circlesquared.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Re: Creating a boot diskette that does nothing but boot from hard disk 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: Thu, 24 Feb 2005 09:55:17 -0000 On Wed, 2005-02-23 at 21:28 +0100, Anthony Atkielski wrote: > Is it possible to create a boot diskette that does nothing more than > boot from a specific hard disk? How would I go about doing so? Assuming you are unable to boot after completing the installation, have you tried a third-party boot manager like GAG? GAG in particular is quite good at booting weird hardware and might very well find your installation and offer it when you run the setup. http://gag.sourceforge.net/ > > If I can't figure out why my system won't boot from the hard disk on its > own, I figure that perhaps I could create a diskette to pop into the > machine that would simple boot immediately from the hard disk. It > shouldn't require much code and should easily fit on a single diskette. In fact, you can set up a floppy with GAG on it like this. But you might as well install GAG to the hard drive. Peter.