Recording the installation process of WIN10 and CENTOS7 dual Systems

Source: Internet
Author: User
Although the use of CENTOS7 can be installed in the virtual machine VMware, but the feeling is always missing something, suddenly whim, the data back up, began a trip to reinstall the system.
1. Prepare the CENTOS7 and WIN10 64-bit system
2. Use Ultraliso to make the image a USB boot disk

Installation sequence is the first win10 after CENTOS7
First, install the WIN10 system, select the system partition out, press SHIFT + F10, pop up the command line, enter the DiskPart command, try to build the GPT partition.
1.clear
2.convert GPT
3.create Partition primary size=102400//100g
4.format Fs=ntfs Quick
Then switch to the graphical interface, refresh, unexpectedly can not install, the machine is the BIOS.
Go back to the partition and change to MBR. Then next, until the installation is complete.

Installed the WIN10, and then install the CENTOS7, before the partition has not been understood. Practice operation a bit, deepen the impression, suddenly understand. Use the graphical interface all the way up, select partition mode.
/boot 1G boot partition standard partition
/ten G root directory partition LVM (with bird Brother's fixed size 30G)
/Home 5G
SAWP 1G
So now there are altogether 2 partitions created and then the next step.

现在系统都安装完成了,但是只能进入centos7。所以设置开机管理程序grub2,把win10添加到启动菜单里。1.设置好网络,因为不能读取ntfs分区,得安装ntfs-3g        yum search epel        yum install epel-release.noarch        yum install ntfs-3g2.自动更新启动菜单        grub2-mkconfig -o /boot/grub2/grub.cfg可以看到已经把win10添加进去了。重启之后,就可以看到win10的选择菜单了因为,很多原理都是很模糊,这个很简单的问题也是折腾了很久,所以说,台上一分钟,台下十年功。

Recording the installation process of WIN10 and CENTOS7 dual Systems

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.