Hi all!As there are a lot of problems when installing Debian onto SD card, I decided to compile a small guide.Warning and disclaimer! If you mess up with SD card numbers, you can overwrite some important files (like, for example a hard drive). Also, I take no responsibility for any damage these instructions may cause. Remember, read everything that appears on screen, and read it twice. These instructions worked for me, but the may not work for you.1. Prepare your SD CardA bit of warning - these instructions will delete first partition of your SD card, but prevent "Access denied" errors.
- Run cmd as Administrator
- Start "diskpart"
- Write "list disk", and make note of your SD Card disk number
- Write "select disk [your SD card number]"
- Write "select partition 1"
- Write "delete partition"
- Write "exit"
- Navigate into "flashnul" directory created earlier
- Write "flashnul -p -k", and write down you SD card number (not drive letter)
- Write "flashnul [your SD card number] -P -k -L debian-m001"
- Wait until flashing finishes
- Viola!