View Issue Details

IDProjectCategoryView StatusLast Update
0008965Kali LinuxGeneral Bugpublic2024-10-22 14:26
Reporterisinstance Assigned Tosteev  
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Summary0008965: After running "apt upgrade" on Kali for ARM64 (raspberrypi 5) then unable to access the system
Description

I've downloaded the latest image file from https://www.kali.org/get-kali/#kali-arm here.

Then running

sudo apt update

and

sudo apt upgrade

on the Kali Linux system.

After that, I am unable to access the system (the monitor shows no signal).

Activities

isinstance

isinstance

2024-10-21 09:10

reporter   ~0019949

I have tested it no less than 10 times, burning and updating the system repeatedly, but each time the result is a system crash.

isinstance

isinstance

2024-10-21 09:12

reporter   ~0019950

Last edited: 2024-10-21 09:13

I noticed that it happened several times after updating the firmware-nvidia-* and the system started displaying garbled text and losing mouse functionality. I don't understand why there are NVIDIA drivers on the raspberry pi 5.

arnaudr

arnaudr

2024-10-22 08:00

manager   ~0019952

Did you try to remove the package? Try the command:

sudo apt purge firmware-nvidia-graphics firmware-nvidia-gsp firmware-nvidia-tesla-gsp

Please paste the output of the command, so we can see if a reverse dependency gets removed at the same time. Thx.

isinstance

isinstance

2024-10-22 08:31

reporter   ~0019953

It looks like I've found out what caused this problem. I burned a new SD card, then I just ran the sudo apt install python3-pip python3-venv command after login the kali, the system auto upgrade the python package from 3.11 to 3.12, then system crashed same as before. I think it might be because of the incompatibility of some system software after upgrading from Python 3.11 to 3.12.

arnaudr

arnaudr

2024-10-22 14:26

manager   ~0019956

Maybe you should run sudo apt update && sudo apt full-upgrade first, then proceed to install python3-pip python3-venv.

Issue History

Date Modified Username Field Change
2024-10-21 03:44 isinstance New Issue
2024-10-21 07:53 daniruiz Assigned To => steev
2024-10-21 07:53 daniruiz Status new => assigned
2024-10-21 09:10 isinstance Note Added: 0019949
2024-10-21 09:12 isinstance Note Added: 0019950
2024-10-21 09:13 isinstance Note Edited: 0019950
2024-10-22 08:00 arnaudr Note Added: 0019952
2024-10-22 08:31 isinstance Note Added: 0019953
2024-10-22 14:26 arnaudr Note Added: 0019956