From owner-freebsd-amd64@FreeBSD.ORG Sat Oct 6 19:40:18 2007 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1698416A417 for ; Sat, 6 Oct 2007 19:40:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F1E9313C4B7 for ; Sat, 6 Oct 2007 19:40:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l96JeHls040206 for ; Sat, 6 Oct 2007 19:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l96JeHXk040205; Sat, 6 Oct 2007 19:40:17 GMT (envelope-from gnats) Date: Sat, 6 Oct 2007 19:40:17 GMT Message-Id: <200710061940.l96JeHXk040205@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: "Scot Hetzel" Cc: Subject: Re: amd64/105514: FreeBSD/amd64 - Fails to boot on HP Pavilion dv8000 Laptop X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Scot Hetzel List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 19:40:18 -0000 The following reply was made to PR amd64/105514; it has been noted by GNATS. From: "Scot Hetzel" To: "Remko Lodder" Cc: bug-followup@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: amd64/105514: FreeBSD/amd64 - Fails to boot on HP Pavilion dv8000 Laptop Date: Sat, 6 Oct 2007 14:38:59 -0500 On 9/24/07, Remko Lodder wrote: > Does this occur with recent 7-CURRENT ISO images as well? > Does this occur with other images then the AMD64 one? e.g. > the I386 one? > > Would it be possible for you to see what is going on there? > I finally had a chance to retest, and so far FreeBSD is failing to boot with the i386 ISO also. I have tested several versions: 6.1-RELEASE-i386-bootonly.iso 6.2-RELEASE-i386-disc1.iso 7.0-20070928-SNAP-i386-bootonly.iso And they all give me the same error: corrupt symbol? /boot/kernel/acpi.ko text=0x53a80 data=0x23a0+0x184c syms=[0x4+0x8590+0x4+0xb030] loading required module 'pci' ACPI auto load failed - no such file or directory int=00000006 err=00000000 efl=00010086 eip=00459b43 eax=00459bc9 ebx=00459640 ecx=a0000075 edx=000488a0 esi=00066254 edi=0005bf7c ebp=00094484 esp=0009e440 cs=0008 ds=0010 es=0010 fs=0010 gs=0010 ss=0010 cs:eip= f0 e8 57 ff ff ff 89 c2-83 f8 ff 75 d8 83 c7 34 81 ff e8 38 b8 c0 75 c3-8b 15 b8 0d bb c0 89 d0 ss:esp= 40 9b 45 00 90 95 00 00-00 00 00 80 75 00 00 a0 00 00 00 00 00 00 00 00-00 00 00 00 a0 88 04 00 BTX Halted This was the output of the 7.0-20070928-SNAP-i386-bootonly CD. I still get the crash with the FreeBSD/amd64 CD, but the output is unreadable due to it constantly scrolling on the screen. If I hold hold down the space bar as detailed in the PR, it will boot into sysinstall (7.0-20070928-SNAP-amd64-bootonly.iso) I used the 7.0 SNAPs from: http://snapshots.us.freebsd.org/snapshots/ Scot