SUSE Linux 10 – Workstation 5.5, 5.5.1, 5.5.2, 5.5.3, 5.5.4, 5.5.5, 5.5.6, 5.5.7, 5.5.8, 6.0, 6.0.1, 6.0.2, 6.0.3, 6.0.4, 6.0.5, 6.5
SMP – 2-way experimental support on Workstation 5.5, 5.5.1, 5.5.2, 5.5.3, 5.5.4, 5.5.5, 5.5.6, 5.5.7, 5.5.8, 6.0, 6.0.1, 6.0.2, 6.0.3, 6.0.4, 6.0.5, 6.5
SUSE Linux 10 – ACE 2.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.5
SUSE Linux 10 – VMware Server 1.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 2.0
SMP – 2-way experimental support on VMware Server 1.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 2.0
SUSE Linux 10 – Workstation 5.5, 5.5.1, 5.5.2, 5.5.3, 5.5.4, 5.5.5, 5.5.6, 5.5.7, 5.5.8, 6.0, 6.0.1, 6.0.2, 6.0.3, 6.0.4, 6.0.5, 6.5
SMP – 2-way experimental support on Workstation 5.5.2, 5.5.3, 5.5.4, 5.5.5, 5.5.6, 5.5.7, 5.5.8, 6.0, 6.0.1, 6.0.2, 6.0.3, 6.0.4, 6.0.5, 6.5
SUSE Linux 10 – ACE 2.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.5
SUSE Linux 10 – VMware Server1.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 2.0
SMP – 2-way experimental support on VMware Server 1.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 2.0
Be sure to read General Guidelines for All VMware Products as well as this guide to installing your specific guest operating system.
The easiest method of installing SUSE Linux 10 in a virtual machine is to use the standard SUSE Linux distribution CDs. The notes below describe an installation using the standard distribution CD; however, installing SUSE Linux 10 via the boot floppy/network method is supported as well. If your VMware product supports it, you can also install from a PXE server.
At the Installation Settings screen, choose Change, and then choose
Software. From the
Filter menu, choose
RPM Groups. Choose the
Development group, press
Enter to open it, and add
gcc,
gcc-c++, and
kernel-source by highlighting those items in the list and pressing the spacebar.
In many Linux distributions, if IPv6 is enabled, VMware Tools cannot be configured with vmware-config-tools.pl after installation. In this case, VMware Tools is unable to set the network device correctly for the virtual machine, and displays a message similar to
|
1
|
If the file /etc/sysconfig/network contains the line NETWORKING_IPV6=yes, change the line to NETWORKING_IPV6=no.
|
|
2
|
In the file /etc/modules.conf, add the following lines: alias ipv6 off alias net-pf-10 off
|
In some cases, networking does not work properly in a copied or cloned virtual machine or a virtual machine deployed to end users as part of a VMware ACE package. If you copy a virtual machine and specify that the copy should have a unique identifier, the MAC addresses for any virtual Ethernet adapters attached to the virtual machine change. When a SUSE Linux 10 guest operating system is installed, it includes the MAC address as part of a key configuration filename. When the virtual machine’s MAC address changes, the guest operating system might fail to associate this configuration file with the virtual Ethernet adapter. If you experience this problem, you can work around it by copying or renaming the file. For
eth0, for example, make the following change:
Old name:/etc/sysconfig/network/ifcfg-eth0-id-<MAC_address>
New name:/etc/sysconfig/network/ifcfg-eth0
During installation, many distributions of Linux choose a kernel that is optimized for the specific processor on which it is being installed, and some distributions install a generic kernel by default, but provide architecture-specific kernels that the user can choose to install. The kernel might contain instructions that are available only on that processor. These instructions can have adverse effects when run on a host with the wrong type of processor.
Thus, a Linux virtual machine created on a host with an AMD processor might not work if migrated to a host with an Intel processor. The reverse is also true: a Linux virtual machine created on a host with an Intel processor might not work if migrated to a host with an AMD processor.
This problem is not specific to virtual machines and also occurs on physical computers. For example, if you move a hard drive with a Linux installation from an AMD machine to an Intel machine, you are also likely to experience problems trying to boot from that drive.