Ubuntu 20.04, Hyper-V, Windows 10 Pro
Well, it all seems to be working again. After some/much frustration, my linux VM is back in prime condition.
I’m used to VirtualBox, which has its own rigmarole to installing the “tools” to get good integration with the host OS (clipboard, non-laggy mouse, host-based screen resolution not just 800x600). But, I’ve moved on and rolled the dice on Win 10 Pro, in hopes it crashes less.
Hyper-V has its own “tools”. It took a while to get them working, but here I am. My rough list of Dos, for the future:
Do
-
get Windows 10 Pro, because the Home edition that came on that laptop ain’t gonna run “the V”, as absolutely nobody says
-
update Windows 10 to whatever latest developer update you can get your hands on
-
enable/install the Hyper-V Manager
-
use the manager’s Quick Create
-
just use the latest Ubuntu
-
bump the RAM, choose its own separate disk if you can (I have an old SATA drive, but NVMe would be even better)
-
sudo apt update && sudo apt upgrade -y && sudo shutdown -r now
until it’s all good -
sudo apt autoremove
-
try the microsoft/linux-vm-tools off GitHub (pretty sure this is necessary)
-
follow those weird instructions concerning /etc/xrdp/xrdp.ini (port=-1 or something, some other thing=false)
-
shut down linux, turn on all the integration/services in settings
-
reboot linux a few times, try turning on/off Guest Services, with no luck
-
finally reboot Windows
-
seems to work now
And, well, that’s about all I’ve got to say about that.
I know it seems like a bunch of random, haphazard steps, but this is the second time I’ve stumbled down the exact same path, and it all seems to work now.