From owner-freebsd-questions@FreeBSD.ORG Mon Jun 21 22:43:08 2004 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 4469816A4CE for ; Mon, 21 Jun 2004 22:43:08 +0000 (GMT) Received: from scorpion.eng.ufl.edu (scorpion.eng.ufl.edu [128.227.116.10]) by mx1.FreeBSD.org (Postfix) with SMTP id DA70243D41 for ; Mon, 21 Jun 2004 22:43:07 +0000 (GMT) (envelope-from bob88@eng.ufl.edu) Received: (qmail 21986 invoked from network); 21 Jun 2004 22:43:07 -0000 Received: from scanner.engnet.ufl.edu (HELO eng.ufl.edu) (128.227.152.221) by scorpion.eng.ufl.edu with SMTP; 21 Jun 2004 22:43:07 -0000 Message-ID: <40D7647A.2010403@eng.ufl.edu> Date: Mon, 21 Jun 2004 18:43:06 -0400 From: Bob Johnson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en, eo MIME-Version: 1.0 To: "White, Sean" Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: RE: problem installing 4.10, boot hangs after PLIP0 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, 21 Jun 2004 22:43:08 -0000 > Message: 2 > Date: Mon, 21 Jun 2004 11:58:25 -0700 > From: "White, Sean" > Subject: problem installing 4.10, boot hangs after PLIP0 > To: , > Cc: skw@speakeasy.org > Message-ID: > <2A5E0F7D50A37341BB53B6C4E6E0C0397332AE@WA-MSG01-BTH.wireless.attws.com> > > Help! (please...) > > I am having a problem getting FreeBSD 4.10 installed on my machine. > Strangely, I have two almost identical boxes, and the problem exhibits > itself on one but not the other. Any help as to why this is happening > would be greatly appreciated. I have googled, searched list archives and > poured over the handbook multiple times, and the only error report I can > find that comes close (link below) does not seem to have been > resolved... > > Synopsis: > [...] > So can anyone tell me what might be going on here, or what I might try > next to troubleshoot it? Any help or pointers would be appreciated. If > other logs or hardware info is required just ask, I will be glad to > provide. This hardware is all relatively old (I mean old as in > well-supported, not old as in crusty), so I wouldnt think there should > be issues with unsupported, bleeding-edge craziness. And the fact that > two nearly identical hardware configs are sporting different behavior > would seem to indicate an actual hardware failure on the part of the one > that doesnt work, but as I said, this box doesnt seem to have any > problems booting other OS's, so I am confused. > Identical hardware isn't necessarily identical firmware. You might try checking to see if a BIOS update is available. It sounds like a good candidate for addressing your symptoms. Other thoughts in no particular order, and not necessarily good ones: I don't know how well 4.10 deals with such things, but perhaps the BIOS is reporting a different disk geometry than what FreeBSD thinks it is seeing, and confusing things. FBSD should complain about this reasonably gracefully, but it's been a while since I've run in to that problem, so I'm not going to promise that it will. You probably need the BIOS to be using LBA mode to address the disk, regardless of what it thinks is a good idea. If all else fails, I would physically remove the 3Com card and try again. No particular reason why, but their cards have often been a source of pain to me. Physically removing (or turning off in the BIOS if not removable) everything not needed for a basic install (everything except video, hard drive, and CD-ROM) would be a good test. Make a pair of install floppies, disable (physically unplug) the CD, and put the network card or a modem back in. Try to do a floppy/FTP install instead of a CD-ROM install. Suspect master/slave issues if that works. FreeBSD used to have problems with IDE master/slave configs that other things could handle (I think it was slaves that have no masters). I thought that was fixed, but you might want to make sure you don't have a slave without a master on any of your ATA/IDE channels. You might also try swapping which channel your CD-ROM and HD are on if they are on different channels, or swapping their master-slave relationship if they are on the same channel. > > I will disclaim in advance that, as with almost all computer problems, > the issue is probably me doing something stupid or forgetting something. > > Please reply via the list and/or my email address below. > > Thanks! > Sean White > skw@speakeasy.org > I'm sure there are better ideas I'm not thinking of, but these might give you some clues to bring back to the list. I recommend only posting to one list at a time (usually this one). I have no clue whether someone on the other list answered you or not, and it is not the appropriate forum for this question anyway (see description at http://lists.freebsd.org/mailman/listinfo/freebsd-config). - Bob