From owner-freebsd-current@FreeBSD.ORG Fri Jul 4 11:07:28 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 8BE10960 for ; Fri, 4 Jul 2014 11:07:28 +0000 (UTC) Received: from mail-lb0-f176.google.com (mail-lb0-f176.google.com [209.85.217.176]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 163332D3C for ; Fri, 4 Jul 2014 11:07:27 +0000 (UTC) Received: by mail-lb0-f176.google.com with SMTP id w7so1045948lbi.7 for ; Fri, 04 Jul 2014 04:07:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=ZC6vKZOs/N2OybbbXxCzJu//BxUvlZYkApzh6xW5/oY=; b=aENXaTMDoDKWbofwmKaAWvwVNJBjhP5sNh2XPytzsxYEpz3/Z9cWjRG/gHWGsoWaw9 r0MQHXGgox6uD6/t5oLe0JIeGOikqXjGbZEWlDZOGyJO0DZ0e9TbzNW1z6akX/JXsXxg wgxr+AaMfUlD4YESAioUgjtjhjT8m6hH2qHRbc8Sb9Br5ftFwW70XjMlTqHbcUFQ/8fG LkcSdtX9EIpQQMIlfMCD9UmTZ2XFtItv9ktWh+1OaCBLwgcNV3BN+zlZrpMw9xh3hv3P 3KLzmxQ+o3Xmw1DwTW4pIzbPyQhdYlXokLU3grSvxTbb5tINeQBgpldivwW5kChVQo/z 12xw== X-Gm-Message-State: ALoCoQkebKggNkh4Wwf5+VaaCnnVemDGyQZGUfuyg/Pfhugh1ow5vjHlxqNb+tx6fWZ50qIs69Q/ MIME-Version: 1.0 X-Received: by 10.112.189.170 with SMTP id gj10mr1020881lbc.76.1404472040228; Fri, 04 Jul 2014 04:07:20 -0700 (PDT) Received: by 10.152.166.7 with HTTP; Fri, 4 Jul 2014 04:07:20 -0700 (PDT) In-Reply-To: References: Date: Fri, 4 Jul 2014 18:07:20 +0700 Message-ID: Subject: Re: Boot loader too large From: Alie Tan To: freebsd-current@freebsd.org X-Mailman-Approved-At: Fri, 04 Jul 2014 11:41:04 +0000 Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 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, 04 Jul 2014 11:07:28 -0000 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? > > Thanks in advance >