Pre-Installation Preparation
Right click on ' My Computer ' to ' Manage ' and select Disk Management.
First look at the disk partition diagram after I installed Ubuntu (red text regardless of it first)
Start the pre-installation configuration below
It's a good idea to compress the last partition in the Windows partition to install Ubuntu so that when you enter the Windows system, the partition's drive letter is not messy (obviously my last Windows partition is F partition)
1, Right-click on the F-partition, select "Compressed volume", in the "amount of input compressed space" to write the space you want to compress, I wrote 25000M (25G), then click the Compression button, so there will be a blank area
2 download Ubuntu-13.10-desktop-i386.iso image file for EasyBCD and Ubuntu 13.10 ( http://www.ubuntukylin.com/ Chinese version)
The prepared Ubuntu-13.10-desktop-i386.iso image file is opened with a compression software or a virtual optical drive.
Locate the Casper folder and extract the Initrd.lz and Vmlinuz.efi into the F partition (other partitions are also OK),
Finally, the ubuntu-13.10-desktop-i386.iso image file is also copied to the F partition. (three files in one place)
3 Open the EASYBCD software below to add a launch "portal" to the ubuntu image file to be installed
Click on the diagram prompt
A menu.lst file will then appear and write the following into the Menu.lst
Title Install Ubuntu
Root (hd0,6)
Kernel (hd0,6)/vmlinuz.efi boot=casper iso-scan/filename=/ Ubuntu-13.10-desktop-i386.iso ro quiet splash locale=zh_cn. UTF-8
INITRD (hd0,6)/Initrd.lz
Menu.lst has several questions to note
(1) (hd0,6) 6 means ubuntu-13.10-desktop-i386.iso,initrd.lz and Vmlinuz.efi three files are stored in the location as I put in the F partition, according to the number hints in the first figure above , it should be written like this:
If it is on the C-disk, write the 0,d disk on the 4, write 5 on the e-disk, because I put on the F-disk, so I wrote 6
(2) Vmlinuz.efi must be written on the extension EFI, many tutorials on the web did not write the extension, do not write the extension after restarting will not be prompted to find the file
(3) ubuntu-13.10-desktop-i386.iso is your ISO name, do not write mine, this will be changed to you.
4 Restart the computer you will see there are 2 boot menu, select neogrub boot loader this option.
Then wait a moment, and you'll get to the Ubuntu desktop you want to install.
5 after entering Ubuntu desktop, remember to press Ctrl+alt+t to open the terminal, enter the command:sudo umount-l/isodevice This command cancels the mount of the drive on which the disc is located
( Note that the-L is the lowercase of L,and the-L and/isodevice have a space.) ), otherwise the partition interface cannot find the partition.
6 Click on the desktop to install Ubuntu 13.10 to start the installation,
The following installation steps, details see here http://www.linuxidc.com/Linux/2013-10/91565.htm
Win7 Hard drive installation ubuntu13.10 (must be installed successfully)