I want to dual-boot Centos7 and Win10.
So what is the best OS installation order/process and HD partition configurations to support this smoothly, given my HW config?
I've got an ASUS ROG G751JY-DH72X laptop (Intel i7 64-bit) It's got 2 harddrives:
- 1 TB HGST 7200rpm (SATA ATA Port 3)
- 512 GB SSD (on PCIE SATA Port 0).
Another important question is how to correctly/best set up the UEFI config?
Here is my current BIOS info.
=== BIOS INFO === Aptio BIOS copyright 2012 American Megatrends ver 205 VBIOS version 84.04.1F.00.46.N81G750 Advanced: Intel AES-NI VT-d (enable VT-d function on MCH??) PCIE SSD Information PCIE SSD SATA PORT 0 Device Type: Hard Dirsk Model Name: SAMSUNG MZHPU512HCGL-00 SATA ATA Port 2 Device TYpe: ATAPI CDROM Model Name: MATSHITABD-MLT SATA ATA Port 3 Device Type: Hard Disk Model Name: HGST HTS721010A9E630 Boot Options Launch CSM Launch PXE OpROM policy Boot Option Priorities P3: HGST HTS721010A9E630 P2: MATSHITABD-MLT UJ272 S Secure Boot - Disabled === END: BIOS INFO ===
I am willing/planning to reformat the HDs and reinstall everything from scratch. Just want to know the recommended config to minimize headaches! Please let me know if more info/specs details are needed. Thanks!
ext3
(or 4 nowadays). So you might want to put both OSs on the SSD for speed reasons and use the 1TB device with anntfs
file system (I don't know ifReFS
is ready for the user market yet) so both OSs can access the large storage and you can have a common drive for data you need in Both OSs. Of course the Windows partitions can always be accessed from Linux, but not vice versa. Depending on what you need, you can thus think about reducing the Linux partition to a rather small size (50GB or less) and use it for the OS only. – FelixJN Aug 05 '16 at 08:34