From owner-freebsd-i386@FreeBSD.ORG Thu Apr 28 22:00:27 2005 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBF5416A4CE for ; Thu, 28 Apr 2005 22:00:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D43E43D31 for ; Thu, 28 Apr 2005 22:00:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j3SM0RmR070937 for ; Thu, 28 Apr 2005 22:00:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j3SM0RUU070936; Thu, 28 Apr 2005 22:00:27 GMT (envelope-from gnats) Date: Thu, 28 Apr 2005 22:00:27 GMT Message-Id: <200504282200.j3SM0RUU070936@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: "Jin Guojun [VFFS]" Subject: Re: i386/80426: 5.4-RC3 still panic when boot on ASUS P2B-DS M/B X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Jin Guojun \[VFFS\]" List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 22:00:27 -0000 The following reply was made to PR i386/80426; it has been noted by GNATS. From: "Jin Guojun [VFFS]" To: Andras Got Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: i386/80426: 5.4-RC3 still panic when boot on ASUS P2B-DS M/B Date: Thu, 28 Apr 2005 14:52:25 -0700 I am not quite sure what your method means. It sounds like that you have disabled APIC in either BIOS or in the kernel. If this is the case, you do not have to rebuild the kernel even the world. You can simply do this by adding following line into /boot/loader.conf: # cat /boot/loader.conf hint.acpi.0.disabled=1 This works for 5.4-RC3. -Jin Andras Got wrote: > Hi, > > The userland depends on the kernel, and vica versa, so you have to > make them in pairs. After default install I cvsup the source and edit > /etc/make.conf with the CPUTYPE set the appropiate, in our case i686 > then rebuild everything. In addition I like a kernel that only has the > modules I compiled in. > > I have APIC enabled, i use the machine with dual cpu. I meant that > while you install, disable it in the BIOS or boot the apic disabled > generic kernel. I don't really remember which one worked when I > installed my box. > > Regards, > Andrej > >>> >>> >>> I have a similar M/B and it works fine. Try disable the dualcpu at >>> the first boot and build a custom world and kernel and it should be >>> OK. I upgraded 5.4-PRE a while ago, but I use this machine without a >>> problem since 5.3-RELEASE. >> >> >> >> Do you mean to diskable APIC by commenting out apic line in config >> file for new kernel? >> >> device apic # I/O APIC >> >> If not, would please email me what line should I change. >> Also, is there reason to rebuild entire world, not just the kernel? >