Install Ubuntu on the VM in Windows XP

Source: Internet
Author: User

1. VMware Workstation Installation

Install it directly.

2. Ubuntu Installation

I used ubuntu10.10, a lot of online, the following reprinted an article: http://www.opent.cn/a/0911/2067.shtml

Switch to the Virtual Machine tab you just set, click "Settings Command" in the "virtual machine" menu, select the "CD-ROM1" device, and then select "use ISO image" on the right side of the radio project, select the ISO image of the Ubuntu Linux DVD below. Click "OK" to close the window.
2. Click the "start this VM" command on the main interface to open the VM.
3. The default virtual machine does not need to be configured because the hard disk data is empty. The first time the virtual machine is started, it is started from the hard disk.
4. After the virtual machine is started, after a while, the boot screen is displayed. Press F2 on the keyboard to select the installation language. Press the Enter key in the upper, lower, left, and right buttons on the keyboard.
5. Press the F4 key to display and select the resolution. Select the appropriate resolution and color based on the hardware. Here we select the 16-color mode of 1024*764 and press enter to confirm.
6. Select the third project in the main menu, install in text mode, and start the command line installation mode.
 
Start Installation
1. After loading for a while, we smoothly entered the installation interface.
2. Select the keyboard layout first. Select the keyboard layout based on your hardware. Here we select "American English" for most Chinese users.
3. It may take some time to start scanning hardware and CDs.
4. Start to automatically configure the network environment. If you have set up a virtual network, this step is generally completed automatically.
5. to configure the network, enter the computer name and press enter to confirm the settings.
6. It may take some time to start disk detection.
7. go to the partition settings, You can manually or automatically partition, because we are an empty virtual machine, there are no special requirements, we choose the first item "Clear the entire disk... ", automatic partitioning. Start to automatically configure partitions. If you are prompted to confirm, select "yes ".
8. set the clock. Select "yes" based on the default settings.
9. You are prompted to enter your user name. You will use this user to enter the system later. Enter the user name and password correctly according to your personal situation.
10. start installing the system, including checking file correctness, unpacking, and copying files. This may take a long time.
3. Installation of VMware Tools, network connection, and Input Method

Install VMware Tools

Click-Virtual Machine-install VMware Tools under the VMware menu, and select "Install" in the pop-up dialog box ". Ubuntu automatically loads the installation CD image of VMware Tools for Linux. You will see a CD icon named VMware Tools on the desktop of the virtual machine, which is automatically opened. This includes two files: VMwareTools-5.3.3-34685-i386.rpm and vmwaretools-5.3.3-20.5.tar.gz (the version number of vmwaretools may be different.
Enter
Tar zxf/Media/CDROM/VMwareTools-5.3.3-34685.tar.gz
CD vmware-tools-distrib
Sudo./vmware-install.pl
Press ENTER or yes to complete.

 

Alternatively, copy vmwaretools-5.3.3-20.5.tar.gz to the desktop and decompress it to the desktop.

Run the LS command to check the folder vmware-tools-distrib.

So CD vmware-tools-distrib
Sudo./vmware-install.pl
You can complete the installation.

 

Network Connection

1. Set the network adapter attribute to Nat in the virtual machine;

2. Open the Windows XP Network Connection, view the vmare Nic vmnet8 IP address, and set the IP address and DNS to automatically get.

Input Method Installation

3. Go to the VM, and click the VM menu: Edit -- virtual network, vmnet8 IP address.

4. Go to the Ubuntu system and click system-preference-network connection. Set the IP address and DNS of eth0 to make sure it is in the same network segment as vmnet8. For example, if the vmnet8 address is 192.168.83.1, the Ubuntu IP address is 192.168.83.128, the network segment is 192.168.83.1, And the DNS address is 192.168.83.2.

 

Fcitx installation:

Sudo apt-Get install im-switch fcitx
Im-switch-s fcitx-Z default # Note: Do not add sudo before

It is best to restart X after completing the settings, and the input method will take effect.

Fcitx settings (optional)

Kate ~ /. Fcitx/config # kubuntu
Gedit ~ /. Fcitx/config # Ubuntu
Mousepad ~ /. Fcitx/config # xubuntu

If the input column and text in the English interface are the current image of the square, you only need to modify the font in config, for example:

Show font (medium) = simsun
Show font (English) = simsun

Tip: You can set the font you like, but you must ensure that the font you use supports Chinese characters.

Fcitx input settings in locale solve some non-QT (such as Firefox/swiftfox) program input Problems

Kdesu Kate/etc/gtk-2.0/GTK. immodules # kubuntu
Gksu gedit/etc/gtk-2.0/GTK. immodules # Ubuntu
Gksu mousepad/etc/gtk-2.0/GTK. immodules # xubuntu

Find the following part

"/Usr/lib/gtk-2.0/2.10.0/immodules/im-xim.so"
"Xim" "X Input Method" "gtk20" "/usr/share/locale" "Ko: Ja: TH: ZH"

Change to the following:

"/Usr/lib/gtk-2.0/2.10.0/immodules/im-xim.so"
"Xim" "X Input Method" "gtk20" "/usr/share/locale" "EN: Ko: Ja: TH: ZH"

Note: The input method supported in the en environment is added here. "Ko: Ja: TH: ZH"-> "EN: Ko: Ja: TH: ZH" is set up. log out of the computer. You can use the input method (press Ctrl + Space key to activate the input method.

For more fcitx settings, visit the Chinese Input Method fcitx.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.