From owner-freebsd-stable@FreeBSD.ORG Thu Apr 21 10:31:17 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E313716A4CE for ; Thu, 21 Apr 2005 10:31:17 +0000 (GMT) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CC7643D48 for ; Thu, 21 Apr 2005 10:31:17 +0000 (GMT) (envelope-from avleeuwen@gmail.com) Received: by zproxy.gmail.com with SMTP id 34so690305nzf for ; Thu, 21 Apr 2005 03:31:15 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=qKx6zwAP79KVKfOvBCPPE8C29c0nWoIDNfkxbeXGfdznQu3UfUMPS05hEXrZi9M9GKv32dbiFS1PZ3ihIJRynz+nkQtt+Qb5QPH1Tnp9L4CYwQwxHDM6Nn7gj5dDag9VfBFDgfM5BagX9DgqmZuJvXHH/eqAgN4rV0Sy8xNmRDA= Received: by 10.36.59.18 with SMTP id h18mr177605nza; Thu, 21 Apr 2005 03:31:15 -0700 (PDT) Received: by 10.36.79.12 with HTTP; Thu, 21 Apr 2005 03:31:15 -0700 (PDT) Message-ID: Date: Thu, 21 Apr 2005 12:31:15 +0200 From: Arjan Van Leeuwen To: freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: FreeBSD 5.4-RC3 hangs on boot, 5.3 works X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Arjan Van Leeuwen List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Apr 2005 10:31:18 -0000 I'm trying to install FreeBSD 5.4-RC3 on a Lex Neo system (http://www.lex.com.tw, a small form factor PC with a 1GHz VIA C3 processor). The system hangs when booting the kernel, at this point: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: VIA C3 Nehemiah+RNG+ACE (998.70-MHz 686-class CPU) Origin =3D "CentaurHauls" Id =3D 0x698 Stepping =3D 8 Features=3D0x381b93f real memory =3D 125763584 (119 MB) avail memory =3D 113414144 (108 MB) npx0: [FAST] A 5.3-RELEASE kernel boots fine however, and shows this in dmesg: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: VIA C3 Nehemiah+RNG+ACE (998.70-MHz 686-class CPU) Origin =3D "CentaurHauls" Id =3D 0x698 Stepping =3D 8 Features=3D0x381b93f real memory =3D 125763584 (119 MB) avail memory =3D 113414144 (108 MB) npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0 cpu0: on acpi0 acpi_button0: on acpi0 Booting in safe mode, turning off ACPI in the BIOS of the machine and changing 'PNP OS' to yes or no in the BIOS does not help. Any ideas on what to try next? Arjan