From owner-freebsd-virtualization@freebsd.org Tue Jan 9 22:20:56 2018 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 580BEE768E4 for ; Tue, 9 Jan 2018 22:20:56 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward104j.mail.yandex.net (forward104j.mail.yandex.net [5.45.198.247]) (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 0B22A74984 for ; Tue, 9 Jan 2018 22:20:54 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from mxback2j.mail.yandex.net (mxback2j.mail.yandex.net [IPv6:2a02:6b8:0:1619::10b]) by forward104j.mail.yandex.net (Yandex) with ESMTP id BC17E44970 for ; Wed, 10 Jan 2018 01:20:45 +0300 (MSK) Received: from smtp4j.mail.yandex.net (smtp4j.mail.yandex.net [2a02:6b8:0:1619::15:6]) by mxback2j.mail.yandex.net (nwsmtp/Yandex) with ESMTP id oy8qQcdsEj-KjlOrAlX; Wed, 10 Jan 2018 01:20:45 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=passap.ru; s=mail; t=1515536445; bh=Kv0rTXduMZiz+p29IkSQ0EV5JxCCoiKCdiIU459nDGQ=; h=Subject:To:References:From:Message-ID:Date:In-Reply-To; b=jFUrA3QKjqXTtGkKfG9+d5SDCmV3ncXKEwtDo6H0B1Cs5CbUaN5Ki3nMp2ZvJ82vI pr6AfyQ36hecJvHFZbao73nSBvdL9ln2QOkgZpJlJhSLmewgPDmuGCLtyGGpiwpNXG 0WyFfjGKF0OTcTIIVBKoQ9w8Vs9E3a+lzBa5+4CU= Received: by smtp4j.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id MZn6VcFCIb-KjOOISjg; Wed, 10 Jan 2018 01:20:45 +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=passap.ru; s=mail; t=1515536445; bh=Kv0rTXduMZiz+p29IkSQ0EV5JxCCoiKCdiIU459nDGQ=; h=Subject:To:References:From:Message-ID:Date:In-Reply-To; b=jFUrA3QKjqXTtGkKfG9+d5SDCmV3ncXKEwtDo6H0B1Cs5CbUaN5Ki3nMp2ZvJ82vI pr6AfyQ36hecJvHFZbao73nSBvdL9ln2QOkgZpJlJhSLmewgPDmuGCLtyGGpiwpNXG 0WyFfjGKF0OTcTIIVBKoQ9w8Vs9E3a+lzBa5+4CU= Authentication-Results: smtp4j.mail.yandex.net; dkim=pass header.i=@passap.ru Subject: Re: How to setup graphical Linux vm in bhyve ? Continued from (Re: A question about VirtualBox USB support) To: freebsd-virtualization@freebsd.org References: <44B291D4-D547-4990-BF4F-B64744CFC69D@fjl.co.uk> From: Boris Samorodov Message-ID: <739343b7-82d5-cd23-e45c-25c8115f80cb@passap.ru> Date: Wed, 10 Jan 2018 01:20:44 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 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-virtualization@freebsd.org X-Mailman-Version: 2.1.25 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, 09 Jan 2018 22:20:56 -0000 09.01.2018 10:34, Manish Jain пишет: > instructions fail miserably when applied to a graphical Linux > vm (tried Centos7 and Mint). JFYI, Never tried to use graphic interface but CentOS-7.3 AFAIK can't be installed (something like disk/filesystem format incompatibility with current grub version at ports). However, one may install CentOS-7.2 and then "yum update" to the latest CentOS version. HTH & WBR, -- bsam