It's super simple. cainiao will use the EasyBCD hard disk to install Ubuntu12.10 graphic detailed tutorial on Windows 7. Every time the Ubuntu new version is released, LinuxIDC.com will launch a Windows hard disk to install Ubuntu, it only provides some help for users who have just learned Linux. Skip this step. There are a lot of friends who just want to learn about Linux that won't even install it. Let's take a look at it. It's just as simple as doing exactly the same with our tutorial. 1) first
It's super simple. cainiao will install Ubuntu 12.10 with EasyBCD hard drive on Windows 7. Every time Ubuntu is released, LinuxIDC.com will launch a Windows hard drive to install Ubuntu, it only provides some help for users who have just learned Linux. Skip this step.
There are a lot of friends who just want to learn about Linux that won't even install it. Let's take a look at it. It's just as simple as doing exactly the same with our tutorial.
1) First, partition, right-click on the computer -- manage -- disk management
The size of the disk allocated to Ubuntu should be preferably (20 GB or above) not too small. Please note that Ubuntu and Windows file systems are completely different, so we should delete the Volume After partitioning Ubuntu. At that time, the installed ubuntu partition will not be visible in Windows, but you can access Windows disks In Ubuntu. This is called a dual system. It is different from wubi.
2) Prepare two things EasyBCD software (EasyBCD 2.2 download see http://www.linuxidc.com/Linux/2012-10/72140.htm) is Ubuntu 12.10 iso image (see http://www.linuxidc.com/Linux/2012-10/72581.htm)
3) Open the EasyBCD software. We can see that our computer now has only one "entry" to start. Let's add one to it. Step 1: Add a new entry (add a mobile entry point ),
Step 1 select NeoGrub, step 2 install and save, and then configure (Step 3 ),
Then a menu. lst file will appear.
We want to edit this file because the system finds this file in Ubuntu.
Copy the following English text to overwrite the original one.
Title Install Ubuntu
Root (hd0, 0)
Kernel (hd0, 0)/vmlinuz boot = casper iso-scan/filename =/ubuntu-12.10-desktop-i386.iso ro quiet splash locale = zh_CN.UTF-8
Initrd (hd0, 0)/initrd. lz
Note:
Ubuntu-12.10-desktop-i386.iso is the name of your iso, don't write it into me, this will change to yours.
If your first drive letter on some computers is not a drive C, you can see it in disk management. Therefore, you need to change (hd0, 0) to (hd0, 1) during installation) [Assume the second one ].
Disable Save.