From owner-freebsd-current@freebsd.org Wed Feb 7 20:36:02 2018 Return-Path: Delivered-To: freebsd-current@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 E8752ED6BEA for ; Wed, 7 Feb 2018 20:36:01 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebi.us (glebi.us [96.95.210.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebi.us", Issuer "cell.glebi.us" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 747817DDAE for ; Wed, 7 Feb 2018 20:36:01 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebi.us (localhost [127.0.0.1]) by cell.glebi.us (8.15.2/8.15.2) with ESMTPS id w17KZprO014280 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 7 Feb 2018 12:35:51 -0800 (PST) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebi.us (8.15.2/8.15.2/Submit) id w17KZoCX014279; Wed, 7 Feb 2018 12:35:50 -0800 (PST) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebi.us: glebius set sender to glebius@FreeBSD.org using -f Date: Wed, 7 Feb 2018 12:35:50 -0800 From: Gleb Smirnoff To: Juan =?iso-8859-1?Q?Ram=F3n?= Molina Menor Cc: freebsd-current@freebsd.org, manfredantar@gmail.com Subject: Re: Panic on Boot - Current AMD64 Message-ID: <20180207203550.GM1063@FreeBSD.org> References: <2AFF3AE4-8740-4776-9D8D-7D709EE051C6@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.9.3 (2018-01-21) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2018 20:36:02 -0000 On Wed, Feb 07, 2018 at 12:18:26PM +0100, Juan Ramón Molina Menor wrote: J> > Same panic here with HEAD from this afternoon in a Lenovo ThinkPad S440 J> > with 4 GB. J> > J> > Workaround: break into the loader prompt and: J> > J> > set vm.boot_pages=120 J> > boot J> > J> > When booting kernel.old, vm.boot_pages is 64. J> > J> > There is something wrong with r328916. J> J> Recent commits 328955, 328953 and 328952 by glebius@ do not resolve the J> issue here. r328982 should fix the boot without specifing vm.boot_pages. I'm sorry for problems. -- Gleb Smirnoff