From owner-freebsd-scsi@FreeBSD.ORG Thu Apr 24 17:55:40 2008 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 174491065674 for ; Thu, 24 Apr 2008 17:55:40 +0000 (UTC) (envelope-from kevin@your.org) Received: from tokyo01.jp.mail.your.org (tokyo01.jp.mail.your.org [204.9.54.5]) by mx1.freebsd.org (Postfix) with ESMTP id F297E8FC15 for ; Thu, 24 Apr 2008 17:55:39 +0000 (UTC) (envelope-from kevin@your.org) Received: from mail.your.org (server3-a.your.org [64.202.112.67]) by tokyo01.jp.mail.your.org (Postfix) with ESMTP id 9A1562AD5587; Thu, 24 Apr 2008 17:55:38 +0000 (UTC) Received: from pool011.dhcp.your.org (pool011.dhcp.your.org [69.31.99.11]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.your.org (Postfix) with ESMTP id F3B9BA0A451; Thu, 24 Apr 2008 17:55:37 +0000 (UTC) Message-Id: <38ED2269-C6CA-4BDF-8ADA-E669DFD3390E@your.org> From: Kevin Day To: Ivan Voras In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Thu, 24 Apr 2008 12:55:37 -0500 References: X-Mailer: Apple Mail (2.919.2) Cc: freebsd-scsi@freebsd.org Subject: Re: Incorrect geometry with 750G ciss array X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2008 17:55:40 -0000 On Apr 24, 2008, at 3:18 AM, Ivan Voras wrote: > Kevin Day wrote: >> ciss0: port 0xe800-0xe8ff mem >> 0xdef80000-0xdeffffff,0xdef78000-0xdef7ffff irq 35 at device 8.0 on >> pci5 >> ciss0: [ITHREAD] >> da0: 762977MB (1562578608 512 byte sectors: 255H 32S/T 65535C) >> >> Sysinstall's partition editor comes up with 97266/255/63, but it >> re-complains that it's incorrect after every single keypress in it. >> If I >> push ahead anyway, I can't boot (hang after pressing F1 at the >> loader). >> > I don't know about that specific model, but I had similar symptoms > with > several Proliants, some of which had the same ciss card, some not, > which > are solved by using a different boot loader (i.e. the partitioning is > fine, just the boot loader isn't). Try sysutils/extipl, search the > mailing list archives for details. That was exactly it, but I solved the problem a slightly different way. Instead of selecting BootMgr after partitioning, I just installed the standard MBR. That seems to find the partition just fine, and the system boots okay. I'll have to do some more digging to see what BootMgr's problem is. Thanks! -- Kevin