From owner-freebsd-virtualization@freebsd.org Sun Feb 5 18:33:20 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 9FABCCD20F2 for ; Sun, 5 Feb 2017 18:33:20 +0000 (UTC) (envelope-from trentnthompson@gmail.com) Received: from mail-yw0-x232.google.com (mail-yw0-x232.google.com [IPv6:2607:f8b0:4002:c05::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5F50F10AA for ; Sun, 5 Feb 2017 18:33:20 +0000 (UTC) (envelope-from trentnthompson@gmail.com) Received: by mail-yw0-x232.google.com with SMTP id v200so38354596ywc.3 for ; Sun, 05 Feb 2017 10:33:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=tOkUsvNT30hx4HfhOFGPEByz7hiDZoKA7F37cso3HWY=; b=dOCwiQKgiaZY7OHVgl9Jg7bYoakVls0ag8r6hRxP+BmaMf826dbP8mjjUpBnOrCupW LpJrjmrT7xQdVlAhFE8dAlaGJBERU9udnD96D3cXnHhjMkfcHE/GhlZoggsx3VBf2+I8 6bn6efPkrcQ6IWm/bD8PmoitNpFmHr3HNUROO5TAMdXDBrTI1M2tSrI7uR8xJhYB9pRF KCRjdR6LHKhPv507hbGGu9akCjoK93K9MNzhxS3XC5gJ/LJtS8tmQHXBPLk/hua9G4o+ TCv5StaGjQo29P4kTYDdOAqXZw+bHDtVPx2maEQrwIenOQxPqHVoxpK3Uyl4xjWP4xj5 S/7w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=tOkUsvNT30hx4HfhOFGPEByz7hiDZoKA7F37cso3HWY=; b=BvogMyFMve007O8SOm6ZSwN/tTiUxoCZezKdQ9doncWATrbA3fl1xQQ1pgU9my97Bc wtJOy1ETCcmoFXs//HFD4BW9XE0830d6WPAirgBnJH3m0P9gzO3fu0WZDDdrwTkdOdil t+3KsUu8hGou/d0bQo068qvQ65LyzcCsvn0D7THEQtJdr6HSCCVBSeXegCKtTLwbcVkP BDlTsyT2DTXb0ZBKKDbsC+VVLnF90/KfMZBhyjksJ9joNb7xbqGxQcERFYdKf2nNLgGB mYYCubwVd4cw+hTvKHa5VB7YP1CJs9aToIczgifyDKxQpjj9XZNCZNwmGWTsPQLeYQgO hHNg== X-Gm-Message-State: AIkVDXKtG6FtaDjINNAMV7TSlx9NO2DyC73z2lMoKuSqSBgASvHP/hBmoLsCEy7KF2y0iXxxbgPza3AXQLkeNg== X-Received: by 10.129.84.66 with SMTP id i63mr4526884ywb.306.1486319599211; Sun, 05 Feb 2017 10:33:19 -0800 (PST) MIME-Version: 1.0 Received: by 10.37.170.193 with HTTP; Sun, 5 Feb 2017 10:33:18 -0800 (PST) In-Reply-To: <915814F4-0F6C-4DAC-B8E4-A43759331ECD@up4.com> References: <915814F4-0F6C-4DAC-B8E4-A43759331ECD@up4.com> From: Trent Thompson Date: Sun, 5 Feb 2017 11:33:18 -0700 Message-ID: Subject: Re: Thanks To: Vincent Olivier Cc: FreeBSD virtualization Content-Type: text/plain; charset=UTF-8 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 18:33:20 -0000 Vincent, >have my macOS built-in VNC client working with bhyve (right now, only TigerVNC works) 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 >get a vm going with macOS Server with Clover EFI 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. https://twitter.com/pr1ntf/status/750574003954352128