From owner-freebsd-current@FreeBSD.ORG Fri Jul 11 22:38:58 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 92E7D4EF for ; Fri, 11 Jul 2014 22:38:58 +0000 (UTC) Received: from d.mail.sonic.net (d.mail.sonic.net [64.142.111.50]) (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 7B3AF2E6B for ; Fri, 11 Jul 2014 22:38:58 +0000 (UTC) Received: from aurora.physics.berkeley.edu (aurora.Physics.Berkeley.EDU [128.32.117.67]) (authenticated bits=0) by d.mail.sonic.net (8.14.9/8.14.9) with ESMTP id s6BMcu69031215 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Fri, 11 Jul 2014 15:38:56 -0700 Message-ID: <53C06780.8010702@freebsd.org> Date: Fri, 11 Jul 2014 15:38:56 -0700 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: Boot loader too large References: <201407111345.25225.jhb@freebsd.org> In-Reply-To: <201407111345.25225.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Sonic-ID: C;skaOJEwJ5BGts2uUdPQXfw== M;tHq8JEwJ5BGts2uUdPQXfw== X-Spam-Flag: No X-Sonic-Spam-Details: 0.0/5.0 by cerberusd X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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: Fri, 11 Jul 2014 22:38:58 -0000 On 07/11/14 10:45, John Baldwin wrote: > On Friday, July 04, 2014 7:07:20 am Alie Tan wrote: >> On Fri, Jul 4, 2014 at 5:57 PM, Alie Tan wrote: >> >>> Hi, >>> >>> I am getting Boot loader too large message while using >>> FreeBSD-11.0-CURRENT-i386-20140701-r268111-disc1.iso >>> >>> Is there any way to solve this issue? >>> >> Strange, resizing the freebsd-boot to 128k solved my issue. why default >> slice size making such issue? > Good question. Perhaps Nathan (cc'd) knows? > I don't honestly remember where that number came from. It's at line 72 of usr.sbin/bsdinstall/partedit/partedit_x86.c. If 128 works better, I'm happy to change it, but it would be nice to know what the actual bounds here are before putting in a new arbitrary number. -Nathan