From owner-freebsd-questions@FreeBSD.ORG Tue Sep 26 15:24:39 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 130DC16A403 for ; Tue, 26 Sep 2006 15:24:39 +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 DAE8B43D70 for ; Tue, 26 Sep 2006 15:24:21 +0000 (GMT) (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 k8QFMw0R083059; Tue, 26 Sep 2006 11:22:58 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id k8QFMsQn083058; Tue, 26 Sep 2006 11:22:54 -0400 (EDT) (envelope-from jerrymc) Date: Tue, 26 Sep 2006 11:22:54 -0400 From: Jerry McAllister To: Desmond Coughlan Message-ID: <20060926152254.GC82870@gizmo.acns.msu.edu> References: <20060926090905.58283.qmail@web27204.mail.ukl.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060926090905.58283.qmail@web27204.mail.ukl.yahoo.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: problem installing on i386 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: Tue, 26 Sep 2006 15:24:39 -0000 On Tue, Sep 26, 2006 at 11:09:05AM +0200, Desmond Coughlan wrote: > Hi, > I hope that I'm not sending this to the wrong list, or that the question hasn't already been answered. > > I'm trying to install 6.1-RELEASE onto a Pentium-3. > > I had a lot of trouble creating the diskettes, but after changing the floppy drive, no problem. Now, when I do the install, I have two hard drives, and configure them as follows... > > disk0 > 150M / > 512M /etc > 512M /etc > 512M /var > 1024M /bin > 4096M /usr > 1024M swap > > disk1 > 4096M /forums > 4096M /mail > 4096M /sql > 1024M swap I just noticed yet another thing. You do not have a /tmp partition. Although it is not essential to have a separate /tmp, it is a good thing because many thing write to it, often unexpectedly and if it happens to grow fast, it could fill up root and cause the system to hang. So, putting it in its own separate partition helps protect the rest of the system if some process starts to run away with things. So, my over all suggestions are now. Get rid of the separate /etc and /bin partitions. Leave them in root. Then give the 512 MB to /tmp and the 1024 MB to /var. I also notice that you do not create an obvious place for user's home directories. Maybe you do not expect to have regular user accounts, so that is OK. But, if you do, it is often a good idea to create a large partition for those to keep them somewhat isolated for the general operation of the system. I usually make a separate /home partition. I wonder what you intend to do with a 4 GB /mail partition. If it is for user accounts to keep mail, then maybe that should instead be the /home partition to contain users' accounts home directories. Just a thought. Sheesh, if I would read more carefully the first time, I could save some retyping and network traffic. But, I get so many Emails that I have to try and rush through them. Anyway, good luck, ////jerry > > I go through the installation, via ftp, and then set the root password. Oh, and the 'FreeBSD boot manager' is the option I choose, when configuring the disks. > > When I reboot, this is what I see ... > > Manual root filesystem specification > : Mount using filesystem eg > ufs:da0s1a > ? List valid disk boot devices > Abort manual imput > > ... and that's it. > > Nothing else. The machine just sits there. > > Is there something I've missed ? We've tried the same install on three different machines, using three different motherboards, and four different hard drives. Something is wrong, either with the installation media, or else with our method of going about it. Oh, and I tried installing 5.5 on the same machines, with the same result. > > FreeBSD rocks; I've used it for a long time on many different machines, and this is the first time that this has happened. > > Could someone suggest a solution? The people with whom I'm installing this, are starting to whisper the word 'Linux', and it's giving me nightmares.... :( > > Thanks. > > D.C > > > > --------------------------------- > D?couvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet ! Yahoo! Questions/R?ponses pour partager vos connaissances, vos opinions et vos exp?riences. Cliquez ici. > _______________________________________________ > 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" >