During Graphical mode of installation you may face the following problem
![]() |
Graphical installers are not supported by the VM. The console mode will be used instead… |
Solution :
This problem occurs in Linux 32-bit OS when the 32-bit libraries are missing. The installer is a 32-bit application and needs 32-bit libraries.
- Install the 32-bit libraries as shown below
# yum install gtk2.i686 # yum install libXtst.i686 # yum install compat-libstdc++-33.i686 |