The Intel NVMe Drive only able to boot from the system when the BIOS is in UEFI mode, so it is necessary to set the BIOS to UFEI mode first:
As the system restarted, it is ready to install OS in UEFI mode.
Start the installation media in UEFI mode and continue the installation as normal.
For Windows (8, 8.1, 10), the installation is very similar to the non-UEFI installation. Only different is when it get to the partition screen, make sure to use "New" button for Windows to create all needed partition on drive (that will include a few partitions → Recovery (450MB) System (99MB), MSR-Reserved (16BM) and Primary (Remaining space of the drive.))
For Linux (centOS or Ubuntu): The installation will create the correct EFI partition (/boot/efi) in automatic partition, but for manual partition scheme, it is necessary to create the /boot/efi (efi file system, or vfat file system, size=50mb or less). the remain space will be using the Exxact Standard partition scheme.
After the installation is done, you will find a new entry in the "Boot Mode Select"
For Windows, it will be "Windows Boot Manager"
For CentOS, it will be "UEFI Hard Disk: CentOS"
For Ubuntu, it will be "UEFI Hard Disk: Ubuntu"
Select that option (or move to the top of the list) to boot the system
When the system is started with installed OS, the installation is completed.
The Intel P3700 Series PCIe SSD will not Boot Windows 7 and Windows 10 when installed on Supermicro SYS-4028GR-TR2 system. It will work as a slave drive.
-----------------------------------
Scratched everything before.
Doing some quick research:
Windows
Windows highly prefers 8.1/10 since they have built in NVMe drivers. You could definitely see the driver at the OS level, but not so sure at the BIOS.
Also, preferably an Intel Processor released 2015 or later (Broadwell Xeons/Skylake Desktop CPU's).
EFI needs to be set on the PCIe or M.2 slot, in which the device is installed in.
Motherboard needs to support UEFI mode, some may require a BIOS update; but best if you just did a BIOS update right off the bat when setting up a system with newer components anyways.
The following Linux distys have 'out-of-box' NVMe drivers:
Ubuntu
Again, you can probably see it while installing the device; as long as you have the EFI set on the slot the NVMe device is installed on.
Setting the partition is the same, if you know what you're doing; a lot of instructional videos including how to setup basic Linux partitions on the NVMe device.
RHEL 7.0
'Out-of-box' drivers at least support UEFI. This article also nicely lists the naming conventions for NVMe devices:
Same article also reminds you that you can check for the device (helps if you know the manufacturer) by simply running a grep command with 'lspci'.
When partitioning these drives, make sure you are formatting the NVMe partitions to xfs.
Example:
mkfs.xfs /dev/nvme1np1
And if you know how to mount devices, the rest is pretty straightforward.