View Issue Details

IDProjectCategoryView StatusLast Update
0007453Kali LinuxGeneral Bugpublic2021-11-22 00:04
Reporterynsandre Assigned Tosteev  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version2021.3 
Fixed in Version2021.4 
Summary0007453: kali for banana pro stuck on booting
Description

stuck after loading all booting scripts
screencapture attached.

Attached Files
IMG_20211121_093920.jpg (933,687 bytes)

Activities

steev

steev

2021-11-22 00:01

manager   ~0015443

Last edited: 2021-11-22 00:04

This is already dealt with in the new build scripts so that we use the UUID and don't hardcode a device. I'm not sure why you're not finding the device, as there should only be 1 partition on the banana-pro image, however, if you'd like to fix this up for yourself and have another linux machine (or virtual machine you can plug the sdcard into)...

run

sudo blkid -s UUID -o value /dev/sda1 (or whatever the partition is when you plug the sdcard into your other machine/virtualmachine)

You can edit the /boot/extlinux/extlinux.conf file to change the root= line from "root=/dev/mmcblk0p1" to "root=UUID=$VALUEOFTHECOMMANDABOVE" (without the $)

You might want to also check the /etc/default/u-boot file and make sure it doesn't have it hardcoded there, so that it doesn't revert the change (and make the same change as above to it!)

Issue History

Date Modified Username Field Change
2021-11-21 02:43 ynsandre New Issue
2021-11-21 02:43 ynsandre File Added: IMG_20211121_093920.jpg
2021-11-22 00:01 steev Assigned To => steev
2021-11-22 00:01 steev Status new => resolved
2021-11-22 00:01 steev Resolution open => fixed
2021-11-22 00:01 steev Fixed in Version => 2021.4
2021-11-22 00:01 steev Note Added: 0015443
2021-11-22 00:04 steev Note Edited: 0015443