Swapping Kernels?

what is the complete contents of your /etc/default/grub now?

Haha, NOW it says a command at line 8 is not found!!

full GRUB is :
GRUB_DEFAULT=saved
GRUB_TIMEOUT=5
GRUB_TIMEOUT_STYLE=menu
GRUB_DISTRIBUTOR=“Manjaro”
GRUB_CMDLINE_LINUX_DEFAULT=“quiet apparmor=1 security=apparmor udev.log_priority=3”
GRUB_CMDLINE_LINUX=“”
GRUB_DISABLE_OS_PROBER=false
Found theme: /usr/share/grub/themes/manjaro/theme.txt
Found linux image: /boot/vmlinuz-5.19-rt-x86_64
Found initrd image: /boot/intel-ucode.img /boot/initramfs-5.19-rt-x86_64.img
Found initrd fallback image: /boot/initramfs-5.19-rt-x86_64-fallback.img
fgrep: warning: fgrep is obsolescent; using grep -F
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Adding boot menu entry for UEFI Firmware Settings …
Found memtest86+ image: /boot/memtest86+/memtest.bin
/usr/bin/grub-probe: warning: unknown device type nvme0n1.
done

Welcome to Manjaro! :smiling_face_with_three_hearts:

  1. Please read the information behind this link. It will help you to post necessary information. [HowTo] Provide System Information
  2. Please press the three dots below your post and then press the :pencil2:
  • If you give us information about your system, we can see what we’re talking about and make better suggestions.
  • You can do this by using inxi in a terminal or in console.
inxi --admin --verbosity=7 --filter --no-host --width
  • Personally identifiable information such as serial numbers and MAC addresses are filtered out by this command
  • Presenting the information in this way allows everyone to be familiar with the format and quickly find the items they need without missing anything.
  1. Copy the output from inxi (including the command) and paste it into your post.
  • To make it more readable, add 3 backticks ``` on an extra line before and after the pasted text.
    (Wisdom lies in reading :wink: )

You can also use Maxi

to collect information about the boot process. This works,

  • when you are in your running system (with CTRL+ALT+F2).
  • And also in a live environment

Your config file for grub seems to be a mess :wink:

One I did not create!! It is exactly as it was from the default Manjaro install…the only editing I have done is from THIS thread!!

And I would suggest “a mess” is exaggerated :wink:

Further, it has nothing to do with NOT booting…it has everything to do with Manjaro making it very difficult to swap kernel…what SHOULD be available under the Kernel in Settings Manager, and then reboot, is only available after some arcane grub editing work.

And finally INXI only provides info on the hardware which has NOTHING to do with this issue!

post your full grub:
cat /etc/default/grub
and use formatting, click this icon in editor: </>

Jumped back to a post from DarkCity - missed the very bottom comment previously - where it stated (paraphrased) that info under a certain line didn’t look as if it should be there…deleted all that, re-ran update-grub and I now can select kernel at boot.

Thanks

1 Like

Most of the PREEMPT_RT patches for pro-audio are included in kernel v6.0 ( v6.1 might be fully patched ) so there is not much additional benefit from using RT kernel

But RT kernel has CONFIG_IRQ_FORCED_THREADING=y by default so threadirqs boot option is not needed

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.