From owner-freebsd-current@FreeBSD.ORG Thu Nov 29 12:18:02 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFD0B16A418 for ; Thu, 29 Nov 2007 12:18:02 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id 423B713C44B for ; Thu, 29 Nov 2007 12:18:01 +0000 (UTC) (envelope-from andre@freebsd.org) Received: (qmail 67861 invoked from network); 29 Nov 2007 11:49:43 -0000 Received: from c00l3r.networx.ch (HELO [127.0.0.1]) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 29 Nov 2007 11:49:43 -0000 Message-ID: <474EADFD.4020904@freebsd.org> Date: Thu, 29 Nov 2007 13:18:05 +0100 From: Andre Oppermann User-Agent: Thunderbird 1.5.0.13 (Windows/20070809) MIME-Version: 1.0 To: "Andrey V. Elsukov" References: <474DB5C9.2050307@freebsd.org> <474E4AC7.3080302@yandex.ru> In-Reply-To: <474E4AC7.3080302@yandex.ru> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, sos@freebsd.org Subject: Re: BTX loader crash on AM2 Asus M2N32 WS mainboard X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Nov 2007 12:18:02 -0000 Andrey V. Elsukov wrote: > Andre Oppermann wrote: >> The BTX loader crashes on a brand new AM2 Asus M2N32 WS >> Professional mainboard with nForce790 SLI chipset. The CPU is AMD > > Hm.. I think it's nForce 590. Indeed. >> Athlon 64 X2 4800+. The system has got an Areca ARC-1220 8-port >> PCI-E SATA2 RAID controller, a Intel PCI-X Pro/1000MT NIC and an >> ATI RV370 based graphics card (Asus EAX1050&TD/256M, PCI-E). RAM is >> upped to 8GB in 4 times 2GB of Kingston KVR667D2N5/2G (DDR2-667, >> CL5). >> >> Any suggestions and help appreciated. > > Ok. I have the same motherboard and i think your CD drive connected > to the integrated Marvell 88SE6141 controller's port. Yes, the CDROM was connected to the Marvell based PATA port. > It's not supported by the our ATA driver yet. Try to reconnect your > CD drive to the NVIDIA controller's port. That should not make a difference as the kernel isn't yet loaded. It's all within the loader operating through BIOS calls (?). It looks like the Marvell ATA BIOS upsets the loader when booting from one its drives. When reconnecting the CDROM to the nForce based PATA port the loader doesn't crash anymore and the kernel begins to boot until this: atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177, 0x376,0xf400-0xf40f at device 12.0 on pci0 ata0: on atapci0 ata0: [ITHREAD] ata1: on atapci0 ata1: [ITHREAD] ... acd0: DVDR at ata0-master PIO4 ... acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x06 GEOM_LABEL: Label for provider acd0 is iso9660/FreeBSD_Install. acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x06 then it just hangs (not hard though)... Have tried it with two different CDROM drivers from different makers with identical results (the other drive is a plain Toshiba DVDROM). Image is FreeBSD 7.0BETA3 AMD64 burned to a CD-R. Exactly the same problem with BETA3 i386. FreeBSD 6.2R i386 boots into the installer successfully. -- Andre