Kali Linux for Pinebook Pro - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114) +--- Thread: Kali Linux for Pinebook Pro (/showthread.php?tid=8838) |
Kali Linux for Pinebook Pro - Luke - 01-19-2020 Build script for Kali Linux for the Pinebook Pro is now available. Many thanks to Steev for the hard work! Kali Linux Build Script Image download link RE: Kali Linux for Pinebook Pro - Tazdevl - 01-19-2020 nice! RE: Kali Linux for Pinebook Pro - shmoo - 01-19-2020 I've built an image using the Kali Arm build-scripts for Pinebook-pro, and burned the resulting .img.xz file to an SD card using Etcher, but it doesn't seem to actually boot on my PBP. Has anyone successfully got this build process to fruition, and if so, is there a how-to post build? Unclear what I'm missing on the resulting .img.xz to running on PBP steps… RE: Kali Linux for Pinebook Pro - Tazdevl - 01-20-2020 My PBP should arrive this afternoon, I'll try to build something tonight ;-) RE: Kali Linux for Pinebook Pro - Tazdevl - 01-21-2020 stuck on "git clone git://gitlab.com/kalilinux/packages/gcc-arm-eabi-linaro-4-6-2.git", it won't clone RE: Kali Linux for Pinebook Pro - binholz - 01-21-2020 I am waiting for someone to post an image that can be flashed to an SD. My attempts at making a build environment on the PBP has failed so far on the mrfixit image. RE: Kali Linux for Pinebook Pro - Tazdevl - 01-22-2020 Might have some time later today to try again For now it wants (shouldn't need) cross architecture when I run pinebook-pro.sh. Have the same on PBP as in a ubuntu virtual machine on another laptop RE: Kali Linux for Pinebook Pro - binholz - 01-22-2020 (01-22-2020, 02:36 AM)Tazdevl Wrote: Might have some time later today to try again Its looking like the script will need to be edited for compilation in arm64. I broke my system trying katoon for installing Kali. The script does use the Manjaro kernel and uboot files, I'm going to try to build a patched kernel and use a nethunter chroot for tools. I have so far trimmed the code not related to the kernel build in the pinebook-pro build script. Running my first build test now. RE: Kali Linux for Pinebook Pro - Tazdevl - 01-22-2020 (01-22-2020, 09:14 AM)binholz Wrote:(01-22-2020, 02:36 AM)Tazdevl Wrote: Might have some time later today to try again it defiantly broke something in FXCE in my system, no to bothered as I intend to replace the os RE: Kali Linux for Pinebook Pro - shmoo - 01-22-2020 Well, I can build no problem. My issue is that the resulting image doesn't seen to boot at all on my Pinebook Pro. I just get a black/blank screen when I attempt to boot an SD card from the resulting image file. For completeness though, below is my build process… My build process for Kali-arm: 1. Install Oracle Virtualbox on my home iMac; https://www.virtualbox.org 2. Download Kali VM for Virtualbox (from: https://www.offensive-security.com/kali-linux-vm-vmware-virtualbox-image-download/) 2a. Configure VM in Virtualbox; I gave it 4 cores and 16GB of RAM. 3. Boot KaliVM and log in as root/toor. 3a. Do an initial update of the entire system; apt-get -y update && apt-get -y disc-upgrade && apt-get -y auto remove && apt-get -y auto clean 3b. Restart VM; reboot 4. Clone and follow README.md from Kali-arm git repo; https://gitlab.com/kalilinux/build-scripts/kali-arm Code: mkdir ~/arm-stuff 4b. Transfer image file, kali-linux-2020.1-pinebook-pro.img.xz, to my host system via scp; scp ./kali-linux-2020.1-pinebook-pro.img.xz shmoo@10.0.0.1:. 5. Burn kali-linux-2020.1-pinebook-pro.img.xz to a 128GB SD card using Balena Etcher on my host iMac; https://www.balena.io/etcher/ 6. When complete, attempt to boot Pinebook-Pro from SD card… Results in a BLACK/BLANK SCREEN. Is anyone else getting different behavior or a working, bootable image? I feel like I'm insane here. /crazy pills. |