I tried to install an instance of Fedora 12 on a virtual machine using VMware Fusion. I used the virtual machine to boot from the .iso and it took me to the Graphical installation. Unfortunately when I double clicked the icon to install, nothing would happen.

Some simple troubleshooting follows.
Right clicked on ‘install to Hard Drive’ icon and selected properties.

Looked at the path of the application

Closed the ‘Install to Hard Drive Properties’ window, and opened up a terminal session

Ran the following command
/usr/bin/liveinst
It gave me an error concerning ‘/media/*: not found’ and then it showed me the real issue.
You do not have enough RAM to use the graphical installer.
So I went looking for the minimum requirements and found this from Fedora’s site.
1.2.2. Processor and memory requirements for x86 Architectures
The following CPU specifications are stated in terms of Intel processors. Other processors, such as those from AMD, Cyrix, and VIA that are compatible with and equivalent to the following Intel processors, may also be used with Fedora. Fedora 12 requires an Intel Pentium Pro or better processor, and is optimized for i686 and later processors.
Recommended for text-mode: 200 MHz Pentium Pro or better
Recommended for graphical: 400 MHz Pentium Pro or better
Minimum RAM for text-mode: 128 MiB
Minimum RAM for graphical: 192 MiB
Recommended RAM for graphical: 256 MiB
I know that my Virtual Machine was setup for 256mb of RAM but I guess that wasn’t enough
SOLUTION: I powered down my virtual machine and increased the RAM to 512mb, rebooted, and the problem was solved.






