https://bugzilla.novell.com/show_bug.cgi?id=806737 https://bugzilla.novell.com/show_bug.cgi?id=806737#c1 --- Comment #1 from Andrey Borzenkov <arvidjaar@gmail.com> 2013-02-28 17:24:44 UTC --- There should be postun trigger on grub2-efi installed by new package: %triggerpostun -- %{name}-efi # It is needed on update only if [ $2 -gt 0 ]; then # Workaround for lost /boot/grub2/grub.cfg and possibly /boot/grub2-efi # after old grub2-efi deinstallation if [ -f /boot/%{name}/grub.cfg.migrated ]; then mv /boot/%{name}/grub.cfg.migrated /boot/%{name}/grub.cfg fi [ -h /boot/%{name}-efi ] || ln -sf %{name} /boot/%{name}-efi fi exit 0 Was there any error during installation so trigger execution was aborted? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.