I am running Bullseye
$ cat /proc/version
Linux version 5.10.0-26-amd64 (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP Debian 5.10.197-1 (2023-09-29)
From Synaptic I installed mdadm in preparation for a new raid.
It gave errors:
update-initramfs: Generating /boot/initrd.img-6.1.0-11-amd64
W: missing /lib/modules/6.1.0-11-amd64
W: Ensure all necessary drivers are built into the linux image!
depmod: ERROR: could not open directory /lib/modules/6.1.0-11-amd64: No such file or
directory
depmod: FATAL: could not search modules: No such file or directory
cat: /var/tmp/mkinitramfs_RJqADG/lib/modules/6.1.0-11-amd64/modules.builtin: No such file or directory
find: ‘/var/tmp/mkinitramfs_RJqADG/lib/modules/6.1.0-11-amd64/kernel’: No such file or directory
W: Can't find modules.builtin.modinfo (for locating built-in drivers' firmware, supported in Linux >=5.2)
and created a new grub.cfg that seems to think I am running 6.1.0-11 instead of 5.10.0-26
because it
Found linux image: /boot/vmlinuz-6.1.0-11-amd64
Found initrd image: /boot/initrd.img-6.1.0-11-amd64
Found linux image: /boot/vmlinuz-5.10.0-26-amd64
Found initrd image: /boot/initrd.img-5.10.0-26-amd64
Found linux image: /boot/vmlinuz-5.10.0-25-amd64
Found initrd image: /boot/initrd.img-5.10.0-25-amd64
Found linux image: /boot/vmlinuz-4.9.0-19-686-pae
Found initrd image: /boot/initrd.img-4.9.0-19-686-pae
from other partitions, both older 32 bit and newer testing debian-12 that doesn't support my video.
This is the first time it choose the wrong version to build.
The grub.cfg file looks like it replaced my linux-5 with linux-6 which will not boot This OS. It will likely give many errors and crash. I think I need to revert before rebooting.
btw, The boot partition is set up to be shared.
Which files or tests can I perform to help you find the problem?
$ cat /proc/version
Linux version 5.10.0-26-amd64 (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP Debian 5.10.197-1 (2023-09-29)
From Synaptic I installed mdadm in preparation for a new raid.
It gave errors:
update-initramfs: Generating /boot/initrd.img-6.1.0-11-amd64
W: missing /lib/modules/6.1.0-11-amd64
W: Ensure all necessary drivers are built into the linux image!
depmod: ERROR: could not open directory /lib/modules/6.1.0-11-amd64: No such file or
directory
depmod: FATAL: could not search modules: No such file or directory
cat: /var/tmp/mkinitramfs_RJqADG/lib/modules/6.1.0-11-amd64/modules.builtin: No such file or directory
find: ‘/var/tmp/mkinitramfs_RJqADG/lib/modules/6.1.0-11-amd64/kernel’: No such file or directory
W: Can't find modules.builtin.modinfo (for locating built-in drivers' firmware, supported in Linux >=5.2)
and created a new grub.cfg that seems to think I am running 6.1.0-11 instead of 5.10.0-26
because it
Found linux image: /boot/vmlinuz-6.1.0-11-amd64
Found initrd image: /boot/initrd.img-6.1.0-11-amd64
Found linux image: /boot/vmlinuz-5.10.0-26-amd64
Found initrd image: /boot/initrd.img-5.10.0-26-amd64
Found linux image: /boot/vmlinuz-5.10.0-25-amd64
Found initrd image: /boot/initrd.img-5.10.0-25-amd64
Found linux image: /boot/vmlinuz-4.9.0-19-686-pae
Found initrd image: /boot/initrd.img-4.9.0-19-686-pae
from other partitions, both older 32 bit and newer testing debian-12 that doesn't support my video.
This is the first time it choose the wrong version to build.
The grub.cfg file looks like it replaced my linux-5 with linux-6 which will not boot This OS. It will likely give many errors and crash. I think I need to revert before rebooting.
btw, The boot partition is set up to be shared.
Which files or tests can I perform to help you find the problem?
Statistics: Posted by seahorse41 — 2024-01-05 21:54 — Replies 2 — Views 45