Skip to content

Instantly share code, notes, and snippets.

@lunitrixx
Forked from deoren/Ubuntu_on_Hyper-V.md
Created January 26, 2023 05:43
Show Gist options
  • Save lunitrixx/61028d40601c3e0517ff366b2a942d2c to your computer and use it in GitHub Desktop.
Save lunitrixx/61028d40601c3e0517ff366b2a942d2c to your computer and use it in GitHub Desktop.
Ubuntu on Hyper-V

Enabling full Hyper-V support for Ubuntu

Install packages

Short version: See docs.microsoft.com link below.

Ubuntu 17.04 and later

  1. sudo apt-get update
  2. sudo apt-get install linux-image-virtual linux-tools-virtual linux-cloud-tools-virtual

Ubuntu 16.04

  1. sudo apt-get update
  2. sudo apt-get install linux-virtual-lts-xenial linux-tools-virtual-lts-xenial linux-cloud-tools-virtual-lts-xenial

Set video resolution

By default the screen size is small ...

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment