WIN7 installation of ubuntu14.04 dual system

Source: Internet
Author: User
Tags wubi

Before canonical canceled the Wubi, in the ubuntu14.04 ISO found this thing, using Wubi installation is very simple. After you extract the ISO, double-click the Wubi.exe to continue down (there will be some error in the way, do not tube).

However, when the installation is completed and found unable to enter the graphical interface, the command line "StartX" God horse. Recall the error that occurred during installation: Unable to assign a mount point to certain directories, which means that the important directories such as TMP or VAR cannot be properly mounted on the disk's mount point.

This information indicates that there is currently no way to assign a mount point to some directories, which means that important directories such as TMP or VAR cannot be properly mounted on the disk's mount point. Result: More than half program does not run correctly, and some of the system configuration data will not be saved on the computer's hard disk.

After entering the Ubuntu Grub Starter Management interface, we select the "ubuntu" key and press the "e" key to indicate the editing of the current startup item code. Then find the "ro" parameter in this large string of code, modify it to "rw" and press the "f10" key to execute the boot code and boot into the Ubuntu operating system.

After waiting for the desktop to enter the graphical interface of the Ubuntu14.04, we open HyperTerminal and enter a command like this and press ENTER:
#>sudo Gedit/etc/grub.d/10_lupin
Then press "ctrl + f" and enter "ro $" (notice that there is a space behind the RO), then modify the "ro" in the text to "rw" and save the exit.
Finally, update the GRUB startup item and enter the following command in HyperTerminal:
#>sudo Update-grub
Restart the computer to see the desired effect.

Some basic configuration is then made:

Install Flash:


#>sudo rm/var/lib/dpkg/updates/*
#>sudo apt-get Update
#>sudo Apt-get Upgrade
#>sudo Apt-get Install Flashplugin-nonfree

You will need to restart Firefox to take effect after installing Flash.

Of course, you can also choose to install a chrome

Get the installation package (provided you are able to Google):

#>wget Https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

Install Deb:

#>sudo dpkg-i Google-chrome-stable_current_amd64.deb

However, there is a problem with the installation, execute the following command:

#>sudo apt-get Install Libxss1 libappindicator1 libindicator7

Then you can use Chrome.

The use of CentOS in any position right-click on the terminal is more nostalgic, you can add this function by the following ways

sudo apt-get install nautilus-open-terminal

Reload File Manager

Nautilus-q

Install a libevent:

#>sudo Apt-cache Search Libevent

Select Install Libevent-dev

#>sudo Apt-get Install Libevent-dev

WIN7 installation of ubuntu14.04 dual system

Related Article

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.