Setup was unable to create a new system partition. [安裝過程無法刪除partition]
Sometimes, when install OS, system had detect HDD, but is unable to delete or inital partition, so we have to delete manual by these step:
DiskPart <ENTER>
list disk <ENTER>
select disk 0 <ENTER>
clean <ENTER>
create partition primary align=1024 <ENTER>
format fs=ntfs <ENTER> (Will Take a While)
assign <ENTER>
active <ENTER>
exit <ENTER>
exit <ENTER>
No comments:
Post a Comment