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) |
RE: Kali Linux for Pinebook Pro - Luke - 01-22-2020 Steev has confirmed that it is currently broken. RE: Kali Linux for Pinebook Pro - wdt - 01-22-2020 @shmoo You didn't explicitly say, excuse me if wrong,, Is that vbox for arm? and a kali arm image? ,, because, of course i386 or x64 won't ever work OR is it somehow cross compiled? RE: Kali Linux for Pinebook Pro - Tazdevl - 01-23-2020 Think he's running a regular kali build to create the ARM PBP version RE: Kali Linux for Pinebook Pro - binholz - 01-23-2020 I got the kernel to build and boot with the Kali patches from the arm pinebook pro build script on Manjaro Linux I had to install these packages to build (I also updated before): Code: sudo pacman -S base-devel I have included my kernel build script, just run it from the root folder of the cloned repo. you will need to manually move the kernel from the one that is generated. Code: mv /boot/Image.kali /boot/Image i commented out the uboot lines as i didn't change anything there. this are the warnings and errors from the build i did, but it still boots. Code: drivers/iommu/arm-smmu-v3.c: In function ‘arm_smmu_tlb_inv_range’: I tested injection mode with my Netgear USB nic, it works I don't think the pinebook pro wifi supports monitor mode. try it out let me know what you think (01-22-2020, 10:08 PM)wdt Wrote: @shmoo You didn't explicitly say, excuse me if wrong,, Is that vbox for arm? the build scripts are for cross compiling on an AMD64 or x86 system. they will need to be edited to run on the PBP. no vbox for arm, the scripts use qemu to execute the arm code on the AMD64/x86 system in the chroot for building the system. RE: Kali Linux for Pinebook Pro - Tazdevl - 01-29-2020 As I'm in general more a Debian user I think I wil revert back from Manjaro to the Debian install and try this route: Quote:sudo su RE: Kali Linux for Pinebook Pro - tesla - 01-30-2020 1. official pinebook image 2020.1 is not working (was using pine64 installer to write to sd card) 2. image I build using kali-arm repo is working (same pine64 installer) url: https://mega.nz/#!AVoSEahD!OBGSb2CLwXYO0Dsq3nKn6r8V3HfcfSFqQnWrKICJE0g question is how to install kali to internal drive from above build ? RE: Kali Linux for Pinebook Pro - Tazdevl - 02-05-2020 any news on an official build? RE: Kali Linux for Pinebook Pro - erchache2000 - 03-03-2020 Official release are here: https://www.offensive-security.com/kali-linux-arm-images/ https://images.offensive-security.com/arm-images/kali-linux-2020.1-pinebook-pro.img.xz I found a bug on this release. Perhaps my sd card is bad burned, filesystem is corrupted, initram fails and can't install/upgrade nothing... RE: Kali Linux for Pinebook Pro - Tazdevl - 03-03-2020 I've just downloaded the SD version. I'll let you know what my experience with this version is [Edit] No issues here so far RE: Kali Linux for Pinebook Pro - wdt - 03-04-2020 @erchache2000 >Perhaps my sd card is bad burned, filesystem is corrupted, initram fails and can't install/upgrade nothing. I have never seen so many errors, except a dying HD, literally hundreds (orphaned inodes) Not a bad uSD, still seems to boot up, can still install, apt wanted to be "fixed" Checked again, only 1 error this time kali:kali does not work,, have to logon as root:toor |