Operating System: Red Hat Enterprise Linux 8.6
Operating System: Ubuntu Server 22.04
Installation
Red Hat Enterprise Linux 8.6
Make sure that the EPEL repositories have been installed as shown in this post.
First, update all of your repositories:
1
sudo yum update
Install the Guest Utilities from the EPEL repository:
1
sudo yum install xe-guest-utilities-latest
Finally, make sure to enable and start the Guest Utilities service, and then reboot the system.
1
2
3
sudo systemctl enable xe-linux-distribution
sudo systemctl start xe-linux-distribution
sudo reboot now
Ubuntu Server 22.04
First, update all of your repositories and upgrade all packages:
1
sudo apt update && sudo apt upgrade -y
Install the Guest Utilities:
1
sudo apt install xe-guest-utilities
Once completed, restart the server:
1
sudo reboot now