From owner-freebsd-current@FreeBSD.ORG Fri Jul 11 20:11:54 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 11E3F85B for ; Fri, 11 Jul 2014 20:11:54 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B226A221B for ; Fri, 11 Jul 2014 20:11:53 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id s6BKBoJU051855 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 11 Jul 2014 14:11:50 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id s6BKBnCn051852; Fri, 11 Jul 2014 14:11:50 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 11 Jul 2014 14:11:49 -0600 (MDT) From: Warren Block To: Benjamin Kaduk Subject: Re: Boot loader too large In-Reply-To: Message-ID: References: User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Fri, 11 Jul 2014 14:11:50 -0600 (MDT) Cc: freebsd-current@freebsd.org, Alie Tan 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 20:11:54 -0000 On Fri, 11 Jul 2014, Benjamin Kaduk wrote: > On Fri, Jul 4, 2014 at 7:07 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? >> >> > Resizing to 128k from what value? > > I seem to recall that having larger freebsd-boot partitions caused problems. Up to 512K is okay, but larger than that is a problem for the bootcode. I suggest always using 512K, it's not like using less saves an appreciable amount of space. And bootcode grows sometimes.