From owner-freebsd-stable@FreeBSD.ORG Sun May 15 04:38:30 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5443116A4D0; Sun, 15 May 2005 04:38:30 +0000 (GMT) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB91A43D75; Sun, 15 May 2005 04:38:29 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) j4F4c6b17594; Sat, 14 May 2005 21:38:06 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: , "freebsd-questions@FreeBSD. ORG" Date: Sat, 14 May 2005 21:37:31 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal cc: stable@freebsd.org Subject: RE: 5.4 install disc1 will not find hard drive X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 May 2005 04:38:31 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of fbsd_user > Sent: Saturday, May 14, 2005 12:54 PM > To: freebsd-questions@FreeBSD. ORG > Cc: stable@freebsd.org > Subject: 5.4 install disc1 will not find hard drive > > > Power management and APIC have been bios disabled since > version FreeBSD 3.4 > version so that is not the problem. I tried selecting safe > option to boot > and still get same error 'no hard disk found". My hard drive > is an western > digital 310100 on ata0 as master. When using this 5.4 install > cd on other > pc/ motherboard/ hard drive combos I get same error. > > I think there is something wrong with the build process of the > disc1.iso > file. I don't think there is anything wrong with the build process of disc1.iso. I think instead that someone made a change in the atapi driver that broke this. I have a Intel Desktop Motherboard VC820 that this exact thing happened to. In my case, I fortunately was running a Hipoint RAID card in it so the only thing that got wacked was the system now does not recognize that there is a CDROM on the secondary onboard IDE controller. Last week I had it running FreeBSD 4.11 just fine. (not on the RAID controller) I had assumed that using the RAID controller made it so that the onboard ATAPI controller had some problem, but after seeing this post it is clear that they broke the driver. DO you want to file a PR or should I? Ted