From owner-freebsd-stable@freebsd.org Tue Apr 18 09:44:29 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 1DD1DD429C3 for ; Tue, 18 Apr 2017 09:44:29 +0000 (UTC) (envelope-from kostikbel@gmail.com) 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 0618416AC for ; Tue, 18 Apr 2017 09:44:29 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 05755D429C2; Tue, 18 Apr 2017 09:44:29 +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 051FED429C1 for ; Tue, 18 Apr 2017 09:44:29 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75E8C16AB for ; Tue, 18 Apr 2017 09:44:28 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from tom.home (kib@localhost [127.0.0.1]) by kib.kiev.ua (8.15.2/8.15.2) with ESMTPS id v3I9iMkX072558 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 18 Apr 2017 12:44:22 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua v3I9iMkX072558 Received: (from kostik@localhost) by tom.home (8.15.2/8.15.2/Submit) id v3I9iMc1072557; Tue, 18 Apr 2017 12:44:22 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Tue, 18 Apr 2017 12:44:22 +0300 From: Konstantin Belousov To: "Eugene M. Zheganin" Cc: "stable@freebsd.org" Subject: Re: freebsd on Intel s5000pal - kernel reboots the system Message-ID: <20170418094422.GW1788@kib.kiev.ua> References: <4e16fe78-9a79-4cb6-8b49-9e74a807f358@norma.perm.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4e16fe78-9a79-4cb6-8b49-9e74a807f358@norma.perm.ru> User-Agent: Mutt/1.8.0 (2017-02-23) X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on tom.home 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 09:44:29 -0000 On Tue, Apr 18, 2017 at 01:28:33PM +0500, Eugene M. Zheganin wrote: > 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). You did not provide any information about your issue. It is not known even whether the loader breaks for you, or a kernel starts booting and failing. Ideally, you would use serial console and provide the log of everything printed on it, before the reboot. What kind of boot do you use, legacy BIOS or EFI ? What version of FreeBSD ? > > > 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. > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"