From owner-freebsd-questions@FreeBSD.ORG Fri May 26 00:46:41 2006 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 1FE5416A7A7 for ; Fri, 26 May 2006 00:35:09 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5AE343D46 for ; Fri, 26 May 2006 00:35:08 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.13.4/8.13.3) with ESMTP id k4Q0Z8uS080447; Thu, 25 May 2006 18:35:08 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.13.4/8.13.3/Submit) with ESMTP id k4Q0Z5vY080444; Thu, 25 May 2006 18:35:08 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 25 May 2006 18:35:05 -0600 (MDT) From: Warren Block To: Svein Halvor Halvorsen In-Reply-To: <447607A4.5090708@lvor.halvorsen.cc> Message-ID: <20060525182940.B80244@wonkity.com> References: <447607A4.5090708@lvor.halvorsen.cc> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (wonkity.com [127.0.0.1]); Thu, 25 May 2006 18:35:08 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: Flashing BIOS/Making bootable DOS filsystem on USB stick 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: Fri, 26 May 2006 00:46:41 -0000 On Thu, 25 May 2006, Svein Halvor Halvorsen wrote: > Problem is: How do I install the boot code on the drive? FreeDOS > provides a floppy-image, so I thought I could just dd that to my USB > drive, and boot off of that. But I need to put the BIOS upgrade utility > on the disk as well, and it is 784 kiB. Could I grow the image? mkisofs can be used to create bootable CDs with a DOS floppy image. The DOS system has to set up CD support, and the additional files end up being on that "drive". See man -P'less -p eltorito_boot' mkisofs This worked for me with a Win95 install floppy, which sets up the CD drive correctly. I don't know if FreeDOS is compatible enough to be a safe way to try BIOS upgrades. -Warren Block * Rapid City, South Dakota USA