From owner-freebsd-config@FreeBSD.ORG Wed Sep 24 02:27:45 2003 Return-Path: Delivered-To: freebsd-config@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B02FA16A4B3 for ; Wed, 24 Sep 2003 02:27:45 -0700 (PDT) Received: from famine.e-raist.com (69-30-69-105.dq1mn.easystreet.com [69.30.69.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 970814401A for ; Wed, 24 Sep 2003 02:27:44 -0700 (PDT) (envelope-from aburke@nullplusone.com) Received: from thebe (12-224-164-145.client.attbi.com [12.224.164.145]) (authenticated bits=0) by famine.e-raist.com (8.12.8/8.12.8) with ESMTP id h8O9RdYB002391; Wed, 24 Sep 2003 02:27:41 -0700 (PDT) From: "Aaron Burke" To: "Tim Hawes" , Date: Wed, 24 Sep 2003 02:26:51 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: <3F70BA35.5090002@althusius.net> Subject: RE: Install Trouble X-BeenThere: freebsd-config@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Installation and Configuration List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2003 09:27:45 -0000 > Subject: Install Trouble > > > I am a newbie in the FreeBSD world, but an old hat for Solaris and > Linux. I have an Intel box with Windows 2000 and Linux already on it. I > shrunk my Windows partition to allocate about 16 GB for a new FreeBSD > install. I have installed FreeBSD on VMware several times in the past, > so this is my first non-virtual install. > > The install completely halts shortly after it shows the "Probing > hardware (this may take a while...)" message. I look at vt1 to see what > debugging messages are there. I notice that it stops right after finding > the /dev/cua devices (serial devices???). Yes, cuaa0 is linked to the serial port code. Allthough I am not 100% sure about this, FreeBSD detects the device, then tells you about it. So that was probably telling you that the last device that it properly loaded was the serial ports. Have you booted with "boot -c -v", then typed visual? You should see a message that says "Hit [Enter] to boot immediatly, or any other key for a command prompt.". Then type "boot -c -v" (config, and verbose). Then a prompt labeled "config> " will appear. Type visual and try disabling any hardware that you dont have. Allthough the GENERIC kernel will usually fail to detect these devices (because they dont exist), its still worth disabling them. > > The console is not locked, I can switch back and forth from vt0 and vt1 > without trouble. It is just stopped. Thats actually a good thing. Its kind of nice when a the system is still at least partially running! > > It did this to me with both FreeBSD versions 4.8 and 5.1 That helps rule out some of the big differences between the two different branches of the FreeBSD source. > > This is a Walmart Os-less PC I bought just over a year ago. I am no > hardware guru, and I am not sure what info is pertinent, so tell me what > I need to tell you to help me. Well, that pretty much rules out SCSI, you may try disabling the scsi devices. The only things that you should need are as follows: Storage : ATA/ATAPI compatable disk controller ata0 14 0x1f0 ATA/ATAPI compatable disk controller ata0 15 0x170 Network : Only enable your network card. Communications : You are likely to have at least one serial port, but disable it for now. You can enable it later if you need it. The same goes for your parallel port. Input : Keyboard atkbd0 1 Syscons console driver sc0 Miscellaneous : Math coprocessor npx0 Most people recompile the kernel when they have the box up and running. Feel free to talk to freebsd-questions about this topic. We will be happy to forward you some links to some sites that give an overview of the process. > > Best regards, > > Tim Hawes Be sure to let us know if you have any luck. There are several people on this list that will have more advice to offer. But I would start by making sure your not going to attempt to load drivers for hardware that you dont have. Aaron Burke aburke@nullplusone.com