Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mos kernel-switcher is broken #109

Open
joostruis opened this issue Oct 15, 2022 · 1 comment
Open

mos kernel-switcher is broken #109

joostruis opened this issue Oct 15, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@joostruis
Copy link
Member

Default MOS ships with the LTS kernel. However, we also feature the stable kernel in our desktop repository.
To switch to the other kernel there is a tool developed to help the user. It should select all required packages and modules and install the other kernel. However. As we can see below it actually fails to grab the proper initramfs package. If we go ahead and reboot the system will fail. Only way to repair that would be to chroot into it from a live USB/disk and install the proper initramfs package and regenerate dracut.

ps4 /home/joost # mos kernel-switcher list
kernel/mocaccino-full (5.19.14) 
kernel/mocaccino-lts-full (5.15.72) installed
ps4 /home/joost # mos kernel-switcher switch kernel/mocaccino-full
Switching to kernel kernel/mocaccino-full
 INFO   ⚡  Proposed version changes to the system:                                                                                                                                                           
        

Old version                            | New version                      | License
kernel/mocaccino-lts-modules-5.15.72   |                                 
kernel/mocaccino-lts-full-5.15.72      |                                 
kernel/mocaccino-lts-initramfs-5.15.72 |                                 
                                       | kernel/mocaccino-full-5.19.14    |        
                                       | kernel/mocaccino-modules-5.19.14 |    
@joostruis joostruis added the bug Something isn't working label Oct 15, 2022
@joostruis
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants