I have 3 Rocky Linux servers. All of them are updated to 9.2 from 9.1
In one of them after the upgrade on the 1st reboot it did not boot…It entered in emergency mode and in dracut found the the following message " warning: /dev/disk/by-uuid does not exist". If reboot the server it boots normally …This issue happens every 5 days …It boots normally for 5 or 6 days but after the 7th will not …
Has anyone any idea what is wrong …? and how to fix it …?
I do not have in my system the /etc/lvm/devices/system.devices. Also in none of my systems the /etc/lvm/devices/system.devices exists and are working fine !
I have read the link Current Release 9.2 - Documentation. It takes as default that the /etc/lvm/devices/system.devices exists so maybe the symptoms are the same but i am not sure the solution suits for me …
So please any ideas how to fix it would be appreciated…?
According to the above link you provided me that issue is that the format of the system.devices.
In my system i do not have the file and i do not use lvm for the partitions at all.
So this is not the solution for me …
Are you looking through journalctl -xb in emergency mode to get more information? There are also notes in your screenshots to regenerate your initramfs. You may want to boot a rocky linux 9.2 boot iso into rescue mode, get into a chroot, and attempt to regenerate it.
# Replace <kernel_version> with the kernel you are attempting to boot
cp /boot/initramfs-<kernel_version>.img /boot/initramfs-<kernel_version>.bak
dracut -f /boot/initramfs-<kernel_version>.img <kernel_version>