Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 4056

General Questions • Re: [Software] update-initramfs builds for wrong kernel version

$
0
0
It looks to me like you've booted to Buster, not Bullseye. What follows is from Bullseye:

Code:

# inxi -SSystem:  Host: gx745 Kernel: 6.1.0-13-amd64 arch: x86_64 bits: 64 Console: pty pts/0    Distro: Debian GNU/Linux 12 (bookworm)# aptitude search linux-image | grep 6.1 | wc -l56# aptitude search linux-image | grep 5.1 | wc -l0# cat /proc/versionLinux version 6.1.0-13-amd64 (debian-kernel@lists.debian.org) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT_DYNAMIC Debian 6.1.55-1 (2023-09-29)#
What follows is from Buster:

Code:

# inxi -SSystem:  Host: gx62b Kernel: 5.10.0-0.deb10.26-amd64 arch: x86_64 bits: 64    Console: pty pts/0 Distro: Debian GNU/Linux 10 (buster)# aptitude search linux-image | grep 6.1 | wc -l0# aptitude search linux-image | grep 5.1 | wc -l25# cat /proc/versionLinux version 5.10.0-0.deb10.26-amd64 (debian-kernel@lists.debian.org) (gcc-8 (Debian 8.3.0-6) 8.3.0, GNU ld (GNU Binutils for Debian) 2.31.1) #1 SMP Debian 5.10.197-1~deb10u1 (2023-08-08)#
What is your video that 6.1 doesn't support?

Statistics: Posted by mrmazda — 2024-01-06 01:31



Viewing all articles
Browse latest Browse all 4056

Trending Articles