From owner-freebsd-questions Mon Jul 17 09:24:29 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA07395 for questions-outgoing; Mon, 17 Jul 1995 09:24:29 -0700 Received: from spiff.gnu.ai.mit.edu (spiff.gnu.ai.mit.edu [128.52.46.13]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id JAA07389 for ; Mon, 17 Jul 1995 09:24:27 -0700 Received: by spiff.gnu.ai.mit.edu (8.6.12/8.6.12GNU) id MAA08795; Mon, 17 Jul 1995 12:23:14 -0400 From: Kristyn Fayette Message-Id: <199507171623.MAA08795@spiff.gnu.ai.mit.edu> Subject: Re: Still can't install from DOS To: jan@bagend.atl.ga.us (Jan Isley) Date: Mon, 17 Jul 1995 12:23:12 -0400 (EDT) Cc: freebsd-questions@freefall.cdrom.com In-Reply-To: from "Jan Isley" at Jul 11, 95 11:58:44 pm X-Mailer: ELM [version 2.4 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1639 Sender: questions-owner@FreeBSD.org Precedence: bulk Hiya, Thanks. And thanks to all the others who also responded. The problem was trying to install from a DOS partition and not being able to find any of the files. I wrote: } > I've created a C:\FREEBSD directory and put all my bin.* and *.flp files } > there. Jan replied: } } Sorry if I overstate the obvious but the individual files must be } in their appropriate subdirectories just like they are on wcarchive. What tripped me up was this: > INSTALLATION GUIDE FOR FreeBSD 2.0.5 > > 2.3 Before installing from a DOS partition: > > To prepare for installation from an MS-DOS partition you should > simply copy the files from the distribution into a directory called > "FREEBSD". For example, to do a minimal installation of FreeBSD from > DOS using files copied from the CDROM, you might do something like > this: > > C:\> MD C:\FREEBSD > C:\> XCOPY /S E:\DISTS\BIN C:\FREEBSD > C:\> XCOPY /S E:\FLOPPIES C:\FREEBSD Well, that xcopy command puts everying into the same directory. It does not create a \bin directory. The correct command should be: c:\> xcopy e:\dists\bin c:\freebsd\bin The system will reply with: Does BIN specify a file name or directory name on the target (F = file, D = directory)? Enter 'd' and c:\freebsd\bin will be created and filled with the files from e:\dists\bin. The '/s' parameter isn't needed unless there are subdirectories off of e:\dists\bin. i.e., if e:\freebsd\bin\patch\ existed, you'd need the '/s' parameter. -- -=(*)=- Kristyn Fayette -=(*)=- kristyn@gnu.ai.mit.edu