From owner-freebsd-amd64@FreeBSD.ORG Sat Oct 6 19:42:41 2007 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27E1916A417 for ; Sat, 6 Oct 2007 19:42:41 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.189]) by mx1.freebsd.org (Postfix) with ESMTP id 9F86613C447 for ; Sat, 6 Oct 2007 19:42:40 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so1031961mue for ; Sat, 06 Oct 2007 12:42:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=fi4PrTwnlst18KyrGm502NM9GPlNgpQ41u4EFxHB+to=; b=CiAotuM7MOv7LejrPQcNmOWOjK8QamjlKsi8okvc/rBcr24/HqvH1VghjlAnQ0AOMAvlJj5KqTKd2Aab/yljli+JpI21FEXF8r8GRAoDMxnj0hzzozYJq7Z9wOWNKZ2Bm8DmOr48Rm5nBttuHg82fH0Vtoz4PkH+sSUxrfULn/4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=smNka9XTHSkpeuayqtEzJ/TdaATGrumaGdE2zJftchgHk8Ft4wPfR2lRaVsBMt3YjIGVmC/c4PzvbapaN/V6hRcIG8z4IlQdx+z/5KY1VbBxd+P4UA4Smkop0Sno5XqGA/dTCodBZFpcT4za3guX0Ygi+Jj9oUH5d2jNm7A3+4Y= Received: by 10.86.57.9 with SMTP id f9mr3609887fga.1191699539505; Sat, 06 Oct 2007 12:38:59 -0700 (PDT) Received: by 10.86.71.6 with HTTP; Sat, 6 Oct 2007 12:38:59 -0700 (PDT) Message-ID: <790a9fff0710061238j691958ceya0a612d916c181d@mail.gmail.com> Date: Sat, 6 Oct 2007 14:38:59 -0500 From: "Scot Hetzel" To: "Remko Lodder" In-Reply-To: <46F7DA8C.9020208@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200709240839.l8O8d2iN057144@freefall.freebsd.org> <790a9fff0709240740k2f30cd1dk2742e1312143ab7d@mail.gmail.com> <46F7DA8C.9020208@FreeBSD.org> Cc: freebsd-amd64@freebsd.org, bug-followup@freebsd.org 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 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:42:41 -0000 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