Advertisement
thioshp

Windows 8.1 Setup: Installing using the MBR or GPT partition

Jun 21st, 2016
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. Windows 8.1 Setup: Installing using the MBR or GPT partition style [2016-06-21 23:58:52.107]
  2.  
  3. Applies To: Windows 8.1
  4. When installing Windows on UEFI-based PCs using Windows Setup, your hard drive partition style must be set up to support either UEFI mode or legacy BIOS-compatibility mode.
  5.  
  6. For example, if you receive the error message: “Windows cannot be installed to this disk. The selected disk is not of the GPT partition style”, it’s because your PC is booted in UEFI mode, but your hard drive is not configured for UEFI mode.
  7.  
  8. You’ve got a few options:
  9.  
  10. • Reboot the PC in legacy BIOS-compatibility mode. This option lets you keep the existing partition style. For more info, see https://technet.microsoft.com/en-us/library/hh825112.aspx
  11. • Reformat the drive for UEFI by using the GPT partition style. This option lets you use the PC’s UEFI firmware features.
  12. ∘ You can do this yourself by reformatting the drive using the instructions below, or if you need to preserve the data, use a third-party utility to convert the drive to GPT format.
  13.  
  14. Why should I convert my drive?
  15. Many PCs now include the ability to use the UEFI version of BIOS, which can speed up boot and shutdown times and can provide additional security advantages. To boot your PC in UEFI mode, you'll need to use a drive formatted using the GPT drive format.
  16.  
  17. Many PCs are ready to use UEFI, but include a compatibility support module (CSM) that is set up to use the legacy version of BIOS. This version of BIOS was developed in the 1970s and provides compatibility to a variety of older equipment and network configurations, and requires a drive that uses the MBR drive format.
  18. However, the basic MBR drive format does not support drives over 4TB. It's also difficult to set up more than four partitions. The GPT drive format lets you set up drives that are larger than 4 terabytes (TB), and lets you easily set up as many partitions as you need.
  19.  
  20. Reformatting The Drive Using a Different Partition Style
  21. To wipe and convert the drive by using Windows Setup
  22. • Turn off the PC, and put in the Windows installation DVD or USB key.
  23. • Boot the PC to the DVD or USB key in UEFI mode. For more info, see Boot to UEFI Mode or Legacy BIOS mode.
  24. • When choosing an installation type, select Custom.
  25. • On the Where do you want to install Windows? screen, select each of the partitions on the drive, and select Delete. The drive will show a single area of unallocated space.
  26. • Select the unallocated space and click Next. Windows detects that the PC was booted into UEFI mode, and reformats the drive using the GPT drive format, and begins the installation.
  27. • To manually wipe a drive and convert it to GPT:
  28. • Turn off the PC, and put in the Windows installation DVD or USB key.
  29. • Boot the PC to the DVD or USB key in UEFI mode. For more info, see Boot to UEFI Mode or Legacy BIOS mode.
  30. • From inside Windows Setup, press Shift+F10 to open a command prompt window.
  31. ∘ Open the diskpart tool:
  32. ‣ diskpart
  33. ∘ Identify the drive to reformat:
  34. ‣ list disk
  35. ∘ Select the drive, and reformat it:
  36. ‣ select disk <disk number>
  37. ∘ clean
  38. ‣ convert gpt
  39. ‣ exit
  40. ∘ Close the command prompt window.
  41. ∘ Continue the Windows Setup installation.
  42.  
  43.  
  44. When choosing an installation type, select Custom. The drive will appear as a single area of unallocated space.
  45. Select the unallocated space and click Next. Windows begins the installation.
  46.  
  47. Make Sure Windows Setup Boots to The Correct Firmware Mode
  48. To automate this process, you'll need to run Windows Setup through Windows PE, and use a script to detect which mode you’re in before installing Windows. For more info, see WinPE: Boot in UEFI or legacy BIOS mode.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement