Skip to content

Instantly share code, notes, and snippets.

@sush667
Created March 13, 2016 11:28
Show Gist options
  • Select an option

  • Save sush667/7f77e840a63ad9a1a819 to your computer and use it in GitHub Desktop.

Select an option

Save sush667/7f77e840a63ad9a1a819 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