From owner-freebsd-virtualization@freebsd.org Sun Feb 5 19:06:49 2017 Return-Path: Delivered-To: freebsd-virtualization@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 78830CD2AB1 for ; Sun, 5 Feb 2017 19:06:49 +0000 (UTC) (envelope-from vincent@up4.com) Received: from smtp101.iad3a.emailsrvr.com (smtp101.iad3a.emailsrvr.com [173.203.187.101]) (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 54AD5A75 for ; Sun, 5 Feb 2017 19:06:48 +0000 (UTC) (envelope-from vincent@up4.com) Received: from smtp29.relay.iad3a.emailsrvr.com (localhost [127.0.0.1]) by smtp29.relay.iad3a.emailsrvr.com (SMTP Server) with ESMTP id 8AF8824E8E for ; Sun, 5 Feb 2017 13:59:44 -0500 (EST) X-Auth-ID: vincent@up4.tv Received: by smtp29.relay.iad3a.emailsrvr.com (Authenticated sender: vincent-AT-up4.tv) with ESMTPSA id 5B33224E8B for ; Sun, 5 Feb 2017 13:59:44 -0500 (EST) X-Sender-Id: vincent@up4.tv Received: from un.up4.com ([UNAVAILABLE]. [69.55.244.81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA) by 0.0.0.0:465 (trex/5.7.12); Sun, 05 Feb 2017 13:59:44 -0500 From: Vincent Olivier Message-Id: Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: Thanks Date: Sun, 5 Feb 2017 13:59:43 -0500 References: <915814F4-0F6C-4DAC-B8E4-A43759331ECD@up4.com> To: FreeBSD virtualization In-Reply-To: X-Mailer: Apple Mail (2.3124) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 05 Feb 2017 19:06:49 -0000 > Le 5 f=C3=A9vr. 2017 =C3=A0 13:33, Trent Thompson = a =C3=A9crit : >=20 > Vincent,=20 >=20 > >have my macOS built-in VNC client working with bhyve (right now, only = TigerVNC works) >=20 > If I recall, this is due to null authentication from bhyve fbuf. There = does seem to be a patch in phabricator to add simple authentication to = bhyve, I'm sure they'd love some testing! = https://reviews.freebsd.org/D7029 Will look into that, thanks for pointing it out. >=20 > >get a vm going with macOS Server with Clover EFI >=20 > I've tried a few different things with this. In some cases I got it to = hang on the Apple loading screen, and in some other cases I got a little = bit of kernel output during boot before bhyve crashing. When I did get = errors, they were usually with the "3rd party kexts" like "FakeSMC.kext" = and the like.=20 >=20 > https://twitter.com/pr1ntf/status/750574003954352128 = Did you try it with the -v kernel flag (verbose)? What does it say? = FakeSMC.kext is the =C2=AB normal PC =C2=BB emulation of the Apple = firmware, it is open source so maybe we can build a debug version and = see what it says and then ask the bhyve team if it can be done?=