Содержание
- fsck: error 2 (No such file or directory) while executing fsck.ext2
- Thread: fsck: error 2 (No such file or directory) while executing fsck.ext2 for /dev/sbd4
- fsck: error 2 (No such file or directory) while executing fsck.ext2 for /dev/sbd4
- Re: fsck: error 2 (No such file or directory) while executing fsck.ext2 for /dev/sbd4
- fsck error 2 – The way we fix it
- More details on FSCK
- What causes fsck error 2 ?
- 1. Missing fsck program
- 2. Typo in boot settings
- Possible fixes for fsck error 2
- 1. Correcting binary path
- 2. Update initramfs
- Conclusion
- PREVENT YOUR SERVER FROM CRASHING!
- Проблема с fsck:error 2
- Fsck error 2 no such file or directory while executing fsck ext2
fsck: error 2 (No such file or directory) while executing fsck.ext2
При загрузке CentOS 7 в логах следующие ошибки:
Кто сталкивался и как это можно исправить?
Upgrade the systemd package to systemd-208-20.el7
Installed Packages Name : systemd Arch : x86_64 Version : 208 Release : 20.el7_1.5
Jul 7 09:29:40 systemd-fsck: fsck: error 2 (No such file or directory) while executing fsck.ext2 for /dev/disk/by-uuid/45544ef5-118c-478f-a3e8-a4953b3fe71b Jul 7 09:29:40 systemd-fsck: fsck failed with error code 8. Jul 7 09:29:40 systemd-fsck: Ignoring error.
Интересно, почему на xfs разделе запускается fsck.ext2 ? И зачем на /boot файловая система xfs, а не ext2?
А разве systemd-fsck не выпилили? Кастани intelfx , может, он поможет. А от анонимуса ему уведомление не придёт
И зачем на /boot файловая система xfs, а не ext2?
CentOS 7 по умолчанию разбивает все ФС в xfs.
Источник
Thread: fsck: error 2 (No such file or directory) while executing fsck.ext2 for /dev/sbd4
Thread Tools
Display
fsck: error 2 (No such file or directory) while executing fsck.ext2 for /dev/sbd4
Firefox had stopped working and had closed my browser window and would not let me open a new one until I had closed the old one but I couldn’t, so I restarted my computer. After selecting to boot Ubuntu, my screen showed the following:
/dev/sbd4 contains a file system with errors, check forced.
Inodes that were part of a corrupted orphan linked list found.
/dev/sbd4: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options)
fsck exited with status code 4
done.
Failure: File system check of the root filesystem failed
The root filesystem on /dev/sbd4 requires a manual fsck
BusyBox v1.22.1 (Ubuntu 1:1.22.0-15ubuntu1) built-in shell (ash)
Enter ‘help’ for a list of built in commands.
So, then I tried that and got this:
(initramfs) fsck /dev/sbd4
fsck from util-linux 2.27.1
fsck: error 2 (No such file or directory) while executing fsck.ext2 for /dev/sbd4
What do I do to fix this? I am able to see all of my partitions when I boot from usb to try Ubuntu.
Last edited by gregcb; February 27th, 2017 at 04:30 AM .
Re: fsck: error 2 (No such file or directory) while executing fsck.ext2 for /dev/sbd4
One must run a file system check from an external means — can not test/check/repair a file system while in use ( mounted )/
Further in grub .. grub will not understand a identifier such as sdb4 — that is not in grub speak .
So what we do is work from say a liveUSB from the try ubuntu terminal.
Make sure that the target remains identified as ‘sdb’ , Depending on when a device is recognized by the system is what the device name is given.
Источник
fsck error 2 – The way we fix it
by Sijin George | May 9, 2019
Server hard disks often show degraded performance due to file system errors. And, utilities like fsck is of great help in correcting the errors.
But, what if the utility itself report errors ? A typical error message appears as “fsck: error 2 (No such file or directory)“. Many times, this error happens due to missing fsck program in the server.
At Bobcares, we often see such fsck errors as part of our periodic server audits under Server Management Services.
Today, we’ll see the various reasons for “fsck error 2” and how our Dedicated Engineers solve it.
More details on FSCK
Website requests involve frequent reads and writes to/from the hard disk. As a result, it can often cause disk errors.
Verifying integrity of server hard disk periodically avoid potential website down issues. And, fsck (file system consistency check) utility comes as a boon to server administrators. In production servers, they schedule fsck automatically during boot time or at periodic intervals.
As fsck involves hard disk configuration directly, it always need a sound knowledge of the various disk partitions on the server. Therefore, our Support Engineers do a detailed study of hard disk partitions prior to any check. To check the consistency of a drive, say /dev/sda6, we execute the command:
Fortunately, fsck command return couple of error codes depending on the results of the check. A typical operational error shows as:
What causes fsck error 2 ?
Now, its time to see the typical reasons for the “fsck error 2“. The exact reason can vary in different servers.
1. Missing fsck program
Missing fsck program often causes fsck errors. Usually, the fsck utility lies at the /sbin folder of the server. But, due to corrupt server binaries, or malformed packages, the fsck binary can be missing on the servers.
2. Typo in boot settings
Similarly, typo errors in specifying the boot settings may also result in fsck errors. The drive names should be always correct in boot settings of the server. For instance, while selecting to boot Ubuntu from a non-existing drive /dev/sbd, it results in fsck errors too.
Possible fixes for fsck error 2
We just saw two reasons for the fsck error. Now, we’ll see the fixes that our Dedicated Engineers apply on the server.
1. Correcting binary path
Recently, one of our customers reported error while executing fsck on an ntfs partition of his server. He was getting the following error message.
On checking the server, we found that there was no fsck.ntfs under /sbin. Therefore, we had to create a symbolic link by executing:
2. Update initramfs
Again, when a customer had trouble booting up his fresh installed Ubuntu server, we solved it by updating initramfs on the server. The initramfs is a complete set of directories as in a normal root filesystem.
We first verified the boot settings on the server. Then, our Dedicated Engineers solved the problem by getting into Recovery mode from GRUB of the server.
At the Root Prompt of the server, we executed:
We, then ran the command to update initramfs :
Finally, restarted server using:
This booted the server correctly and solved the error.
Conclusion
Precisely, “fsck error 2″ happens due to broken or missing binary, typo errors while executing file system check etc. Today, we saw the reasons for the error and how our Dedicated Engineers fix it.
PREVENT YOUR SERVER FROM CRASHING!
Never again lose customers to poor server speed! Let us help you.
Our server experts will monitor & maintain your server 24/7 so that it remains lightning fast and secure.
Источник
Проблема с fsck:error 2
Здравствуйте, не ругайте если не в тот раздел. Что есть: Стоит сборка Debian (версия неизвестна) SSD диск закриптован, пароль знаю
Есть в запасе HDD с установленной и рабочей системой такой-же, но надо восстановить работу с SSD
После чего произошло: Компьютер ушел в спящий режим, после выхода из спящего режима xsaver попросил пароль (как обычно), введенный пароль воспринимался системой как неверный. Кнопкой выключения отключил компьютер и потом снова включил.
вместо стандартной загрузки выдает следующее:
cryptsetup: sda2_crypt set up successfully
fsck: error 2 (No such file or directory) while executing
fsck.ext2 for /dev/mapper/sda2_crypt
fsck exited with status code 8
[16.480744] EXT4-fs (dm-0): ext4_check_descriptors: Block bitmap for group 1 not in group (block 1026)!
[16.480807] EXT4-fs (dm-0): group descriptors corrupted! mount: mounting /dev/dm-0 on /root failed: Invalid argument
Target filesystem doesen’t have requested /sbin/init. mount: mounting /dev on /root/dev failed: No such file or directory
No init found. Try passing init= bootarg
modprobe: module ehci-orion not found in modules.dep
BusyBox v 1.22.1 (Debian 1:1.22.0-9+deb8u1) built-in shell (ash)
/bin/sh: can’t acces tty; control turned off (initramfs)_
Что было сделано: Гуглил, пробовал fsck -y /dev/sda1 — на это пишет что-то там clean и про блоки, после перезагрузки выходит на это же сообщение. fsck -y /dev/mapper/sda2_crypt и fsck -y /dev/sda2_crypt и fsck -y /dev возвращает ошибку: fsck: error 2 (No such file or directory) while executing fsck.ext2 for и путь который вводил.
LIVE CD нету. Возможности отдать комп тому админу который мне это настраивал нету. Знания у меня в этом вопросе не достаточно глубокие, поэтому не хочу пробовать все подряд команды, чтобы хуже не сделать.
Подскажите из-за чего могло такое произойти и помогите решить проблему. Спасибо
Источник
Fsck error 2 no such file or directory while executing fsck ext2
Сообщение Anton_pro » 10 сен 2017, 19:55
Здравствуйте, не ругайте если не в тот раздел, но думаю к администрированию относится больше.
Что есть:
Стоит сборка Debian (версия неизвестна)
SSD диск закриптован, пароль знаю.
Есть в запасе HDD с установленной и рабочей системой такой-же, но надо восстановить работу с SSD
После чего произошло:
Компьютер ушел в спящий режим, после выхода из спящего режима xsaver попросил пароль (как обычно), введенный пароль воспринимался системой как неверный.
Кнопкой выключения отключил компьютер и потом снова включил.
вместо стандартной загрузки выдает следующее:
cryptsetup: sda2_crypt set up successfully
fsck: error 2 (No such file or directory) while executing fsck.ext2 for /dev/mapper/sda2_crypt
fsck exited with status code 8
[16.480744] EXT4-fs (dm-0): ext4_check_descriptors: Block bitmap for group 1 not in group (block 1026)!
[16.480807] EXT4-fs (dm-0): group descriptors corrupted!
mount: mounting /dev/dm-0 on /root failed: Invalid argument
Target filesystem doesen’t have requested /sbin/init.
mount: mounting /dev on /root/dev failed: No such file or directory
No init found. Try passing init= bootarg
modprobe: module ehci-orion not found in modules.dep
BusyBox v 1.22.1 (Debian 1:1.22.0-9+deb8u1) built-in shell (ash)
/bin/sh: can’t acces tty; control turned off
(initramfs)_
Что было сделано:
Гуглил,
пробовал fsck -y /dev/sda1 — на это пишет что-то там clean и про блоки, после перезагрузки выходит на это же сообщение.
fsck -y /dev/mapper/sda2_crypt и fsck -y /dev/sda2_crypt и fsck -y /dev возвращает ошибку:
fsck: error 2 (No such file or directory) while executing fsck.ext2 for и путь который вводил.
LIVE CD нету. Возможности отдать комп тому админу который мне это настраивал нету. Знания у меня в этом вопросе не достаточно глубокие, поэтому не хочу пробовать все подряд команды, чтобы хуже не сделать.
Источник
- Forum
- The Ubuntu Forum Community
- Ubuntu Official Flavours Support
- New to Ubuntu
- [SOLVED] fsck: error 2 (No such file or directory) while executing fsck.ext2 for /dev/sbd4
-
fsck: error 2 (No such file or directory) while executing fsck.ext2 for /dev/sbd4
Firefox had stopped working and had closed my browser window and would not let me open a new one until I had closed the old one but I couldn’t, so I restarted my computer. After selecting to boot Ubuntu, my screen showed the following:
/dev/sbd4 contains a file system with errors, check forced.
Inodes that were part of a corrupted orphan linked list found./dev/sbd4: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options)
fsck exited with status code 4
done.
Failure: File system check of the root filesystem failed
The root filesystem on /dev/sbd4 requires a manual fsckBusyBox v1.22.1 (Ubuntu 1:1.22.0-15ubuntu1) built-in shell (ash)
Enter ‘help’ for a list of built in commands.So, then I tried that and got this:
(initramfs) fsck /dev/sbd4
fsck from util-linux 2.27.1
fsck: error 2 (No such file or directory) while executing fsck.ext2 for /dev/sbd4What do I do to fix this? I am able to see all of my partitions when I boot from usb to try Ubuntu.
Last edited by gregcb; February 27th, 2017 at 04:30 AM.
-
Re: fsck: error 2 (No such file or directory) while executing fsck.ext2 for /dev/sbd4
gregcb; Hellol
One must run a file system check from an external means — can not test/check/repair a file system while in use ( mounted )/
Further in grub .. grub will not understand a identifier such as sdb4 — that is not in grub speak .So what we do is work from say a liveUSB from the try ubuntu terminal.
Make sure that the target remains identified as ‘sdb’ , Depending on when a device is recognized by the system is what the device name is given.now «assuming» that the target remains as ‘sdb4’ then run:
Make sure swap is not in use:Code:
sudo e2fsck -C0 -p -f -v /dev/sdb4
if errors: -y auto answers yes for fixes needing response see: man e2fsck
Code:
sudo e2fsck -f -y -v /dev/sdb4
hope is that all is fixed right up
-
Re: fsck: error 2 (No such file or directory) while executing fsck.ext2 for /dev/sbd4
. . . are you sure it’s not just a simple typo?rather than
-
Re: fsck: error 2 (No such file or directory) while executing fsck.ext2 for /dev/sbd4
Wow… thanks for pointing that out.
Bookmarks
Bookmarks

Posting Permissions
I get these errors when trying to boot CentOS 7:
Jul 6 13:20:15 systemd-fsck: fsck: error 2 (No such file or directory) while executing fsck.ext2 for /dev/disk/by-uuid/45544ef5-118c-478f-a3e8-a4953b3fe71b
Jul 6 13:20:15 systemd-fsck: fsck failed with error code 8.
Jul 6 13:20:15 systemd-fsck: Ignoring error.
Jul 6 13:33:17 systemd-fsck: fsck: error 2 (No such file or directory) while executing fsck.ext2 for /dev/disk/by-uuid/45544ef5-118c-478f-a3e8-a4953b3fe71b
Jul 6 13:33:17 systemd-fsck: fsck failed with error code 8.
Jul 6 13:33:17 systemd-fsck: Ignoring error.
This is a boot partion XFS. I found that it’s a known problem in RHEL 7, but I don’t have access to them. How can I fix this?
asked Jul 6, 2015 at 20:23
Maxim ChepukovMaxim Chepukov
1911 gold badge1 silver badge8 bronze badges
I had a very similar issue with LVM. The crux of the matter was that systemd was running its systems-fsck immediately after the initrd switch_root, so the file system had not settled. In the source code systems-fsck queries udev for the filesystem type, and if this is run too quickly after switch_root, udev returns NULL. A very simple solution was to add one line to the service, to pause for 3 seconds, before running the fsck. This is a diff:
root@localhost:/usr/lib/systemd/system$ diff -u systemd-fsck-root.service.orig systemd-fsck-root.service
--- systemd-fsck-root.service.orig 2015-11-24 23:15:22.593388104 +0000
+++ systemd-fsck-root.service 2015-11-24 21:52:13.489345153 +0000
@@ -17,6 +17,7 @@
[Service]
Type=oneshot
RemainAfterExit=yes
+ExecStart=/bin/sleep 3
ExecStart=/usr/lib/systemd/systemd-fsck
StandardOutput=journal+console
FsckPassNo=1
answered Nov 24, 2015 at 23:17
- Печать
Страницы: [1] Вниз
Тема: fsck выдает ошибку после бэкапа (Прочитано 1237 раз)
0 Пользователей и 1 Гость просматривают эту тему.

yaAton
Сделал я бэкап всей системы ubuntu 18.04.3 (tar -cpf xxx.tar.gz /). Понадобилось восстановить его. Форматнул диск sda2 (на sda1 находится efi-загрузчик refind, его не трогал), распаковал архив, поправил uid в /etc/fstab, создал новый файл /swapfile (старый не архивировал). Система запускается, все вроде работает. Но при каждой загрузке системы вижу невоодушевляющий текст: fsck: error 2 (No such file or directory) while executing fsck.ext4 for /dev/sda (именно /dev/sda безо всякой цифры).
При этом если загрузиться в live-режиме и вызвать fsck /dev/sda1 или fsck /dev/sda2 показывает, что все ok). Прежде при загрузках fsck показывал стандартный текст типа «/dev/sda2 clean».
Что это может значить и как избавиться от проблемы?
Вот /etc/fstab:

yaAton
grep -rsh «DRDY» /var/log/ | wc -l
возвращает 0

ALiEN175
sudo update-initramfs -u -k all
и перезагрузка
ASUS P5K-C :: Intel Xeon E5450 @ 3.00GHz :: 8 GB DDR2 :: Radeon R7 260X :: XFCE
ACER 5750G :: Intel Core i5-2450M @ 2.50GHz :: 6 GB DDR3 :: GeForce GT 630M :: XFCE

yaAton
ALiEN175, спасибо! После update-initramfs это сообщение пропало.
Правильно ли я понял, что fsck пытался проверить (восстановить?) фс на диске sda2 со старым uid-ом, и не найдя его возвращал эту error 8?
Посмотрел я вывод
journal | grep sda2
теперь там строки:
EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
Это нормальный ход загрузки? Почему диск перемонтируется, произошла какая-то ошибка (errors=remount-ro)?

ALiEN175
Это нормальный ход загрузки?
Да
Пользователь добавил сообщение 03 Сентября 2019, 20:34:15:
Правильно ли я понял, что fsck пытался проверить (восстановить?) фс на диске sda2 со старым uid-ом, и не найдя его возвращал эту error 8?
Просто в образе initramfs старые записи остались.
« Последнее редактирование: 03 Сентября 2019, 20:34:15 от ALiEN175 »
ASUS P5K-C :: Intel Xeon E5450 @ 3.00GHz :: 8 GB DDR2 :: Radeon R7 260X :: XFCE
ACER 5750G :: Intel Core i5-2450M @ 2.50GHz :: 6 GB DDR3 :: GeForce GT 630M :: XFCE
- Печать
Страницы: [1] Вверх
-
hughparker1
- Posts: 177
- Joined: 2014-10-09 21:53
- Location: Paisley, United Kingdom
[SOLVED] fsck error2 (No such file or directory)while execut
#1
Post
by hughparker1 » 2016-02-13 23:12
I have just installed debian-live-8.3.0-i386-lxde-desktop+nonfree.iso on my old hp530 32-bit laptop
I am getting the following message when I boot my laptop…
Code: Select all
Loading, please wait...
fsck from util-linux 2.25.2
fsck error 2 (No such file or directory) while executing fsck.ext4 for /dev/sda1
fsck exited with status code 8
[ 13.941532] systemd-fsck[145]: DEBIAN8: clean,140919/640848 files, 978992/2560942 blocks
… after about 30 seconds it boots ok
here is output for my fstab…
Code: Select all
hugh@hp530-Debian-8:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=a7cfc5df-3a0b-4f21-b24a-a4a86a41918c / ext4 errors=remount-ro 0 1
# swap was on /dev/sda7 during installation
UUID=8a11c0aa-cf07-48ad-a149-5fc68325ea12 none swap sw 0 0
hugh@hp530-Debian-8:~$
here is output for blkid…
Code: Select all
hugh@hp530-Debian-8:~$ sudo blkid
[sudo] password for hugh:
/dev/sda1: LABEL="DEBIAN8" UUID="a7cfc5df-3a0b-4f21-b24a-a4a86a41918c" TYPE="ext4" PARTUUID="84fc84fc-01"
/dev/sda3: LABEL="OE_SYSTEM" UUID="f75e6bcb-f5b8-45af-9ecc-2cce64fa6ed7" TYPE="ext4" PARTUUID="84fc84fc-03"
/dev/sda4: LABEL="OE_DATA" UUID="594c7f52-4e98-406d-9100-feb9afaf211b" TYPE="ext4" PARTUUID="84fc84fc-04"
/dev/sda5: LABEL="XUBUNTU" UUID="8dff0a35-a695-426f-8338-a4167bf2b699" TYPE="ext4" PARTUUID="84fc84fc-05"
/dev/sda6: LABEL="XUBUNTU-HOME" UUID="356e3488-d7e8-4426-b29b-6bfe0027d9f6" TYPE="ext4" PARTUUID="84fc84fc-06"
/dev/sda7: UUID="8a11c0aa-cf07-48ad-a149-5fc68325ea12" TYPE="swap" PARTUUID="84fc84fc-07"
/dev/sda8: LABEL="BACKUP" UUID="19931db4-b791-49ba-9b9d-49dad02b41fd" TYPE="ext4" PARTUUID="84fc84fc-08"
/dev/sda9: LABEL="LUBUNTU" UUID="d2e0f0e2-9893-4100-8782-08e92d8bcd2a" TYPE="ext4" PARTUUID="84fc84fc-09"
/dev/sda10: LABEL="LUBUNTU-HOME" UUID="b30a3420-44fc-4687-b306-396b315b32d7" TYPE="ext4" PARTUUID="84fc84fc-0a"
/dev/sda11: LABEL="DEBIAN" UUID="116e57be-4b58-4ace-b016-72d326267ed6" TYPE="ext4" PARTUUID="84fc84fc-0b"
/dev/sda12: LABEL="DEBIAN-HOME" UUID="6e664fa0-7884-4266-9334-81199adf9c50" TYPE="ext4" PARTUUID="84fc84fc-0c"
hugh@hp530-Debian-8:~$
I don’t have enough technical knowledge to determine what is causing this error message, if anyone can help I would be grateful. I am still learning linux but I can use terminal if I know the correct syntax to use. Thanks in advance.
Last edited by hughparker1 on 2016-02-14 01:43, edited 1 time in total.
-
ralph.ronnquist
- Posts: 342
- Joined: 2015-12-19 01:07
- Location: Melbourne, Australia
- Been thanked: 6 times
Re: fsck error 2 (No such file or directory)while executing
#2
Post
by ralph.ronnquist » 2016-02-14 00:18
Having spent a little bit of @dasein’s billions, I’ve found a probably relevant documentation at
https://www.freedesktop.org/software/sy … rator.html
It suggests that there’s systemd magic involved to mount other and more partitions than those mentioned in /etc/fstab.
A remedy against this magic would be the following command sequence:
Code: Select all
# mkdir -p /etc/systemd/system-generators
# ln -s /dev/null /etc/systemd/system-generators/systemd-gpt-auto-generator
In systemd speak (with AU-SE accent), that will set up an «override» for the systemd-gpt-auto-generator unit with the effect of avoiding the default implementation.
Note, it might resolve your fsck issue, and otherwise you should revert until it’s resolved.
-
hughparker1
- Posts: 177
- Joined: 2014-10-09 21:53
- Location: Paisley, United Kingdom
Re: fsck error 2 (No such file or directory)while executing
#4
Post
by hughparker1 » 2016-02-14 01:41
spacex wrote:fstab looks fine as far as I can tell. I can’t find the source now, but I think I recall that rebuilding the initramfs solved it for a user.
As root, or by sudo:Then reboot…
Probably not going to work, but it can’t hurt either.
I entered the code you suggested ….
Code: Select all
hugh@hp530-Debian-8:~$ sudo update-initramfs -u
[sudo] password for hugh:
update-initramfs: Generating /boot/initrd.img-3.16.0-4-686-pae
live-boot: core filesystems devices utils udev wget blockdev.
hugh@hp530-Debian-8:~$
now when I reboot there is no error in the onscreen message, all looks normal ….
Code: Select all
Loading, please wait...
fsck from util-linux 2.25.2
DEBIAN8: clean,144024/640848 files, 1011533/2560942 blocks
Thanks spacex for your suggestion, you didn’t think it would solve the problem but I’m glad you suggested it anyway. I appreciate your help on getting this issue resolved.
-
spacex
- Posts: 637
- Joined: 2015-01-17 01:27
Re: fsck error 2 (No such file or directory)while executing
#5
Post
by spacex » 2016-02-15 00:33
hughparker1 wrote:
Thanks spacex for your suggestion, you didn’t think it would solve the problem but I’m glad you suggested it anyway. I appreciate your help on getting this issue resolved.
Hehe, I had a certain idea that it might work. It wasn’t all out of the blue. But I covered myself from ridicule in case it didn’t. I wasn’t sure enough to put my rep on it
Anyway, nice to see that it worked. It raises my confidence
-
hughparker1
- Posts: 177
- Joined: 2014-10-09 21:53
- Location: Paisley, United Kingdom
Re: fsck error 2 (No such file or directory)while executing
#7
Post
by hughparker1 » 2016-04-18 14:51
spacex wrote:fstab looks fine as far as I can tell. I can’t find the source now, but I think I recall that rebuilding the initramfs solved it for a user.
As root, or by sudo:Then reboot…
Probably not going to work, but it can’t hurt either.
another happy customer spacex ! that was a good guess