From owner-freebsd-questions@FreeBSD.ORG Sun Oct 12 16:32:37 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A12F16A4B3 for ; Sun, 12 Oct 2003 16:32:37 -0700 (PDT) Received: from globalsuccessclub.com (globalsuccessclub.com [198.173.255.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29EF043F85 for ; Sun, 12 Oct 2003 16:32:34 -0700 (PDT) (envelope-from lennart@globalsuccessclub.com) Received: from unknown (h11n1fls21o1064.bredband.comhem.se [217.211.158.11]) (authenticated bits=0)h9CNWUsQ018952 for ; Sun, 12 Oct 2003 23:32:33 GMT (envelope-from lennart@globalsuccessclub.com) Message-ID: <002801c39119$634c98c0$7f00a8c0@unknown> From: "Lennart Filutowski" To: Date: Mon, 13 Oct 2003 01:34:31 +0200 Organization: GlobalSuccessClub.com MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: Freebsd Installation.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lennart Filutowski List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Oct 2003 23:32:37 -0000 ----- Original Message ----- From: "Lennart Filutowski" To: Sent: Sunday, October 12, 2003 8:39 AM Subject: Freebsd Installation.. > Hi, > I am having trouble installing FreeBSD. I first tryed installing > FreeBSD5.0-RELEASE but the computer freezes each time it is probing for > devices. I read the trouble shooting in the manual pages and tryed to use > set hint.acip.0.disabled="1". But then it frooze when loading the kernel. > Then I tryed to download new floppy images this time for FreeBSD4.8-RELEASE > and it still freezes when loading kernel. I have searched the net for a > solution to my problem but have not found any. It freezes right after these > lines if it helps: > > ad4: 29314MB[59560/16/63] at ata2-master UDMA100 > ad5: 39266MB<1C35L040AVER07-0>[79780/16/63] at ata2-slave UDMA100 > > Since I am quite new to BSD I have no idea what might cause this. A > spontaneous guess would be that my hard drives are causing the fuss. If > anyone could help me with this I would be very greatful. Thanks. > > Best Regards, > Lennart Filutowski >Try disabling UDMA on the system bios. That should help a little. >HTH >LukeK >After hard drive detection would usually come the CD/ROM drive, so that's probably where the problem is. Trying: >set hw.ata.ata_dma="1" >set hw.ata.atapi_dma="1" >is what worked for me to complete the installation of 4.8. Good luck! I have tryed both of the above and neither work. Anyone else who might have an idea?