From owner-freebsd-questions@FreeBSD.ORG Thu Mar 8 16:14:22 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1F7E216A401 for ; Thu, 8 Mar 2007 16:14:22 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id D7DDB13C4B4 for ; Thu, 8 Mar 2007 16:14:21 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l28GBNu9026502; Thu, 8 Mar 2007 11:11:23 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l28GBNwv026501; Thu, 8 Mar 2007 11:11:23 -0500 (EST) (envelope-from jerrymc) Date: Thu, 8 Mar 2007 11:11:23 -0500 From: Jerry McAllister To: "s.moyzis" Message-ID: <20070308161123.GA26328@gizmo.acns.msu.edu> References: <001b01c7616c$d3b93100$3f8dfd44@DJ2KXR91> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001b01c7616c$d3b93100$3f8dfd44@DJ2KXR91> User-Agent: Mutt/1.4.2.2i Cc: "Questions@FreeBSD" Subject: Re: Problems installing FreeBSD 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, 08 Mar 2007 16:14:22 -0000 On Thu, Mar 08, 2007 at 04:30:43AM -0600, s.moyzis wrote: > Hi, I'm trying to install FreeBSD from > ftp://ftp.freebsd.org/pub/FreeBSD/ISO-IMAGES-i386/6.2 > I downloaded all the files to a folder on my 2nd HD (Primary is C: 80 Gb Windows XP SP2, 2nd external 250 Gb HD has 2 partitons, G: which contains the entire C:drive for backup, and a partition H: for FreeBSD. Anyway, The Boot CD doesn't boot (yes, I changed the BIOS sequence), and the Disk1 and Disk2 won't fit on a CD. I'm new at this, but I do know Windows and DOS inside and out. Question is, what do I do next? > everytime I try to 'open' the file(s) Roxio CD Creator opens up. Help! Thanks, > Steve The first thought is: did you burn the bood CD correctly. It is already an ISO and should be burned as a plain data file with no reforming or conversion to be bootable or etc. That is the first thing I would verify. If you can get your hands on a different machine, then try booting that with the CD. It won't hurt anything to just boot as long as you don't commit to modifying the disk - for which there are lots of warnings and 'are you really sure you want to do this' messages. You only need the disk1 for booting and installing or running a fixit. The disk2 has additional things you might want to install - ports, if you can't install them over the net. As for where to put the FreeBSD installation, you cannot put it in an MS drive such as h:. It has to go in to its own primary slice. MS does not know how to recognize, read or write a FreeBSD slice. So if it is something MS can see, then it is not a FreeBSD primary slice. If MS uses the whole drive, you will need to either wipe out the MS stuff or shrink those slices to make room for a FreeBSD slice. You can look at it with the FreeBSD fdisk routine in the fixit shell. - But, of course, you have to get it to boot to the CD first. Then, since the existing slices are probably NTFS, you may need a special utility to shrink them. There are freeware utilities that can handle FAT slices, but not NTFS. I have been quite successful using Partition Magic to manipulate disk slicing including NTFS. It is generally available for about $70 the last I checked. With that you create a "Primary Partition" of 'unknown' type in empty space obtained by either shrinking or deleting currently existing partitions. NOTE here that the MS world calls these primary partitions, but the BSD UNIX world calls them slices and uses the term partition for a different kind of disk division - those that further subdivide slices. So, do some more studying and check out that CD burn. ////jerry > > > "The only secure computer is one that's unplugged, > locked in a safe, and buried 20 feet under the ground > in a secret location... and I'm not even too sure about > that one" > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >