Custom Kali Linux image with extended boot partition for Raspberry Pi
Complete and official guide is here
1
2
3
4
5
6
$ cd ~/
$ git clone https://gitlab.com/kalilinux/build-scripts/kali-arm
$ cd ~/kali-arm/
$ echo 'bootsize="2048"' > ./builder.txt
$ sudo ./common.d/build_deps.sh
$ sudo ./raspberry-pi-64-bit.sh
It took about 3 hours to build the image on my Raspberry Pi 4 model b, 8Gb Ram
This post is licensed under CC BY 4.0 by the author.