From owner-freebsd-questions Sun Jan 24 22:42:02 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA26729 for freebsd-questions-outgoing; Sun, 24 Jan 1999 22:42:02 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA26641 for ; Sun, 24 Jan 1999 22:41:56 -0800 (PST) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id RAA28646; Mon, 25 Jan 1999 17:11:53 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.2/8.9.0) id RAA61093; Mon, 25 Jan 1999 17:11:51 +1030 (CST) Date: Mon, 25 Jan 1999 17:11:50 +1030 From: Greg Lehey To: Doug Cc: freebsd-questions@FreeBSD.ORG Subject: FAQ (was: boot.flp too big) Message-ID: <19990125171150.S36690@freebie.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: ; from Doug on Mon, Jan 25, 1999 at 03:38:08PM +0900 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 25 January 1999 at 15:38:08 +0900, Doug wrote: > I am trying to make a boot image floppy. I downloaded both boot.flp and > fdimage.exe, but when I try to make the image, fdimage reports that > "boot.flp" is too big. > > Running in debug mode, it specifically says that boot.flp is 1,479,365 > bytes and the floppy is 1,474,560 bytes. > > I tried reformatting the floppy, but got the same results. > > Does anybody have any suggestions about how I can proceed? Read the FAQ first? From http://www.lemis.com/FAQ/FAQ26.html#26 2.2. Help! The boot floppy image will not fit on a single floppy! A 3.5 inch (1.44MB) floppy can accomodate 1474560 bytes of data. The boot image is exactly 1474560 bytes in size. Common mistakes when preparing the boot floppy are: Not downloading the floppy image in binary mode when using FTP. Some FTP clients default their transfer mode to ascii and attempt to change any end-of-line characters received to match the conventions used by the client's system. This will almost invariably corrupt the boot image. Check the size of the downloaded boot image: if it is not exactly that on the server, then the download process is suspect. To workaround: type binary at the FTP command prompt after getting connected to the server and before starting the download of the image. Using the DOS copy command (or equivalent GUI tool) to transfer the boot image to floppy. Programs like copy will not work as the boot image has been created to be booted into directly. The image has the complete content of the floppy, track for track, and is not meant to be placed on the floppy as a regular file. You have to transfer it to the floppy ``raw'', using the low-level tools (e.g. fdimage or rawrite) described in the installation guide to FreeBSD. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message