06-11-2020, 07:47 AM
Would it be good idea to put this is a shell script so all steps are automated and tested?
Kali Linux for Pinebook Pro
|
06-11-2020, 07:47 AM
Would it be good idea to put this is a shell script so all steps are automated and tested?
06-12-2020, 04:31 AM
06-14-2020, 11:05 AM
(06-12-2020, 07:05 AM)oxoocoffee Wrote:(06-12-2020, 04:31 AM)granstr0m Wrote:If you want me to test and make adjustment for 128G module let me know(06-11-2020, 07:47 AM)oxoocoffee Wrote: Would it be good idea to put this is a shell script so all steps are automated and tested?
06-15-2020, 12:19 AM
Steve seems to have fixed this issue in the Kali build script https://gitlab.com/kalilinux/build-scripts/kali-arm
This means that when Kali 2020.03 I released we will probably be able to dd the image directly into the emmc. Or if anyone wants to try it right now, download the build script ant build your own Kali-image. Anyway, perhaps we should not put to much effort into building scripts for 2020.02 if there is a fix available now....
06-16-2020, 10:52 AM
(This post was last modified: 06-16-2020, 10:53 AM by oxoocoffee.)
There is yesterday nightly build with this fix for anyone to test. This fix addressed apt-get upgrade leaving PBP unbootable.
https://arm.kali.org/kali-linux-nightly-...-04.img.xz This fix will be available in next 2020.3 release
06-19-2020, 01:48 AM
I downloaded the PineBook Pro Kali Linux ARM image from Offensive Security and flashed it to an SD using the PINE64 Installer...
If I put that SD card in and boot, after a few seconds of a flickering cursor in the top left of the screen it simply goes blank. The screen is still on... just blank. Then, if I hit the power button for just a brief moment I see the Kali login screen before it shuts down. Has anybody had this and found a solution? It's quite maddening knowing that it's running, I just can't seem to see it.
06-19-2020, 01:53 AM
Hi team,
Sorry if this has been brought up. I received my Pinebook Pro this morning and I've been trawling to try and find the answer to this issue. I've flashed the latest Kali Linux image for Pinebook Pro from Offensive Security using the PINE 64 Installer to an SD card, but when I try to boot from it I simply get a flashing cursor for a few seconds before the screen goes unexpectedly black and remains that way. If I then power off the machine I get just the briefest glimpse of the Kali login screen before it shuts down. It's quite maddening to know that it appears to be running, I just can't see it. Has anybody else had this and can maybe point me towards a solution? Thank you very much!
06-19-2020, 06:15 AM
(This post was last modified: 06-19-2020, 06:19 AM by chaoskampf.)
(06-19-2020, 01:53 AM)JackOnStoke Wrote: Hi team, You can try to increase brightness. Or you have done smth wrong. It cannot be clear without any debugging information.
06-23-2020, 02:48 PM
(This post was last modified: 06-23-2020, 03:26 PM by shindagger.)
(06-19-2020, 01:53 AM)JackOnStoke Wrote: Hi team, Hi I was stuck here too. You can cntrl alt f1 to switch virtual consoles.. i was able to access a shell prompt at f1-f6 and the WM at f7. However, the keyboard and touchpad dont work in the WM. it records what i type and stuff, but you can't see it until you leave the virtual console and come back. (06-19-2020, 01:53 AM)JackOnStoke Wrote: Hi team, Any luck with this? I've successfully flashed/booted both the 2020.2 distro and several nightly builds, including today's release (06/26) and been able to boot from SD without issue. I generally use Etcher to flash the .img to SD and then from there i use 'dd if=imagename.img /dev/mmcblk2 bs=4M status=progress' to flash the Kali image to the eMMC module. Also, if you flash the 2020.2 release image to your eMMC module and then run 'apt-get update' it will soft brick your PBP. This issue has been fixed in nightly releases and still works fine (for me) up to and including today's release. Best of luck. |