After installing Fedora 12 on a new virtual machine with VMware (I use Fusion on the Mac), the first thing you’ll likely want to do is install VMware tools. You need to install a few packages in order to make the installation seamless, however. There are countless posts around the internet with people looking for help with this. Here’s a quick 15 step guide to getting up and running.
- Download Fedora 12.
- Install the OS.
- Boot up the virtual machine.
- Open up the Terminal.
- Run “su” and type your root password to gain administrative control.
- Run “yum update” to update all the packages to the newest version.
- Reboot.
- Open up the Terminal.
- Run “yum install kernel-devel kernel-headers gcc mkinitrd”
- Reboot.
- Click the menu option in your VMware application to install VMware tools. This should put a compressed folder on the desktop.
- Expand the zip file and using the terminal, navigate into the newly created directory.
- As the root user, type “./vmware-install.pl”
- When it asks you questions and prompts you for a response, just hit enter. Everything should be properly configured at this point.
- Reboot when the script finishes. That’s it!
No comments:
Post a Comment