From owner-freebsd-questions@FreeBSD.ORG Wed Nov 16 20:14:13 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 29ECD16A41F for ; Wed, 16 Nov 2005 20:14:13 +0000 (GMT) (envelope-from martin@orbweavers.co.uk) Received: from mail.orbweavers.co.uk (213-152-38-100.dsl.eclipse.net.uk [213.152.38.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id B58F743D45 for ; Wed, 16 Nov 2005 20:14:11 +0000 (GMT) (envelope-from martin@orbweavers.co.uk) Received: from xccube.orbweavers.co.uk (unknown [192.168.0.203]) by mail.orbweavers.co.uk (Postfix) with ESMTP id 7E1FDB24A7 for ; Wed, 16 Nov 2005 20:14:10 +0000 (GMT) From: Martin McCann To: freebsd-questions@freebsd.org Date: Wed, 16 Nov 2005 20:18:35 +0000 User-Agent: KMail/1.8.2 References: <20051116183213.GA32134@polands.org> In-Reply-To: <20051116183213.GA32134@polands.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511162018.36202.martin@orbweavers.co.uk> Subject: Re: Creating bootable DOS floppy w/FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: martin@orbweavers.co.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Nov 2005 20:14:13 -0000 On Wednesday 16 November 2005 18:32, Doug Poland wrote: > Hello, > > I'm stuck... I need a bootable DOS floppy (for BIOS upgrade) to fix a > broken Windows box. > > I have no problem formatting and putting an msdosfs on a floppy but it > appears I cannot make it bootable with native tools. > > I tried emulators/mtools mformat, but it doesn't create bootable media. > I even installed emulators/qemu and installed Win98 into it but format > fails trying to format the host's floppy. > > I'm in a bit of a time crunch here, does anyone know how do create a > bootable DOS floppy using just FreeBSD and/or it's ports? do a google on bootable floppy images, there are quite a few about, then dd the image you download onto your floppy disk Cheers, Martin