通過下載的Ubuntu18.04.2LTS鏡像安裝到Hyper-v粘舟,通過這個教程安裝增強模式,在使用時等待很長時間后出現(xiàn)如下錯誤
login successfully for display 10
started connecting
connection problem, giving up
some problem
最后在issues找到了解決方案
- 獲取腳本來使能增強模式
wget https://raw.githubusercontent.com/Microsoft/linux-vm-tools/master/ubuntu/18.04/install.sh
取消腳本中HWE="-hwe-18.04"
這一行的注釋.
添加非官方xrdp packages倉庫.
sudo add-apt-repository ppa:martinx/xrdp-hwe-18.04
sudo apt-get update
adduser xrdp ssl-cert
使腳本具有可執(zhí)行權限
sudo chmod +x install.sh
執(zhí)行腳本
sudo ./install.sh
安裝 xrdpxorg
sudo apt install xorgxrdp
關閉ubuntu虛擬機
shutdown now
在宿主機中以管理員權限啟動powershell并輸入以下命令來使能增強模式(參數(shù)-EnhancedSessionTransportType需要windows10 1803及更新的版本才支持)
Set-VM -VMName <your_vm_name> -EnhancedSessionTransportType HvSocket
重新啟動ubuntu虛擬機使能增強模式