From owner-freebsd-questions@FreeBSD.ORG Sat Jul 21 06:09:01 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06EB216A418 for ; Sat, 21 Jul 2007 06:09:01 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.188]) by mx1.freebsd.org (Postfix) with ESMTP id 8101313C457 for ; Sat, 21 Jul 2007 06:09:00 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so116965fka for ; Fri, 20 Jul 2007 23:08:59 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=b8PIkbkG/ZU0qKIVAPSLRwH9bLkcFOhb7RTY0ALihPYy0oUmjV5SQT/cjPga/pm09Pfyfhe8W0WMY/YH79sLLSWWZg501SO+gUVtYyYJqa4uK1x4ZiOR8ukH4bWAsiW0qbRZxSA+rjTMnUUYSJlbyiQxUcZ5v9/X1LX+9mKUFYc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sXRCY45NoJPFZxgMr7PCEA2HZGqbOrFRbF1XvVk1OI3nW8rQ9iqnlUfFNHbW4LOJwcrb/iaMmk3p208HGPitycTlR8Fdy/an6JbmCJmL8oXw5UlZSb6jgTds23LWWAZKmVFXLxO0HqaDzw2fv2p1OMWUXer9r6KoT8qPFhv8raA= Received: by 10.82.162.14 with SMTP id k14mr1016990bue.1184998138765; Fri, 20 Jul 2007 23:08:58 -0700 (PDT) Received: by 10.82.187.6 with HTTP; Fri, 20 Jul 2007 23:08:58 -0700 (PDT) Message-ID: Date: Sat, 21 Jul 2007 01:08:58 -0500 From: "illoai@gmail.com" To: "alex@schnarff.com" In-Reply-To: <20070720121531.y0mx6rr544c4www0@mail.schnarff.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070720121531.y0mx6rr544c4www0@mail.schnarff.com> Cc: freebsd-questions@freebsd.org Subject: Re: Freeze During Boot With 6.2-RELEASE Install Disk 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: Sat, 21 Jul 2007 06:09:01 -0000 On 20/07/07, alex@schnarff.com wrote: > I've got a machine that I'm trying to get 6.2-RELEASE installed on, in > order to act as a backup/test config server for a production box I have > running the same version of FreeBSD. The machine previously had > 5.3-RELEASE on a single SCSI disk, with a 4-drive SATA RAID that wasn't > quite working right (according to the previous owner; I just got the > system a few days ago); unfortunately, the system now refuses to > recognize the SCSI disk, even in the Adaptec SCSI card's BIOS. > > That said, when I pop in my 6.2-RELEASE boot disk, it comes up, loads > devices, sees the SATA RAID...and then just hangs. I've tried booting > in safe mode and with verbose logging...and it won't work either way, > and I get no error messages. > > FWIW, I took the same boot CD and popped it into an Acer laptop I had > handy, and it went straight into the system setup menus, asking me to > choose a country; so the CD itself seems unlikely to be the culprit. > Additionally, I popped an OpenBSD 3.9 boot CD into the freezing > machine, and it came right up to an install prompt -- though it saw the > SATA disks as individual entities, and not a RAID. > > Does anyone have any clue what might be causing this, and/or how to > solve it? I'll be happy to provide additional details, I'm just not > sure what would be helpful right now. > Does the machine still boot 5.3, or does the line: > the system now refuses to recognize the SCSI disk, > even in the Adaptec SCSI card's BIOS. mean that the drive/controller is actually mussed up? If you can boot 5.3, it would be very helpful to see a dmesg from that. If not, it might still be somewhat enlightening to see where the 6.2 bootup stops, if you can capture that. If the SCSI drive or controller really has gone south in some fun, horrible way, you might try physically removing them, as a malfunctioning controller can cause a rather long* pause in the disk-probing sequence. If you have already removed the SCSI stuff and the 6.2 disk still hangs after the SATA probe and you can't find any way to capture the output, you might try posting the make and model, as there are some dreadful pieces of garbage out there that FreeBSD has some difficulty with. * Potentially limited only by how long your machine continues to have power connected. NB: In my experience OpenBSD is much better at playing fast&loose with garbage hardware than FreeBSD. Whether this is a good thing I would not hazard to guess. -- --