- After you start you computer and in the system install interface,you can press shift F10 open terminal.
- Then,type the below command:
diskpart
list disk
select disk 0
detail disk
clean
Create partition primary size=30720
active
format quick
lsit partition
create partition extended
create partition logical size=512000
format quick
Create Partition Logical
format quick
exit
exit
You can refer the article