Windows 10 – Hyper-V Virtual Machine

Windows is coming with its own version of VMWare, just like the old VirtualPC

Refer: https://blogs.windows.com/buildingapps/2018/09/17/run-ubuntu-virtual-machines-made-even-easier-with-hyper-v-quick-create/#eq5F3ETPfj4WjHbk.97

Refer: https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/quick-create-virtual-machine#windows-10-fall-creators-update

If the Hyper-V Manager and Hyper-V Quick Start are not installed, you can install them manually by using PowerShell

Refer: http://techgenix.com/installing-configuring-and-using-hyper-v-windows-10/

  • Search for PowerShell and right-click to run as Administrator
  • Run the following command


Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All

Installing Ubuntu 8.10 in Virtual PC 2004

Create new virtual pc, boot from the iso image, and then...

  • Hit [F6] and choose safe graphics mode
  • Hit [F4] and change the command prompt by removing "quiet splash" and adding the following in its place:
    • i8042.noloop noreplace-paravirt vga=791
  • After you boot for the first time, you will need to hit esc, and choose the kernel to edit and add the fix there too
  • You will also need to add the fix command line into the /boot/grub/menu.lst once you get into Ubuntu itself