From owner-freebsd-hackers@freebsd.org Sun Jul 30 19:17:03 2017 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46BB6DC06B9 for ; Sun, 30 Jul 2017 19:17:03 +0000 (UTC) (envelope-from eric@metricspace.net) Received: from mail.metricspace.net (mail.metricspace.net [IPv6:2001:470:1f11:617::107]) by mx1.freebsd.org (Postfix) with ESMTP id 18DB27DEBE for ; Sun, 30 Jul 2017 19:17:03 +0000 (UTC) (envelope-from eric@metricspace.net) Received: from [172.16.0.37] (unknown [172.16.0.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: eric) by mail.metricspace.net (Postfix) with ESMTPSA id 0D3B81C62 for ; Sun, 30 Jul 2017 19:16:56 +0000 (UTC) Subject: Re: nested GPT To: freebsd-hackers@freebsd.org References: From: Eric McCorkle Message-ID: Date: Sun, 30 Jul 2017 15:16:57 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jul 2017 19:17:03 -0000 Please note that the boot loaders are unable to handle nested partition schemes. If you have any data necessary for the initial boot on such a partition, it won't work. On 07/29/2017 08:30, Oliver Pinter wrote: > On 7/29/17, Wojciech Puchar wrote: >> i have GPT partitioned SSD, and some partitions are used for bhyve virtual >> disk containing windows - itself GPT partitioned. >> >> whenbhyve is stopped geom doesn't look at this GPT partitioned partition. >> ggatel is a workaround but can it be changed so nested GPT partitions will >> work? > > Take a look at geom_map(4). > >> _______________________________________________ >> freebsd-hackers@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-hackers >> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" >> > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" >