From owner-freebsd-virtualization@freebsd.org Tue Dec 3 09:45:30 2019 Return-Path: Delivered-To: freebsd-virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3FB6B1CF95B for ; Tue, 3 Dec 2019 09:45:30 +0000 (UTC) (envelope-from vas@sibptus.ru) Received: from admin.sibptus.ru (admin.sibptus.ru [IPv6:2001:19f0:5001:21dc::10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47RxtK26QMz49Nd for ; Tue, 3 Dec 2019 09:45:29 +0000 (UTC) (envelope-from vas@sibptus.ru) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sibptus.ru; s=20181118; h=In-Reply-To:Message-ID:Subject:To:From:Date; bh=IcWqiIyZvpvaPYloj7CZCve+YARutSohyIdgJp5YwXA=; b=GGe3JlfHXih7bIQKNIe5U7ATnr CGS6ZZzKGfpKe7HNJaDegq63Y31glZGM1zPfZxCBizFoWdYE+WafRfngqEVOyFC0zYSGldSW0DD1i 4S9kUOdiRd4o/ZsnDHFsZvRzhfeTIR8uHI1Gw0mYBsfyi9WNhCt72DDe1ROfNjlxGbVY=; Received: from vas by admin.sibptus.ru with local (Exim 4.92.3 (FreeBSD)) (envelope-from ) id 1ic4kJ-000B1q-VK for freebsd-virtualization@freebsd.org; Tue, 03 Dec 2019 16:45:27 +0700 Date: Tue, 3 Dec 2019 16:45:27 +0700 From: Victor Sudakov To: FreeBSD Virtualization Subject: Re: Need X-server to run in bhyve guest Message-ID: <20191203094527.GE40372@admin.sibptus.ru> References: <20191203085044.GB40372@admin.sibptus.ru> <201912030857.xB38vbFC034141@gndrsh.dnsmgr.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cYtjc4pxslFTELvY" Content-Disposition: inline In-Reply-To: <201912030857.xB38vbFC034141@gndrsh.dnsmgr.net> X-PGP-Key: http://admin.sibptus.ru/~vas/ X-PGP-Fingerprint: 10E3 1171 1273 E007 C2E9 3532 0DA4 F259 9B5E C634 User-Agent: Mutt/1.12.2 (2019-09-21) X-Rspamd-Queue-Id: 47RxtK26QMz49Nd X-Spamd-Bar: -------- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=sibptus.ru header.s=20181118 header.b=GGe3JlfH; dmarc=pass (policy=none) header.from=sibptus.ru; spf=pass (mx1.freebsd.org: domain of vas@sibptus.ru designates 2001:19f0:5001:21dc::10 as permitted sender) smtp.mailfrom=vas@sibptus.ru X-Spamd-Result: default: False [-8.47 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[sibptus.ru:s=20181118]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+mx:c]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; IP_SCORE(-3.37)[ip: (-9.87), ipnet: 2001:19f0:5000::/38(-4.94), asn: 20473(-2.00), country: US(-0.05)]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[sibptus.ru:+]; DMARC_POLICY_ALLOW(-0.50)[sibptus.ru,none]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:20473, ipnet:2001:19f0:5000::/38, country:US]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Dec 2019 09:45:30 -0000 --cYtjc4pxslFTELvY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Rodney W. Grimes wrote: > > >=20 > > > >=20 > > > > Second, unless I select ZFS, there is no option to install on GPT+U= EFI. > > > > Fine, let's install on ZFS. > > >=20 > > > Do you mean GPT+UFS? =20 > >=20 > > I mean UFS+GPT+UEFI. That means, a EFI partition should be created and > > populated by the installer, alongside with the UFS and swap partitions. > >=20 > > bsdinstall can create and populate the EFI partition when > > installing on ZFS, but not when installing on UFS. > >=20 > > > Not sure what the failure is here. I usually > > > install MBR/(UFS or ZFS) so this is not a use case for me. > >=20 > > How do you create the EFI partition, manually? >=20 > I don't use bsdinstall at all, I install using make and a Makefile, > so, kinda yes, kinda no, not manual, but not bsdinstall either. I see. Well, I personally like bsdinstall for simple cases. It's a pity it cannot automagically create a EFI partition when installing on UFS. But its ZFS installation routine is neat, and "bsdinstall jail" too. --=20 Victor Sudakov, VAS4-RIPE, VAS47-RIPN 2:5005/49@fidonet http://vas.tomsk.ru/ --cYtjc4pxslFTELvY Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJd5i63AAoJEA2k8lmbXsY0evcH/1F1EailcNrfW/v/EPAbKwbX F6lyq5j6TWd3WX0jiB1nRuxZFIy3ceVtk/DfmtoEcYn23Pkc8nnDw9fcqkpx1TGJ p26QiNl6DDiFPRpBmQBwnMnkbk3AIK+UpZ2YhTwhCSFXnulIsBIJ8/ROyve6CNKv ZZo4CCsli20ptCNAduM4aldJoLY0ALXiktygyZqF3lY62t1IPYzi1BUsphgD9Eue aF1jyfSC4AmrNU/BV+GUew+YL9ThaJS+JcWhjKfUtCW5SSoTmacGJLnNbQp8GCfE 7gKK2pmBrHguLMuT2XZoa90cMFlPjNNk8BgLOhgbDK+E2u5ws3vpVHTwg9IhLcQ= =ffDU -----END PGP SIGNATURE----- --cYtjc4pxslFTELvY--