From owner-freebsd-questions@FreeBSD.ORG Sat Oct 13 14:40:31 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DAE716A49E for ; Sat, 13 Oct 2007 14:40:31 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from nibbel.kulnet.kuleuven.ac.be (nibbel.kulnet.kuleuven.ac.be [134.58.240.41]) by mx1.freebsd.org (Postfix) with ESMTP id CA1D613C45A for ; Sat, 13 Oct 2007 14:40:30 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from localhost (localhost [127.0.0.1]) by nibbel.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 0280551195; Sat, 13 Oct 2007 16:40:29 +0200 (CEST) Received: from smtps01.kuleuven.be (smtpshost01.kulnet.kuleuven.be [134.58.240.74]) by nibbel.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 2171C51198; Sat, 13 Oct 2007 16:40:28 +0200 (CEST) Received: from kalimero.kotnet.org (kalimero.kotnet.org [10.4.16.222]) by smtps01.kuleuven.be (Postfix) with ESMTP id EA53531E702; Sat, 13 Oct 2007 16:40:27 +0200 (CEST) Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.14.1/8.14.1) with ESMTP id l9DEeRWa070254; Sat, 13 Oct 2007 16:40:27 +0200 (CEST) (envelope-from tijl@ulyssis.org) X-Kuleuven: This mail passed the K.U.Leuven mailcluster From: Tijl Coosemans To: "O. Hartmann" Date: Sat, 13 Oct 2007 16:40:25 +0200 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710131640.26734.tijl@ulyssis.org> X-Virus-Scanned: by KULeuven Antivirus Cluster Cc: freebsd-questions@freebsd.org Subject: Re: Howto: Prepare USB key with FreeDOS using FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Oct 2007 14:40:31 -0000 If the BIOS can boot from USB it's as easy as using dd. dd if=freedos-floppy.img of=/dev/daX mount -t msdosfs /dev/daX /mnt (Add extra files. You only have about 1.5Mb though.) (Reboot with USB key plugged. You may have to alter the boot device ordering in the BIOS first.) Afterwards you can restore the USB key to its full capacity using fdisk(8) and newfs(8) or newfs_msdos(8).