復旧した状態からlinux-rtをインストールした。
それだけでは切り替わらない(笑)
/etc/default/grub を編集後にブートローダーを更新する必要がある。
GRUB_DISABLE_OS_PROBER="false" この行を追加する事で新kernelが追加された事を
OSが見つけてくれる様になる。
$ uname -a
Linux archlinux 6.3.0.11.realtime1-1-rt #1 SMP PREEMPT_RT Fri, 05 May 2023 13:37:39 +0000 x86_64 GNU/Linux
Found linux image: /boot/vmlinuz-linux-rt
Found initrd image: /boot/initramfs-linux-rt.img
Found fallback initrd image(s) in /boot: initramfs-linux-rt-fallback.img
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Found linux image: /boot/vmlinuz-linux-rt
Found initrd image: /boot/initramfs-linux-rt.img
Found fallback initrd image(s) in /boot: initramfs-linux-rt-fallback.img
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.
Comments