Search For A Solution!

Total Pageviews

Friday, May 11, 2018

**GUIDE**: How to fix your bad burn Retropie SD Card (no Linux needed)

- Press Windows Key + X. Select depending  on your Win OS Command Prompt (Admin) or Windows Powershell (Admin) -Preferred-

- Type diskpart and press enter

- Type  list disk and press enter

You will see something like this:

 Disk ###  Status         Size     Free     Dyn  Gpt
  --------  -------------  -------  -------  ---  ---
  Disk 0    Online          698 GB      0 B
  Disk 1    Online            64 GB      0 B       

**Check carefully** and locate which # is your  SD Card!

- Type select disk  1 and press enter. In this example i used  **1** my 64GB drive

You will now see
***Disk # is now the selected disk.***
To double check type list disk and if correct dik selected you will see an * next to it!

- Type clean and press enter to clear any configuration of that disk.

Any error or warning continue and re-run the command if needed.

-  Run again the list command to see that needed disk still selected. If not select it.

- Type  convert mbr and press enter

- Type create partition primary and press enter

-  Type select partition 1 and press enter

- Type active and press enter to make your partition active

- Last but not least FORMAT the SD:

- Type format FS=NTFS label=SDCARD quick and press enter (I used NTFS in case you have a large SD card. 32GB or less you can do FAT32

- Type assign letter=S and press enter (or any free letter)

-Type exit

DONE and ready 2Play!







No comments:

Post a Comment