On 10/15/21 11:12 AM, Victor Echavarry wrote:
dracut-initqueue[418]: Warning: Could not boot. Starting Dracut Emergency Shell... Warning: /dev/swapvg/swap01lv does not existGenerating "/run/initramfs/rdsosreport.txt" Entering emergency mode. Exit the shell to continue. Type "journalctl" to view system logs. You might want to save "/run/initramfs/rdsosreport.txt" to a USB stick or /boot after mounting them and attach it to a bug report. Give root password for maintenance (or press Control-D to continue): How this happened after patching a guest? There is a way to solve it?
I would guess that it's not related to any patching you did. The most frequent cause of this that I've seen is that someone added a new disk to the LVM volume group, and did it in a way that the udev rules for it weren't written out to /etc/udev/rules.d/. You should be able to run vgscan and pvscan to see if those report any missing disks. If they do, then bring the volume online and re-run them. Then "systemctl default" should bring the system up the rest of the way and you can check to see if the necessary udev rules are there, or if they're excluded by cio_ignore, etc., etc. Mark Post ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www2.marist.edu/htbin/wlvindex?LINUX-390
