From owner-freebsd-questions@FreeBSD.ORG Thu Aug 26 15:34:25 2010 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 2405B1065679 for ; Thu, 26 Aug 2010 15:34:25 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id D66818FC1A for ; Thu, 26 Aug 2010 15:34:24 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) for freebsd-questions@FreeBSD.org with esmtp (envelope-from ) id <1OoeT9-0000c3-JP>; Thu, 26 Aug 2010 17:34:23 +0200 Received: from p5b2f2593.dip.t-dialin.net ([91.47.37.147] helo=munin.geoinf.fu-berlin.de) by inpost2.zedat.fu-berlin.de (Exim 4.69) for freebsd-questions@FreeBSD.org with esmtpsa (envelope-from ) id <1OoeT9-0001lk-G3>; Thu, 26 Aug 2010 17:34:23 +0200 Message-ID: <4C768980.1080105@mail.zedat.fu-berlin.de> Date: Thu, 26 Aug 2010 17:34:24 +0200 From: "Hartmann, O." User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.8) Gecko/20100812 Thunderbird/3.1.2 MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 91.47.37.147 Cc: Subject: Howto create FAT32 bootable USB device with gpart? 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: Thu, 26 Aug 2010 15:34:25 -0000 Trying to create a bootable USB device (memory stick) with gpart - and failed. I need those USB mem sticks for BIOS flashing purposes on an older main PCB, utilizing FreeDOS. The old BIOS is capable of booting off from USB mem sticks, since I booted and installed FreeBSD via this method. But the creation of a bootable FreeDOS USB mem stick failed. I have FreeBSD 9.0 as a mastering operating system and 8 GB sticks. These are the boundary conditions. Is there any way to perform this task with gpart? Thanks in advance. Oliver