From owner-freebsd-hardware@FreeBSD.ORG Mon Dec 18 18:54:28 2006 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 050FF16A407 for ; Mon, 18 Dec 2006 18:54:28 +0000 (UTC) (envelope-from mureninc@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C0E243CA7 for ; Mon, 18 Dec 2006 18:54:23 +0000 (GMT) (envelope-from mureninc@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so1406219wxc for ; Mon, 18 Dec 2006 10:53:54 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PolZ8r25DNAMOLPE4/2gO0rg29QZQvAhkHtDRFn6BLBv8li2YPSXGIqv2cw2wOS44h81lwGRJxKou98nrsDREj13gkPf6X3dCedxPz24cyqTqfqHgThVrGoIrJIkIg46EZOCiInJruPsJkqXqCiv1IBL56xGvceqmpsYhR1RsIc= Received: by 10.70.125.2 with SMTP id x2mr7992711wxc.1166466510713; Mon, 18 Dec 2006 10:28:30 -0800 (PST) Received: by 10.70.36.16 with HTTP; Mon, 18 Dec 2006 10:28:30 -0800 (PST) Message-ID: Date: Mon, 18 Dec 2006 13:28:30 -0500 From: "Constantine A. Murenin" To: "Sergey Lyubka" In-Reply-To: <72c3a9570612180904t6dba47das5ea0cbcc34cd2b4b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <72c3a9570612180904t6dba47das5ea0cbcc34cd2b4b@mail.gmail.com> Cc: freebsd-hardware@freebsd.org Subject: Re: Dell Poweredge 1950, boot problem X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2006 18:54:28 -0000 On 18/12/06, Sergey Lyubka wrote: > Hi, when booting FreBSD 6.2 on Dell Poweredge, I see the following: > > 1. It boots OK only in 'safe mode' . acpi is disabled, and only 1 cpu > is detected. > 2. If boot normally (with ACPI), boot almost always hangs just before > detecting the > harddrive (SAS). If it boots, 8 CPUs are detected, while only 2 are > under the cover. > > Has anybody any idea on how to boot it properly? You probably should have attached some dmesg. You may have 8 CPUs because of the Hyper-threading and such. So I wouldn't necessarily count many CPUs being detected as an indication of something being wrong... Cheers, Constantine.