[Bug 1199051] [Build 20220430] dracut - post trans failure
https://bugzilla.suse.com/show_bug.cgi?id=1199051 https://bugzilla.suse.com/show_bug.cgi?id=1199051#c1 --- Comment #1 from Antonio Feijoo <antonio.feijoo@suse.com> --- It seems initrd in grub is not configured using the "standard" SUSE path, so dracut does not find /boot/initrd-<kernel-version>, and it falls within one of the next conditions (because there is a /boot/efi mountpoint):
localhost:~ # grep /boot/init /boot/grub2/grub.cfg $initrd /boot/initramfs-5.17.4-1-default.img $initrd /boot/initramfs-5.17.4-1-default.img $initrd /boot/initramfs-5.17.4-1-default.img localhost:~ # ls -la /boot/init* -rw-------. 1 root root 88027672 May 1 02:50 /boot/initramfs-5.17.4-1-default.img lrwxrwxrwx. 1 root root 23 May 1 02:50 /boot/initrd -> initrd-5.17.4-1-default
But the last good [20220428] shows the expected initrd paths:
localhost:~ # grep /boot/init /boot/grub2/grub.cfg $initrd /boot/initrd-5.17.4-1-default $initrd /boot/initrd-5.17.4-1-default $initrd /boot/initrd-5.17.4-1-default localhost:~ # ls -la /boot/init* lrwxrwxrwx. 1 root root 23 Apr 29 10:36 /boot/initrd -> initrd-5.17.4-1-default -rw-------. 1 root root 87955810 Apr 29 10:37 /boot/initrd-5.17.4-1-default
I'm not sure who writes grub.cfg in these openSUSE MicroOS openQA tests... does anything changed between 20220428 and 20220430? -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com