From owner-freebsd-current@FreeBSD.ORG Fri Jul 11 18:24:48 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 715D0C8B for ; Fri, 11 Jul 2014 18:24:48 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20FEC27CF for ; Fri, 11 Jul 2014 18:24:45 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 44F44B94C; Fri, 11 Jul 2014 14:24:41 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org Subject: Re: Boot loader too large Date: Fri, 11 Jul 2014 13:45:25 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20140415; KDE/4.5.5; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201407111345.25225.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Fri, 11 Jul 2014 14:24:41 -0400 (EDT) Cc: nathanw@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 18:24:48 -0000 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? -- John Baldwin