Summary of problems running Ubuntu in Hyper-V

For a detailed introduction to Hyper-V, please refer to Microsoft’s official website: https://docs.microsoft.com/zh-cn/windows-server/virtualization/hyper-v/get-started/install-the-hyper-v-role-on -windows-server

Table of contents

Network connection settings

The toolbar disappears in full screen mode, how to restore it?

full-screen display

To create a virtual machine, choose first generation or second generation


Network connection settings

1. First determine the network settings for installing the virtual machine

2. Select the corresponding network settings on the Wlan property sharing page

View: https://www.cnblogs.com/maoleigepu/p/6210387.html

The toolbar disappears in full screen mode, how to restore it?

Not solved! If you really can’t exit, use Ctrl+Alt+Delete to launch the virtual machine interface using Task Manager.

full-screen display

Open

cd /etc/default
sudo gedit grub

Revise

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"    
改为:GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=hyperv_fb:1920x1080"

refresh and restart

sudo update-grub
sudo reboot

To create a virtual machine, choose first generation or second generation

You can refer to the introduction on the official website for this: Should I create a generation 1 or 2 virtual machine in Hyper-V?

Generally choose the first generation to maintain compatibility.

http://comonly.cn/i/

Guess you like

Origin blog.csdn.net/feichangyanse/article/details/134132124