https://bugzilla.novell.com/show_bug.cgi?id=791337 https://bugzilla.novell.com/show_bug.cgi?id=791337#c1 Jan Beulich <jbeulich@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Xen |Basesystem Found By|--- |Community User AssignedTo|jdouglas@suse.com |bnc-team-screening@forge.pr | |ovo.novell.com --- Comment #1 from Jan Beulich <jbeulich@suse.com> 2012-11-27 07:45:08 UTC --- (In reply to comment #0)
It appeared to me that the error was caused by this line in /boot/grub2/grub.cfg:
multiboot /xen-4.1.3_01-5.6.2.gz placeholder
After running
# grub2-mkconfig -o /boot/grub2/grub.cfg
as advised in https://bugzilla.novell.com/show_bug.cgi?id=774666#c15
the problem disappears.
So how in the world is this a Xen issue then?
I guess the xen package should have run grub2-mkconfig in its scriptlet.
No - the Xen package should be agnostic to the specific boot loader in use. The mistake is that the full version string was included in the "multiboot" argument, but whoever put it there in this form failed to make sure it would get updated accordingly upon a package upgrade. The general rule ought to be to reference xen.gz here unless one has a reason to pick a specific version (in which case one likely wouldn't want that binary to be replaced and the version string to be updated). -- 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.