03-04-2021, 12:15 PM
(03-04-2021, 11:55 AM)zborgerd Wrote: What's the safest way to switch back to the default 5.10 kernel on Mobian? Will `sudo apt-get remove linux-image-5.11-sunxi64` just automatically roll it back to 5.10.6+sunxi64-2?
Hi zborgerd,
i had the 5.10 kernel package still installed.
So it was easy done, by editing the file in /boot/extlinux/extlinux.conf to switch back.
If you got different kernel versions installed on your system, they are listed in extlinux.conf and there's a default setting at the beginning.
You need to modfiy the default setting to point at the kernel you'd like to start.
Anyway it should be possible to re-install 5.10 kernel again:
Code:
sudo apt-get install linux-image-5.10-sunxi64
Afterwards check the file extlinux.conf, as mentioned above...
If you have further questions don't hesitate.
Regards,
scholbert