搜尋此網誌

2011年9月22日 星期四

How to use "Diskpart" in Windows Installation CD?

  1. Press Shift + F10
  2. Type \> diskpart                                      /*0 being the disk to setup*/
  3. Type \> clean                                           /*Wipe the Disk*/
  4. Type \> convert gpt                                 /*Convert disk to GPT*/
  5. Type \> create partition efi size=200    /*EFI system partition size is 200M*/
  6. Type \> assign letter=s                           /*Any allowable letter*/
  7. Type \> format quick fs=FAT32             /*Format the ESP*/
  8. Type \> create partition msr size=128  /*Create the MSR partition and its size is 128M*/
  9. Type \> create partition primary             /*Create Windows OS partition*/
10. Type \> assign letter=c
11. Type \> format quick fs=NTFS               /*Format primary(Windows OS) partition*/
12. Type \> exit                                               /*Leave this utility*/

沒有留言:

張貼留言