- no wifi connection
- extremely slow reboot
- system is not responsive
- etc
If I use an older image, then it is fine. For the moment, I "solve" it, by removing the 6.1.0-15 and using an older kernel. That one works properly (6.1.0.13).
the /boot partition is the only one with ext4:
Code: Select all
sda 8:0 0 233.8G 0 disk
├─sda1 8:1 0 571M 0 part /boot/efi
├─sda2 8:2 0 954M 0 part /boot
└─sda3 8:3 0 232.3G 0 part
└─sda3_crypt 254:0 0 232.3G 0 crypt
├─vg-swap 254:1 0 8.4G 0 lvm [SWAP]
└─vg-root 254:2 0 223.9G 0 lvm /
Questions:
- should I wait for the next kernel package? In theory this latest version (6.1.0-15) should fix this.
- how can I check /dev/sda2 for file system inconsistencies? When I run a fsck I get an error that the file system is mounted.
I didn't dare to unmount it and to move the SSD in another machine is not an option, this is a Macbook.
- what should I do to automatically install kernel headers for the respective version?
- now, with the older kernel, the new kernel (6.1.0-15) is not displayed when I run 'apt update'. Why is that?