this post was submitted on 27 Dec 2024
1 points (100.0% liked)

Debian — The Universal Operating System

6 readers
1 users here now

Subreddit to discuss all the Debian things, the Universal Operating System.

founded 1 year ago
MODERATORS
 
The original post: /r/debian by /u/Kyuusaki on 2024-12-27 10:49:23.

Heya! I have to admit, i am quite a noob, when it comes to linux stuff. So please be patient.

I have some home-server running with OpenMediaVault installed on top of debian. But Latley i got an issue with my kernel. When I boot, i need to go in advanced options and select the oldest kernel, to run my server, else i will get:

Kernel panic - not syncing: VFS: Unable to mount root fs on unkown-block(0,0)

See attached photo for more details.

Any one got an idea how to fix?

https://preview.redd.it/umc6croped9e1.png?width=1280&format=png&auto=webp&s=e4987ff81704cc89446b52180eba5dfda1c2a531

In Advanced options i have the following options. I select

Debian GNU/Linux, with Linux 6.1.0-0.deb11.7-amd64

for booting

https://preview.redd.it/om8es6qjfd9e1.png?width=1280&format=png&auto=webp&s=14628dfe1dd89ffa70fdfda5684fbdea0c3c61a1

output of df -h

Dateisystem    Größe Benutzt Verf. Verw% Eingehängt auf
udev             32G       0   32G    0% /dev
tmpfs           6,3G    3,0M  6,3G    1% /run
/dev/sda1       116G     47G   64G   43% /
tmpfs            32G       0   32G    0% /dev/shm
tmpfs           5,0M       0  5,0M    0% /run/lock
tmpfs            32G    4,0K   32G    1% /tmp
/dev/sdb1       916G    581G  336G   64% /srv/dev-disk-by-uuid-05dacc9e-bc45-4783-b866-c29526d3c015
/dev/sdd1       7,3T    4,8T  2,5T   67% /srv/dev-disk-by-uuid-066c7a64-1746-4d3f-8aea-605de3dfa289
/dev/sde1       7,3T     48K  7,3T    1% /srv/dev-disk-by-uuid-0e978f83-16c2-4906-af03-cc9fda3958c6
/dev/sdc1       3,6T    3,6T   78G   98% /srv/dev-disk-by-uuid-74a5b560-6a4c-41fe-85ba-deee7b3e7271
overlay         116G     47G   64G   43% /var/lib/docker/overlay2/77d3d94c5ecb8690fdb6ad2b7b1bb15c5d2a2d1979c07ae13114e07a9e1c98e4/merged
overlay         116G     47G   64G   43% /var/lib/docker/overlay2/9d812304e05c97f35a76e8130e54dc8fc279421ab6668935e672e846ed0f334e/merged
overlay         116G     47G   64G   43% /var/lib/docker/overlay2/4aaf3cd9ac5e3ad0741ce56cae87909b0263bc8ab0ed1f60159a02d41f45171a/merged
overlay         116G     47G   64G   43% /var/lib/docker/overlay2/edd6e05ee18a558db45df050720ffebdb08fd051267e7303294ad8882dc965e3/merged

output of ls -l /boot

insgesamt 153808
-rw-r--r-- 1 root root   258972  8. Okt 2023  config-6.1.0-0.deb11.13-amd64
-rw-r--r-- 1 root root   259010  6. Mai 2024  config-6.1.0-0.deb11.21-amd64
-rw-r--r-- 1 root root   259028 23. Apr 2023  config-6.1.0-0.deb11.7-amd64
drwxr-xr-x 5 root root     4096 30. Aug 08:39 grub
-rw-r--r-- 1 root root 67417214  1. Okt 20:45 initrd.img-6.1.0-0.deb11.21-amd64
-rw-r--r-- 1 root root 65224837 10. Aug 2023  initrd.img-6.1.0-0.deb11.7-amd64
-rw-r--r-- 1 root root       83  8. Okt 2023  System.map-6.1.0-0.deb11.13-amd64
-rw-r--r-- 1 root root       83  6. Mai 2024  System.map-6.1.0-0.deb11.21-amd64
-rw-r--r-- 1 root root       83 23. Apr 2023  System.map-6.1.0-0.deb11.7-amd64
-rw-r--r-- 1 root root  8060512  8. Okt 2023  vmlinuz-6.1.0-0.deb11.13-amd64
-rw-r--r-- 1 root root  8091584  6. Mai 2024  vmlinuz-6.1.0-0.deb11.21-amd64
-rw-r--r-- 1 root root  7891840 23. Apr 2023  vmlinuz-6.1.0-0.deb11.7-amd64

Should I try something like:

update-initramfs -c -k 6.1.0-21-amd64 ?

Thanks

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here