From owner-freebsd-stable@freebsd.org Thu Dec 13 20:27:42 2018 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 605121333528 for ; Thu, 13 Dec 2018 20:27:42 +0000 (UTC) (envelope-from sascha@mail1.hosting.ntag.de) Received: from mail1.hosting.ntag.de (mail1.hosting.ntag.de [81.209.134.220]) (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 D451670C63 for ; Thu, 13 Dec 2018 20:27:41 +0000 (UTC) (envelope-from sascha@mail1.hosting.ntag.de) Received: from mail1.hosting.ntag.de (localhost [127.0.0.1]) by mail1.hosting.ntag.de (8.15.2/8.15.2) with ESMTPS id wBDKRbUw057344 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 13 Dec 2018 21:27:37 +0100 (CET) (envelope-from sascha@mail1.hosting.ntag.de) Received: (from sascha@localhost) by mail1.hosting.ntag.de (8.15.2/8.15.2/Submit) id wBDKRbQ6057343; Thu, 13 Dec 2018 21:27:37 +0100 (CET) (envelope-from sascha) Date: Thu, 13 Dec 2018 21:27:37 +0100 From: Sascha Klauder To: Marek Zarychta Cc: freebsd-stable@freebsd.org Subject: Re: boot hang with certain Phenom II cpu models Message-ID: <20181213202737.GA57061@hosting.ntag.de> References: <20181213105616.GA27140@hosting.ntag.de> <0ae52f1e-9178-f8b9-cb25-23f629dd64ae@plan-b.pwste.edu.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0ae52f1e-9178-f8b9-cb25-23f629dd64ae@plan-b.pwste.edu.pl> User-Agent: Mutt/1.9.5 (2018-04-13) X-Rspamd-Queue-Id: D451670C63 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-5.92 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.93)[-0.925,0]; REPLY(-4.00)[] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2018 20:27:42 -0000 Hello Marek, On Thu, 2018-12-13 14:24 +0100, Marek Zarychta wrote: > Try to boot FreeBSD with GRUB2 as a workaround. My hardware configuration also suffered from similar issue[1] so I had never successfully booted FreeBSD using standard loader, but GRUB2 allowed to install and use FreeBSD on this PC. > > [1]https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=151122 thanks for the suggestion. Unfortunately, it did not help; kernel still hangs :| Cheers, -sascha