Contents

Installing Red Hat Linux 7.0 into a virtual machine

The easiest method of installing Red Hat Linux 7.0 in a virtual machine is to use the standard Red Hat distribution CD. The notes below describe an installation using the standard distribution CD; however, installing Red Hat Linux 7.0 via the boot floppy/ network method is supported as well.

Use the Workstation Configuration Editor to verify the virtual machine's devices are set up as you expect before starting the installation. For example, if you would like networking software to be installed during the Red Hat Linux 7.0 installation process, be sure the virtual machine's Ethernet adapter is enabled and configured.

To install Red Hat 7.0 in a virtual machine:

  1. Before installing the operating system, be sure that you have already created a directory for the new virtual machine and configured it.
  2. Insert the Red Hat Linux 7.0 CD in the CD-ROM drive and click the Power On button.
  3. At the Red Hat 7.0 CD boot prompt, you are offered several choices. Choose the text mode installer by typing text followed by Enter.

    Note: Due to VGA performance issues installing Red Hat 7.0 with the graphics mode installer, we highly recommend you install the operating system with the text mode installer.

    Note: During the Red Hat Linux 7.0 text mode installation, a standard XFree86 version 4 server (without support for VMware SVGA or standard VGA) will be installed. Do not run that X server. Instead, to get an accelerated SVGA X server running inside the virtual machine, you should install the VMware Tools package immediately after installing Red Hat Linux 7.0.

  4. Follow the installation steps as you would for a physical PC. Be sure to make the choices outlined in the following steps.
  5. In "Video Card Selection" choose Generic VGA compatible, then click OK.
  6. Near the end of the installation, after files have been copied, you reach the "Monitor Setup" screen. Choose Generic Standard VGA, 640x480 @ 60 Hz, then click OK.
  7. At the "Video Memory" screen, choose 256Kb, then click OK.
  8. At the "Clockchip Configuration" screen, choose No Clockchip Setting (recommended), which is the default, then click OK.
  9. At the "Probe for Clocks" screen, click Skip.
  10. At the "Select Video Modes" screen, don't choose anything. Just click OK.
  11. At the "Starting X" screen, click Skip.

    Note: This is the most important step. Clicking OK will run the XFree86 version 4 server, which will fail, and the installer will abort.

    This completes basic installation of the Red Hat Linux 7.0 guest operating system.

  12. Install VMware Tools in your guest operating system.

    Note: With a Red Hat Linux 7.0 guest, you should install VMware Tools from the Linux console. Do not start X until you have installed VMware Tools.

Installing a 16-color X Server

If you want to run the standard 16-color VGA X server, skip the installation of VMware Tools and instead take the following steps.

Note: If you use the standard 16-color VGA X server, you will not have the performance advantages of the accelerated SVGA X server included in VMware Tools.

  1. After you finish the basic installation of the Red Hat Linux 7.0 guest operating system and the virtual machine reboots, log in as root.
    su
  2. Set up the X server:
    ln -sf ../../usr/X11R6/bin/XF86_VGA16 /etc/X11/X

    This sets the current X server to XF86_VGA16 (the XFree86 3.3.6 16-color VGA X server).

Back to top

© 2001 VMware, Inc. All rights reserved.