Switching kernels

Switching between the LTS and stable kernel

Switching kernels

MocaccinoOS images are shipping the latest available LTS kernel version by default. It is possible to switch kernels by running mos kernel-switcher.

List available kernels

1
$ sudo mos kernel-switcher list

Switch to the stable kernel

To switch to the stable kernel, that gets updated more frequently:

1
$ sudo mos kernel-switcher switch kernel/mocaccino-full

Switch to the LTS kernel

To switch to the LTS kernel run:

1
$ sudo mos kernel-switcher switch kernel/mocaccino-lts-full
Last modified June 28, 2026: Bump kernels.md (b3eb75f)