From owner-freebsd-questions@FreeBSD.ORG Mon Dec 1 06:48:54 2003 Return-Path: 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 72DD816A4CF for ; Mon, 1 Dec 2003 06:48:54 -0800 (PST) Received: from ptb-relay03.plus.net (ptb-relay03.plus.net [212.159.14.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D3E443FE1 for ; Mon, 1 Dec 2003 06:48:48 -0800 (PST) (envelope-from simong@desktop-guardian.com) Received: from [81.174.227.186] (helo=desktop-guardian.com) by ptb-relay03.plus.net with smtp (Exim 4.24; FreeBSD 4.9) id 1AQpLy-000Hel-R6 for questions@FreeBSD.org; Mon, 01 Dec 2003 14:48:46 +0000 Received: (qmail 95155 invoked by uid 1006); 1 Dec 2003 14:52:16 -0000 Received: from simong@desktop-guardian.com by dtg25 by uid 82 with qmail-scanner-1.16 (clamscan: 0.54. spamassassin: 2.55. Clear:. Processed in 19.866147 secs); 01 Dec 2003 14:52:16 -0000 Received: from unknown (HELO dtg17) (192.168.0.17) by 192.168.0.25 with SMTP; 1 Dec 2003 14:51:51 -0000 Message-ID: <0d7f01c3b819$ee9f3410$1100a8c0@dtg17> From: "Simon Gray" To: "Dimitar Rusev" Date: Mon, 1 Dec 2003 14:46:41 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: questions@FreeBSD.org Subject: Fw: FAQ X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 14:48:54 -0000 > Hello there! i am trying to install FreeBSD, but as i tried to create > the boot floppy using the fdimage command i got the message that the > file is to big. and the boot.flp is actually 2.88MB! What should I do? >Thank you for your support. you'll need to use kern.flp and mfsroot.flp instead of boot.flp. fdimage kern.flp a: fdimage mfsroot.flp a: Simon