On VMWare 17.6 after starting Ubuntu 24.04 LTS and VMWare itself froze/black screen (Also Linux Mint 22)
Following helps to enable boot into Ubuntu: switch off "Accelerate 3D graphics" on Display section of VM Hardware settings
To resolve the screen blacking out and unresponsiveness issue, you can update your graphics drivers using the oibaf PPA repository. Here are the steps:
Open a terminal in Ubuntu and add the PPA repository:
sudo add-apt-repository ppa:oibaf/graphics-drivers
After adding the repository, update your package list and upgrade your system:
sudo apt update && sudo apt upgrade -y
OR use the following All In One command:
sudo add-apt-repository ppa:oibaf/graphics-drivers && sudo apt update && sudo apt upgrade -y
Reboot your Ubuntu virtual machine to apply the changes. Activate the hardware acceleration and start the machine.
sudo apt install ppa-purge
sudo ppa-purge ppa:oibaf/graphics-drivers
sudo apt update
sudo apt upgrade
sudo apt autoremove
reboot