Hey All:<\/p>\n
Just started up an Ubuntu LTS 24.04 running on my work computer with WIndows 10 Pro (22h2) and Hyper-V. UEFI boot. Just completed the Ubuntu basic install and update.<\/p>\n
How do I get what vmware calls ‘vmware tools’ or GUEST SUPPORT for enhanced drivers and all installed. My VM settings show that ALL SERVICES are offered. Yet when I go to my Ubuntu desktop and try to change the resolution from 1024x768, there’s no other option. So I’m thinking it my be related to a guest services install I need to do on the vm.<\/p>\n
Note: This is WIndows 10 PRO, not a server host. just my laptop running 22h2. Doing a little Unbuntu Linux course and want to optimize the display to fit my monitor. Not a crisis by any means. BUt I would like to figure out how to enable ‘guest services’ if that’s something I’ve got to manually do post Ubuntu install.<\/p>","upvoteCount":1,"answerCount":5,"datePublished":"2025-02-11T13:49:05.965Z","author":{"@type":"Person","name":"rbhpcb","url":"https://community.spiceworks.com/u/rbhpcb"},"acceptedAnswer":{"@type":"Answer","text":"
You can install the ‘integration tools’ by following below.<\/p>\n
sudo apt update && sudo apt -y upgrade\nsudo apt -y install linux-virtual linux-cloud-tools-virtual linux-tools-virtual\nsudo update-initramfs -u\nsudo reboot\n<\/code><\/pre>\nYou could have also enabled WSL (Windows subsystem for Linux) which is also based on Ubuntu<\/p>","upvoteCount":3,"datePublished":"2025-02-11T14:13:08.980Z","url":"https://community.spiceworks.com/t/windows-10-pro-hyper-v-ubuntu-guest/1173923/2","author":{"@type":"Person","name":"Rod-IT","url":"https://community.spiceworks.com/u/Rod-IT"}},"suggestedAnswer":[{"@type":"Answer","text":"
Hey All:<\/p>\n
Just started up an Ubuntu LTS 24.04 running on my work computer with WIndows 10 Pro (22h2) and Hyper-V. UEFI boot. Just completed the Ubuntu basic install and update.<\/p>\n
How do I get what vmware calls ‘vmware tools’ or GUEST SUPPORT for enhanced drivers and all installed. My VM settings show that ALL SERVICES are offered. Yet when I go to my Ubuntu desktop and try to change the resolution from 1024x768, there’s no other option. So I’m thinking it my be related to a guest services install I need to do on the vm.<\/p>\n
Note: This is WIndows 10 PRO, not a server host. just my laptop running 22h2. Doing a little Unbuntu Linux course and want to optimize the display to fit my monitor. Not a crisis by any means. BUt I would like to figure out how to enable ‘guest services’ if that’s something I’ve got to manually do post Ubuntu install.<\/p>","upvoteCount":1,"datePublished":"2025-02-11T13:49:06.024Z","url":"https://community.spiceworks.com/t/windows-10-pro-hyper-v-ubuntu-guest/1173923/1","author":{"@type":"Person","name":"rbhpcb","url":"https://community.spiceworks.com/u/rbhpcb"}},{"@type":"Answer","text":"