From owner-freebsd-questions@FreeBSD.ORG Thu Jun 2 12:47:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 7DA5116A41C for ; Thu, 2 Jun 2005 12:47:20 +0000 (GMT) (envelope-from bjmccann@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 386B743D49 for ; Thu, 2 Jun 2005 12:47:20 +0000 (GMT) (envelope-from bjmccann@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so429287nzk for ; Thu, 02 Jun 2005 05:47:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=VgwjrMPdmNGc6q7eCuOzGH6/rwYK6lg6Sx/LpsSHysPJ87snI2v8LLuK0fLnM3vQcmH7tiF3SMdBV0opLgkziz36ZEfMFdyejBdzZQXV+VeOwZNfBh7gI4SATmDoULALxYPGvDzntf7sHyMAAvW21a1u57QZgha323B6dmbdLik= Received: by 10.36.50.13 with SMTP id x13mr359759nzx; Thu, 02 Jun 2005 05:47:19 -0700 (PDT) Received: by 10.36.48.3 with HTTP; Thu, 2 Jun 2005 05:47:19 -0700 (PDT) Message-ID: <2b5f066d05060205475ac680d6@mail.gmail.com> Date: Thu, 2 Jun 2005 08:47:19 -0400 From: Brian McCann To: freebsd-questions Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Starting system from floppy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Brian McCann List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2005 12:47:20 -0000 Hi all. I need to make a boot floppy for my system, but I'm having trouble finding data on what to do / how to do it. I have a rather large array, and my system bios will not boot from it, so I need to boot off of other means. I recall when I was working with RedHat (a long time ago), during the install it gave the option to make a boot floppy to start the OS...that's basically what I'm looking for. I've got the kernel and everything on the hard drive array, I just need the loader on the boot floppy. Has anyone done this? If anyone can help me out, I'd be very grateful. Thanks! --Brian