View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008764 | Kali Linux | General Bug | public | 2024-05-20 08:49 | 2024-05-24 05:47 |
Reporter | diazela | Assigned To | steev | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | assigned | Resolution | open | ||
Summary | 0008764: System Freezes During Update, Kernel Panic on Boot | ||||
Description | While performing a system update on my Kali which is installed as main OS, the update process froze. I waited for some time, but the system remained unresponsive, so I had to forcefully power off the PC by holding the power button. Upon rebooting, the system got stuck on the Kali Linux logo screen. Attempting to boot into recovery mode resulted in a kernel panic with the following error message:
I tried booting from a Kali Live USB to troubleshoot and recover the system. My first attempt were completely messed up, and didn't recognize APT nor EXT4 filesystems. At this step my partitions were: sda: I tried to fix it using superblock backup to remount the partitions, which resulted in another kernel panic, so i will not enumerate these steps. I rebooted again on Kali Live and used the MEMTEST66 utilities to check the memory, which showed no errors at all. I rebooted again into Live and choose normal boot, and saw my partitions changed to: sdb: Here are the steps I took from there and I got to work. list your partitionslsblk Create mount pointsmkdir -p /mnt/kali Mount the root partitionmount /dev/sda1 /mnt/kali Verify contentsls /mnt/kali Mount filesystemsmount --bind /dev /mnt/kali/dev Chroot into the partitionchroot /mnt/kali Updateapt update Reconfigure localesdpkg-reconfigure locales Install firmware packagesapt install firmware-misc-nonfree Upgradeapt upgrade Fix broken dependenciesapt --fix-broken install Rebuild initramfsupdate-initramfs -u -k all Exit chroot and unmount filesystemsexit Reboot on your main systemreboot | ||||
Are you saying you were able to get this working in the end? |
|
Yes I've been able to fix it. But so far I found at least 2 others to who happened exactly the same. https://twitter.com/ikuamike/status/1792644190246961453?t=bggC0DFAHCeKhgCdb_U2yw&s=19 |
|
Unfortunately, neither you, nor the person you linked have posted what type of hardware you're on. We haven't reproduced this here in our testing. |
|
Kali Linux 2024.1 / 64-bit / Installer iso / KDE Model name: Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2024-05-20 08:49 | diazela | New Issue | |
2024-05-20 15:31 | steev | Assigned To | => steev |
2024-05-20 15:31 | steev | Status | new => assigned |
2024-05-20 15:32 | steev | Note Added: 0019316 | |
2024-05-21 08:08 | diazela | Note Added: 0019323 | |
2024-05-21 16:12 | steev | Note Added: 0019324 | |
2024-05-24 05:47 | diazela | Note Added: 0019332 |