Skip to content

Instantly share code, notes, and snippets.

@Trevo525
Created August 31, 2016 01:01
Show Gist options
  • Save Trevo525/337f7e6720f1bd2b6b0026f2f637ac37 to your computer and use it in GitHub Desktop.
Save Trevo525/337f7e6720f1bd2b6b0026f2f637ac37 to your computer and use it in GitHub Desktop.
Raspberry Pi Boot Fixes

These fixes should work when trying to boot on the Model B & B+ Raspberry Pi

####Requirements

###Kali

  1. Grab the Kali Pi Image
  2. Grab the Raspberry Pi Firmware
  3. dd (dd if=kali-pi.img of=/dev/sdb bs=512k) the Kali image to 8GB+ SD card
  4. copy start.elf, start_x.elf & start_cd.elf to the root directrory of the SD card (choose to replace any exsisting files)
  5. Boot your Pi (root/toor)

###PwnPi

  1. Grab the PwnPi Image
  2. Download the Raspberry Pi Firmware
  3. dd (dd if=PwnPi-pi.img of=/dev/sdb bs=512k) the PwnPi image to 8GB+ SD card
  4. Copy all files in the boot folder to the root directrory of the SD card (choose to replace any exsisting files)
  5. Boot your Pi (root/toor)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment