From owner-freebsd-questions@freebsd.org Thu Jun 21 16:17:27 2018 Return-Path: Delivered-To: freebsd-questions@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 003B61022D83 for ; Thu, 21 Jun 2018 16:17:27 +0000 (UTC) (envelope-from jude.obscure@yandex.com) Received: from forward104p.mail.yandex.net (forward104p.mail.yandex.net [IPv6:2a02:6b8:0:1472:2741:0:8b7:107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 865C48345E for ; Thu, 21 Jun 2018 16:17:26 +0000 (UTC) (envelope-from jude.obscure@yandex.com) Received: from mxback10j.mail.yandex.net (mxback10j.mail.yandex.net [IPv6:2a02:6b8:0:1619::113]) by forward104p.mail.yandex.net (Yandex) with ESMTP id A1F221825A5 for ; Thu, 21 Jun 2018 19:17:23 +0300 (MSK) Received: from smtp4j.mail.yandex.net (smtp4j.mail.yandex.net [2a02:6b8:0:1619::15:6]) by mxback10j.mail.yandex.net (nwsmtp/Yandex) with ESMTP id ZeVMpwff8C-HHjCTrca; Thu, 21 Jun 2018 19:17:17 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1529597837; bh=ISK+Xtb3F0NxqCT2NaQzZvfXqyFOAhRzB2WzazrQ74I=; h=To:From:Subject:Message-ID:Date; b=DjWEP5Zk+nr1Kzi9Pa7m3nEnS4omitBjzO1oaQAtThq8XR6EFDfzowoAXbiun1tVX 9BUUAsWa5uz4HcChqNDv/sf+VvdlQCAYr+VunW2fwIAVPl2ZtZ/nfP6jk0PBSFxewT 7QP8n0z8mi6OqFan4kNNbhm91qw9RWXAt1BnZNlw= Received: by smtp4j.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id VCzW4xZk4m-HGHGQDh4; Thu, 21 Jun 2018 19:17:16 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1529597836; bh=ISK+Xtb3F0NxqCT2NaQzZvfXqyFOAhRzB2WzazrQ74I=; h=To:From:Subject:Message-ID:Date; b=NiHZTDezerDgqu2MiqZeH0EYNrr+q11c/DDiTl2JOxbGfivfUeF59jSRlvhrfh6W1 Z5OxcGIQ3Y4x/uJ2kfG18hcdFL2N6ScVttWFmS8AvQluOat9z0gMhLyfrVQVDoWN6F 83s/ljv+YblkCTn4qht36RMjSIA1OB0Cfdyx902U= Authentication-Results: smtp4j.mail.yandex.net; dkim=pass header.i=@yandex.com To: FreeBSD Questions From: Manish Jain Subject: Minimum size of freebsd-boot Message-ID: <024a7da5-4d80-960c-9479-34fef887ff35@yandex.com> Date: Thu, 21 Jun 2018 21:45:38 +0530 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2018 16:17:27 -0000 Hi, Under GPT, FreeBSD needs a freebsd-boot partition of max size 512 KB. Is there a minimum size too ? Tx Manish Jain