From owner-freebsd-stable@freebsd.org Fri Apr 28 15:49:52 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 1ACE3D54249 for ; Fri, 28 Apr 2017 15:49:52 +0000 (UTC) (envelope-from moiseev@mezonplus.ru) Received: from mx.mezonplus.ru (mx.mezonplus.ru [91.211.181.139]) (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 CA8B6BD6 for ; Fri, 28 Apr 2017 15:49:51 +0000 (UTC) (envelope-from moiseev@mezonplus.ru) Received: from [192.168.0.102] (pfsense.mezon.local [192.168.0.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx.mezonplus.ru (Postfix) with ESMTPSA id 8009617036 for ; Fri, 28 Apr 2017 18:49:41 +0300 (MSK) Subject: Re: freebsd on Intel s5000pal - kernel reboots the system To: freebsd-stable@freebsd.org References: <4e16fe78-9a79-4cb6-8b49-9e74a807f358@norma.perm.ru> <20170418094422.GW1788@kib.kiev.ua> From: Alexander Moisseev Message-ID: <818b2e65-9850-d11b-6fb5-77152a429aa6@mezonplus.ru> Date: Fri, 28 Apr 2017 18:49:41 +0300 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:53.0) Gecko/20100101 Thunderbird/53.0a1 MIME-Version: 1.0 In-Reply-To: <20170418094422.GW1788@kib.kiev.ua> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: ru-English Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mezonplus.ru; s=dkim; t=1493394581; h=from:subject:date:message-id:to:mime-version:content-type:content-transfer-encoding:in-reply-to:references; bh=3bn6I3LaVT6q6BwPHAtl9Flg/2zzWxOCEOnnXgzTcS4=; b=BXuO57KMhxIZD6DUegHtcFBp57OmuWPDjzNNiu1VjjDNWh99pQNBhvLCC6X1Qq3Zvkm8WM p+poqUTI7lyTPTt228rJFq6AB+gOQiqV2JzB3O9IeZW9VdmTRO4oVcQsxwwgjIL9ZglLGL +wPbXNTLNAY2kgFsB1JZKtmnVyi9olQ= 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: Fri, 28 Apr 2017 15:49:52 -0000 On 18.04.2017 12:44, Konstantin Belousov wrote: > 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 ? > I had exactly the same issue with s5000pal after updating from 10.3-RELEASE-p4 to 11-RELEASE amd64. The FreeBSD 11 installer cannot boot as well. I used legacy BIOS (I believe s5000pal doesn't support EFI). 10.3-RELEASE and previous FreeBSD versions worked well on s5000pal.