|
I fixed my loop problem with this. And now ps3 formats the hdd. But 8002f157 goes on. Would appreciate any help.
Plug it into the pc, then open command prompt.
Type "diskpart"
Type "list disk" - get the disk number for the drive we are cleaning.
Type "select disk 1" - if the disk is not #1, change this accordingly.
Type "clean"
Type "create partition primary"
Type "select partition 1"
Type "active"
Type "assign"
Type "exit"
Type "exit"
Last edited by slhsm; 12-26-2011 at 03:43 PM.
|