Install DeepIn 20.2.2 on Windows 11 Pro Hyper-V VM with UEFI BIOS and Secure Boot Full Screen

148 Aufrufe
Published
To Enable the optional feature Hyper-V open the Windows Terminal (Admin) and type in:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
To restart when prompted type in:
y
Note Hyper-V is a feature only available for Windows 10/11 Pro/Education and not available for Windows 10/11 Home.

To make the Virtual Machine full screen. Open up the terminal and type in the following command:
sudo nano /etc/default/grub
Then update the line to:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=hyperv_fb:1920x1080"
Press [Ctrl] + [x] to exit and then [y] to save and [Enter] to overwrite the original file. Next to update the grub bootloader type in:
sudo update-grub
Then to reboot type in:
sudo reboot
The VM should start full screen (maximise it to display it full screen on your Host PC).

#DeepIn #HyperV #VirtualMachine
Kategorien
PC (Windows/Mac/Linux) Anleitungen
Kommentare deaktiviert.