Today to the server reload system encountered problems, record
At that time was normal operation: To install the system when the disk is not found, loaded RAID driver, and then successfully found the drive letter, and then formatted the previous C drive,
The result cannot be selected after the format of the C-drive, unable to next, prompt to say what is currently GPT partition of what MBR partition
Then just do the following (I'll just go to convert MBR and exit)
Press "SHIFT+F10" to bring up the DiskPart command prompt, and then enter DiskPart (bring up the Disk Management tool) list disk (list all drive characters) select Disk 0 (typically, disk 0 is the system hard disk) clean (clear the system hard disk and Non-system disk all data) convert MBR (convert hard disk boot mode to MBR) create partition primary size = XXX (repartition the hard disk, if not entered, can be partitioned in the system's disk Management after the system installation is complete) format Fs=ntfs Quick (Convert hard disk format to NTFS format, compressed as quick) exit (exit disk partition Settings) exit (exit disk conversion settings)
After that, you can install it properly.
Explanation: At that time the D disk data will be lost because clear, so the first D disk array disk is pulled out. When the exit is finished, the plate is inserted back.
Record it, and if the system meets again, know how to handle it.
There is a small problem, installed after the discovery of the BIOS set boot of the first boot project is Windows Boot Manager, unable to enter the system, and later adjusted to raid what the boot can be. It is estimated that it is booting from RAID C drive.
Fixed system selected disks are in GPT partition format