From owner-freebsd-questions@FreeBSD.ORG Mon May 30 14:02:20 2011 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 3AA8E106566B for ; Mon, 30 May 2011 14:02:20 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id C2E4A8FC0C for ; Mon, 30 May 2011 14:02:19 +0000 (UTC) Received: by bwz12 with SMTP id 12so4305117bwz.13 for ; Mon, 30 May 2011 07:02:18 -0700 (PDT) Received: by 10.204.81.196 with SMTP id y4mr4386763bkk.111.1306764137832; Mon, 30 May 2011 07:02:17 -0700 (PDT) Received: from st62.public.fotolog.net (angel.c-mal.com [82.241.189.111]) by mx.google.com with ESMTPS id x6sm3447131bkv.12.2011.05.30.07.02.15 (version=SSLv3 cipher=OTHER); Mon, 30 May 2011 07:02:16 -0700 (PDT) Message-ID: <4DE3A364.5040404@my.gd> Date: Mon, 30 May 2011 16:02:12 +0200 From: Damien Fleuriot User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: Dell R210 "no disks found" 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: Mon, 30 May 2011 14:02:20 -0000 On 5/26/11 9:16 PM, Jaime Kikpole wrote: > I am attempting to install FreeBSD 8.2 amd64 from a CD onto a Dell > R210 server. When I boot and run fdisk from sysinstall (under > "Custom"), it tells me "No disks found!" and then points me to the > hardware guide. Nothing in the hardware guide really seems to apply. > > Any one else get FreeBSD installed on an R210? Is there a BIOS > setting that I need to check or something? I've spent about a week on > this and will need to return both R210s soon if I can't get them > working. > > Thanks, > Jaime Kikpole > If your r210 has a h200 RAID card, then it is *not* supported in the 8.2 iso images. It is supported through the mps driver in 8.2-RELEASE though. You'll need to go in the RAID setup to destroy the logical device. Next, you'll need to download Martin Matuska's MFSBSD and rebuild it with the 8.2-RELEASE sources to include the mps driver in the kernel. Once you've booted from that, you'll be able to see your hard drives as /dev/da0 and /dev/da1 You will have to create a software RAID using either gmirror or ZFS, and install the OS on your mirror.