From owner-freebsd-questions Thu Jan 8 19:26:13 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA03976 for questions-outgoing; Thu, 8 Jan 1998 19:26:13 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from bb.cc.wa.us (root@aries.bb.cc.wa.us [134.39.181.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA03969 for ; Thu, 8 Jan 1998 19:26:08 -0800 (PST) (envelope-from chris@bb.cc.wa.us) Received: from localhost (chris@localhost) by bb.cc.wa.us (8.8.5/8.6.9) with SMTP id SAA17939; Thu, 8 Jan 1998 18:06:13 -0800 (PST) Date: Thu, 8 Jan 1998 18:06:13 -0800 (PST) From: Chris Coleman To: Julian Elischer cc: questions@FreeBSD.ORG Subject: Re: Formatting FreeBSD Floppies. In-Reply-To: <34B56A95.15FB7483@whistle.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 8 Jan 1998, Julian Elischer wrote: > Formatting doesn't create the filesystem > it just does a low-level format. > you then need to do > disklabel -r /dev/rfd0 floppy3 > newfs /dev/rfd0a > THEN you can start writing stuff to the floppy. > however that's still a long way from a bootable floppy.. > Thanks, I figured out how to do it. fdformat fd0 disklabel -Brw fd0 floppy3 newfs fd0 mount /dev/fd0 /mnt kzip /kernel.GENERIC cp /kernel.GENERIC.kz /mnt cp boot.help /mnt cp boot.config /mnt umount /mnt Now it just dies with 'init not found' 'panic: no init' -Chris