From owner-freebsd-questions@FreeBSD.ORG Wed Mar 11 21:11:23 2009 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 45746106567B for ; Wed, 11 Mar 2009 21:11:23 +0000 (UTC) (envelope-from mathieu.chappuis.lists@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.168]) by mx1.freebsd.org (Postfix) with ESMTP id 18B618FC08 for ; Wed, 11 Mar 2009 21:11:23 +0000 (UTC) (envelope-from mathieu.chappuis.lists@gmail.com) Received: by wf-out-1314.google.com with SMTP id 27so194263wfd.7 for ; Wed, 11 Mar 2009 14:11:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=p1S7DHpcOvp5sCbhY+AhO8x6rhurY4U6qsFBTZcX/pE=; b=MEzUHnsD5h0jxUB64m1rCVMgkf60zmL4p+iZHLI0/HFpSNqsgEyrHchDHsY/mipkml +kFwsQuW0ue7hzeoOGX5vc1PwTP+VNcWdbFfXp+eFyTDo+JWgwMkog/hBzJea+R1OgW5 ufzRMmfYrEaf4SDO4hpFuD9Ha9EcUNcGTThK4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=I6wMTkHcSBFOpLRbnK+nNNqzi2gr7DC5dCF/zNCJryFsWhLd4No804u7QuOf95OZ/o efSfdob5DkVoePzalGrAsr9Fx4ZipytW8lf8Wo1zZNgYu7tFM2AjAnWXSDTc1DWGB32n bwL0Qc+mUvJrX23vRJ56kYAb2Df2d37NMmLWI= MIME-Version: 1.0 Received: by 10.142.58.2 with SMTP id g2mr3852320wfa.313.1236803997828; Wed, 11 Mar 2009 13:39:57 -0700 (PDT) Date: Wed, 11 Mar 2009 21:39:57 +0100 Message-ID: <935eeb180903111339k4230611at6a1b73da52620900@mail.gmail.com> From: Mathieu Chappuis To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Freeze on bootstrap loader (CD) using ATA/133 Promise FastTrak TX2000 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: Wed, 11 Mar 2009 21:11:23 -0000 Hello, I'm stopped on first step of boot for install FreeBSD from CD/DVD.. The first indicator | freezes, not rotating.. Tried with FreeBSD 7.1 i386, amd64. (DVD and CD) FreeBSD 7.0 bootstrap give more info, but freeze at the same step, giving a sort of register dump with tons of "es: 00000" etc, too fast for read. My short boot process looks like that : --------------------------------------------- Boot from CD/DVD : CD Loader 1.2 Building the boot loader arguments Looking up /BOOT/LOADER... Found Relocating the loader and the BTX Starting the BTX loader BTX loader 1.00 BTX version is 1.02 Consoles : internal video/keyboard BIOS CD is cd0 BIOS drive A: is disk0 BIOS 628kB/1963904Kb available memory FreeBSD/i386 bootstrap loader, Revision 1.1 (root@driscoll.css.buffalo.edu, Yhu Jan 1 07:21:03 UTC 2009) | ---------------------------------------------- And that's all. CPU : http://www.cpu-world.com/CPUs/K8/AMD-Athlon%2064%20X2%203800%2B%20-%20ADO3800IAA5CU%20(ADO3800CUBOX).html Motherboard Gigabyte GA-MA78G-DS3H IDE "Raid" Controler : Promise FastTrak TX2000 ATA/133 Last bios rev : 2.00.0.33 (same behavior with 2.00.0.22) Hard Disk are Seagate 80G, identical models. Note the freeze occurs only if disks are plugged on the FastTrak ATA Card. Boot is okay with no disk attached, but the card plugged. The system is booting on the controler with an "existing" system (WIN2K Recycling!) The system also is booting and installing with Debian Lenny. The boot and install are also OK with NetBSD 4.0 and 4.0.1 (i386 and amd64). Just a note, with a degraded array the NetBSD boot is halted (small console system), but after a bios-rebuild (RAID), the system boot again. After disabling some stuff in the BIOS (No SATA, no Floppy), changed ATA Connector #1->#2, used other PCI Slot, etc. same freeze at boot. The system is not OverClocked. I've also upgraded the FastTrak Bios from 2.00.0.22 to 2.00.0.33 (Promise talk about a boot problem on CD corrected with 2.00.0.28). I've plugged the Card and Drives onto another hardware (Compaq Evo 51s) and everything is okay with FreeBSB version (7.0,7.1 i386) Is there a way to ftp,ssh or just run dmesg (without harddisk plugged) from the first install menu stage ? (I dont see any message about the FastTrak TX2000 during boot, but scroll too fast..) I can also do an install to grab the dmesg output if you like more informations. Thanks for reading.. PS : Apologies for submiting a problem occuring on this model of GigaByte motherboard, but such freeze is very unusual for me, used some OS'es so far. This system is planned to boot using TX2000 with all "datas" stored on 2 or more sata disks using software raid with geom : dedicated array. I can also install using SATA and drop the oldi ATA/133 stuff.. But I like have separate boot/work array ATA:(/, usr, swap ) and separate storage SATA,GEOM:(/var,/home,..) -- Mathieu