"Respect for the original"
http://blog.csdn.net/u012260238/article/details/52713546
The entire installation process is mainly divided into the following steps:
First, download ubuntu16.04 image;
Second, partition the system installation disk;
Third, the use of UltraISO to make Ubuntu 16.04 system u disk boot disk;
Iv. installation of Ubuntu system;
Use EASYBCD to create boot system boot boot; (optional installation according to personal situation)
First, download ubuntu16.04 image
Ubuntu System website Free http://www.ubuntu.com/download/desktop
Second, partition the system installation disk
Right click on my Computer "management" Disk Management, select a large space, the right button to select the compressed volume, the author for Ubuntu16.04 Divided 80G space (space size according to their own needs to choose, recommended if just install as a practice to use 30G can be, If you have a running program or to process data or suggest a little bit more space, set the size of the post-point compression can be, do not have to set the drive letter, we are in the installation of Ubuntu in the re-partition. Note: This partition we do not have a direct view of the Ubuntu partition in Win7, but in Ubuntu we can access anything placed on the hard drive, that is, you can view the partition of the Win7 system directly.
Third, the use of UltraISO to make Ubuntu 16.04 system u disk boot disk;
Baidu download UltraISO software, strong Ubuntu16.04 system write to install USB flash drive, as the system installation boot disk
Iv. Installation of Ubuntu system
- Insert the USB boot disk on the computer, restart the computer, f2– "BIOS, select Boot interface, choose to boot via USB. (Different models of the computer motherboard into the BIOS way there is a difference)
Note: after entering the boot interface, do not select the UEFI USB flash drive, or the system will not boot after installation is complete.
- Restart to the Ubuntu installation menu, press TAB, enter live, press ENTER to enter the installation interface
- In the installation type boundary and then select the last item "other options", so that you can manually partition yourself, click Continue.
- Now we see the partition of the hard disk, find the front there is "idle" two words, we want to do is, the free space for Ubuntu partition.
- Click on the "Free" section, select "Add" below, fill in the size of the partition above, fill in the next section to mount, and then determine.
/boot, boot partition, primary partition, 200M, start, EXT4 log file system,
Swap partition swap, logical partition, 4000M, start, swap space, generally set to the same size as their own computer memory;
root directory/, logical partition, 15000M, start, EXT4 log file system (10~15g);
/home, logical partition, number of remaining space, start, EXT4 log file system
It is important to install the boot boot device by selecting the previous/boot disk, view the/boot partition number, and then select the/boot partition in the "Device to install boot area" drop-down box below
Reboot required to enter Win7 system after installation is complete
Four. Create a boot system with EASYBCD
- Download and install the EASYBCD.
Step1: Click "Add New Item"
Step2: click "Linux/bsd"
Step3: Type grub (Legacy), name Ubuntu (custom), drive, this is the original/boot partition, that is, 200MB that, shown here 190MB, below the partition 4 "LINUX-190MB"
STEP4: Click "Add Entry"
- Now you can restart the computer, found that there are Win7 and Ubuntu two startup can choose, choose Ubuntu Startup item After you can also choose to go into the Win7 system
Five. Turn on the system
After completing these reboots, the system will list the Win7 system and Ubuntu 16.04 system, and you can choose the system to enter.
The benefits of this startup (Windows will not be affected by Ubuntu)
If there is no last step, there is no problem, but if you start Windows7 to delete the Ubuntu system partition, then you can't start the system.
"Practice Process"
---------------Solemn hint: The practice process record, for reference only, welcome message exchange---------------
1. Environmental damage
Original environment:
HDD--Windows7
SSD--WINDOWS10 + windows7
Windows7 installed Ubuntu16.04 on HDD, the installation started correctly, but failed to repair Windows system boot.
2. Resource record:
U disk making tool Win32diskimager
Https://wiki.ubuntu.com/Win32DiskImager
Bugs that exist with other tools
https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/1325801
3, re-install the system, the results of repeated verification:
1) Two HDD, only one hard disk (HDD) can boot the system, another m.2 interface SSD disk failed to boot the system successfully;
2) The Windows system can be installed on the SSD, through HDD drive boot;
3) Ubuntu installed on SSD can not boot through HDD hard drive, the Ubuntu system installed on HDD is possible;
4) Subsequent operations require that the boot partition (the first partition of the HDD hard disk) be retained, without causing the system to be compromised.
"Turn" Win7 + Ubuntu16.04 Dual system Installation