I have installed Ubuntu with centos before. It is complicated to install centos 6.6 once today.
1. Install easybcd, download CentOS-6.6-x86_64-bin-DVD1.iso, CentOS-6.6-x86_64-bin-DVD2.iso
2. Install easeus partition master 9.2.2 and ext2 Volume Manager (Ubuntu does not need to install these two, because you must select the directory of the DVD when installing centos, if NTFS or fat is not mounted, ext2 is required)
3. Use the partition master installed above to delete the free F disk and format it into three parts:
Swap swap partition can improve memory usage efficiency. centos is used to install the operating system, and ISO is used to temporarily place ISO files. (Note the File System Format)
Because the ISO region is ext3 at the time of division, Windows does not recognize it. You need to use ext2 software to enable and assign a drive letter in Windows:
Right-click the assembly point drive letter, add, and change, and save the settings.
Then you can see the following Partition in Windows:
Copy the ISO file to the ISO partition (copy vmlinuz and initrd. IMG in the package ):
Finally Start easybcd:
Then write the following configuration file:
title Install CentOSroot (hd0,3)kernel (hd0,3)/vmlinuz boot=casper iso-scan/filename=/CentOS-6.6-x86_64-bin-DVD1.iso ro quiet splash locale=zh_CN.UTF-8initrd (hd0,3)/initrd.img
Here 3 is because the installation file is in the fourth partition:
After saving, restart the machine.
Install centos on easybcd