You can use sudo clr-boot-manager list-kernels
to get a list of the available kernels and the use sudo clr-boot-manager set-kernel <kernel from list>
followed by a sudo clr-boot-manager update
to select the -current kernels. Once you make the switch, clr-boot-manager
should remember to keep you on -current going forward. Sorry about this. There seems to be something going on with the latest clr-boot-manager
that we haven't nailed down yet.
Recent update switched to LTS kernel, boot fails, manual steps required.
I noticed that the LTS kernel was also being used by default even though I was previously using current.
I'm not sure if it has anything to do with my current trouble described in https://discuss.getsol.us/d/4876-x-doesn-t-start-after-latest-update/.
DataDrake
I tried following the instructions you posted but it was still booting into the LTS kernel.
After manually removing the LTS kernel I was able to boot normally again. This solved my issue described in https://discuss.getsol.us/d/4876-x-doesn-t-start-after-latest-update/
DataDrake Thanks for the reply.
I actually tried those steps as well, I just didn’t document them in my description. (I felt I was getting too long winded already! LOL)
Hopefully we’ll see some fixes for clr-boot-manager
soon...
yep same thing here i updated today
- Edited
camtron I had exactly the same problem. Somehow an lts kernel image was still in my boot folder although I didn't have any lts kernel installed. And it seemed like clr-boot-manager always selected that lts kernel over 5.6.18. I don't know how clr-boot-manager works, but I think it somehow "thought" the lts kernel was the newest one?
In my case it was kernel image 4.9.210-151.lts hanging around in the boot folder.
Fix is in unstable: https://dev.getsol.us/R3347:c3ea95bdc96b7535b30663b8effffa16c8e9862f
I assume we will get another sync to stable when team are compos mentis.
Harvey Dev Team is awesome.
Hope stable fix comes out soon WITH desent directions.
- Edited
clr-boot-manager
fix has hit Shannon as of a few minutes ago.
- Update for
eopkg
or the Software Center - Run
sudo clr-boot-manager list-kernels
to get a list of the available kernels. - Run
sudo clr-boot-manager set-kernel <line from kernel list>
to set a default kernel (no <> symbols) - Run
sudo clr-boot-manager list-kernels
to check for the * next to the kernel you selected. - (Optional) Run
sudo clr-boot-manager update
andsudo clr-boot-manager list-kernels
to verify that it did not change after you set it.- Note:
sudo clr-boot-manager update
will always select the highest kernel release number from the same series (e.g. current-5.6.18-155 instead of current-5.6.13-153, but not lts-4.9.227-160).
- Note:
- (Optional) Reboot to confirm that it indeed loaded the entry you selected.
DataDrake Note: sudo clr-boot-manager update will always select the highest kernel release number from the same series (e.g. current-5.6.18-155 instead of current-5.6.13-153, but not lts-4.9.227-160).
Did the update then immediately rebooted. Didn't see the mini-splash featuring the current and older versions, it just simply rebooted and went to the highest kernel. Uname -r
confirms this. Success--this probably was exactly as intended.
- Edited
Did the "sudo clr-boot-manager set kernel com.solus.xxxxx.xxxxx.xx"
now it sais cannot mount boot device /dev/sda1 on /boot: no such device?
elfprince nice catch. Most kernels will be removed automatically on a successful boot for one of the kernels in that branch. If you want to get rid of one entirely, you'll need to mount /boot
and remove the initrd
, vmlinuz
, and loader/entries/<kernel>.conf
, then re-run sudo clr-boot-manager update
to fix the menus.
I had also the same Issue with 4.9.xx LTS Kernel, which was forced by VirtualBox installation. Did done the steps which DataDrake mentioned, but that didn't work (the system always bootet into the LTS Kernel, even after LTS Kernel and VirtualBox uninstalling). So mounted the boot Partition and removed all LTS entries I've found, did a clr-boot-manager update
and rebooted. That worked for me.
So the questien is, why is the system forcing the LTS Kernel (and why VBox requires this Kernel, it should support Kernel 5.7?).