This guide provides step-by-step instructions on how to install Mageia Linux 9 in UEFI mode on VMware Workstation or VMware Player, and how to integrate VMware Tools.
1. Required Files
-
VMware Workstation Pro or VMware Player (At least v16.x)
-
Mageia 9 ISO file: https://www.mageia.org/en/downloads/
2. Creating a New Virtual Machine
-
Open VMware and click on "Create a New Virtual Machine".
-
Select Typical (recommended) and click Next.
-
Specify the ISO file: Select the Mageia 9 ISO file.
-
As Guest OS:
-
OS: Linux
-
Version: Other Linux 5.x or later kernel 64-bit
-
-
Specify the virtual machine name and location.
-
Give a minimum of 20 GB as disk capacity. You can choose split or single file.
-
In hardware settings:
-
RAM: At least 2048 MB (preferably 4096 MB)
-
CPU: 2 or more
-
Enable the UEFI firmware option (Advanced > Firmware type: UEFI)
-
3. Mageia 9 Installation
-
Start the virtual machine.
-
After Mageia Live starts, click on "Install Mageia".
-
Set the language selection and keyboard settings.
-
Choose automatic or custom partitioning on the disk partitioning screen.
-
GRUB2 (UEFI) should be selected as the bootloader.
-
After the installation is complete, restart the system.
4. VMware Tools Installation
-
While inside the virtual machine, click on the VM > Install VMware Tools menu.
-
The ISO content is automatically mounted to the /mnt or /run/media path.
-
Open a terminal and follow these steps:
cd /run/media/$USER/VMware\ Tools
cp VMwareTools-*.tar.gz ~/
cd ~
tar -xvzf VMwareTools-*.tar.gz
cd vmware-tools-distrib
sudo ./vmware-install.pl
-
Continue with Enter for most of the questions by default.
-
Restart the virtual machine after the installation is complete.
5. Additional Notes and Recommendations
-
After installation, you can update your system with the dnf update command.
-
File sharing, full screen support, and mouse integration become active with VMware Tools.
-
Adjust the screen resolution from the system settings for a better experience.
Troubleshooting
-
If VMware Tools installation fails: Required packages might be missing. Try updating with the following command:
sudo dnf install gcc make perl kernel-devel
-
Network connection issues: Check the Network Adapter > NAT or Bridged setting in the virtual machine settings.
By following these steps, you can smoothly install Mageia Linux 9 in UEFI mode on VMware and complete the VMware Tools integration.