From owner-freebsd-stable@freebsd.org Tue Apr 18 08:28:40 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B69B0D42274 for ; Tue, 18 Apr 2017 08:28:40 +0000 (UTC) (envelope-from emz@norma.perm.ru) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 9DEE414AC for ; Tue, 18 Apr 2017 08:28:40 +0000 (UTC) (envelope-from emz@norma.perm.ru) Received: by mailman.ysv.freebsd.org (Postfix) id 9D57BD42273; Tue, 18 Apr 2017 08:28:40 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D085D42272 for ; Tue, 18 Apr 2017 08:28:40 +0000 (UTC) (envelope-from emz@norma.perm.ru) Received: from elf.hq.norma.perm.ru (mail.norma.perm.ru [IPv6:2a00:7540:1::5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.norma.perm.ru", Issuer "Vivat-Trade UNIX Root CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1110A14AB for ; Tue, 18 Apr 2017 08:28:39 +0000 (UTC) (envelope-from emz@norma.perm.ru) Received: from bsdrookie.norma.com. (net206-94.perm.ertelecom.ru [46.146.206.94] (may be forged)) by elf.hq.norma.perm.ru (8.15.2/8.15.2) with ESMTPS id v3I8SXmw013159 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Tue, 18 Apr 2017 13:28:34 +0500 (YEKT) (envelope-from emz@norma.perm.ru) To: "stable@freebsd.org" From: "Eugene M. Zheganin" Subject: freebsd on Intel s5000pal - kernel reboots the system Message-ID: <4e16fe78-9a79-4cb6-8b49-9e74a807f358@norma.perm.ru> Date: Tue, 18 Apr 2017 13:28:33 +0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Result: default: False [1.50 / 25.00] RBL_SPAMHAUS_PBL(2.00)[94.206.146.46.zen.spamhaus.org : 127.0.0.10] HFILTER_HOSTNAME_UNKNOWN(2.50)[] BAYES_HAM(-3.00)[99.99%] DMARC_NA(0.00)[norma.perm.ru] MIME_GOOD(-0.10)[text/plain] R_SPF_SOFTFAIL(0.00)[~all] R_DKIM_NA(0.00)[] RCPT_COUNT_1(0.00)[] MID_RHS_MATCH_FROM(0.00)[] RECEIVED_SPAMHAUS(0.00)[94.206.146.46.zen.spamhaus.org] TO_MATCH_ENVRCPT_ALL(0.00)[] FROM_HAS_DN(0.00)[] TO_DN_EQ_ADDR_ALL(0.00)[] FROM_EQ_ENVFROM(0.00)[] RCVD_COUNT_1(0.00)[] ONCE_RECEIVED(0.10)[] X-Rspamd-Server: localhost X-Rspamd-Scan-Time: 0.56 X-Rspamd-Queue-ID: v3I8SXmw013159 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2017 08:28:40 -0000 Hi, I need to install FreBSD on an Intel system with s5000pal mainboard. The problem is, that on the kernel loading stage, FreeBSD reboots the server. Like, always and silently, without trapping. I have plugged out all of the discrete PCI controllers, leaving only onboard ones. Still reboots. I was suspecting this is some kind of hardware problem, so I ran the memtest (no errors for two hours) and I've even switched the server (I have two identical ones). New server reboots too. So, looks like it's some kind of FreeBSD issue. I've updated the BIOS on both, tried to boot without ACPI - and this doesn't help (and without ACPI FreeBSD refuses to even start to load kernel). So I'll really appreciate any ideas on how to solve this. I tried to boot CentOS - it boots just fine. I've alsp tried to play with various BIOS settings, but this makes no difference at all. From what I see FreeBSD reboots the server during the PCI initialization. Thanks. Eugene.