FS#43461 - [os-prober] grub-mkconfig fails to place /intel-ucode.img in added system in multiboot

Attached to Project: Community Packages
Opened by Larry Johnson (keepitsimpleengineer) - Thursday, 15 January 2015, 17:16 GMT
Last edited by Toolybird (Toolybird) - Thursday, 04 May 2023, 03:53 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Levente Polyak (anthraxx)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description: when producing /boot/grub/grub.cfg in a system with intel cpu and multiple linux systems, the /intel-ucode.img is not included in the initrd line of grub.cfg for systems other than the system where "grub-mkconfig -o /boot/grub/grub.cfg" is run.

Additional info:
* package version(s) grub 1:2.02.beta2-5
* config and/or log files etc.

Steps to reproduce:
[root@KISE-005 ~]# grub-mkconfig -o /boot/grub/grub.cfg
Generating grub configuration file ...
Found background: /usr/share/images/grub/Apollo_17_The_Last_Moon_Shot_Edit1.tga
Found Intel Microcode image
Found linux image: /boot/vmlinuz-linux-ck
Found initrd image: /boot/initramfs-linux-ck.img
Found fallback initramfs image: /boot/initramfs-linux-ck-fallback.img
Found linux image: /boot/vmlinuz-linux
Found initrd image: /boot/initramfs-linux.img
Found fallback initramfs image: /boot/initramfs-linux-fallback.img
Found Windows Vista (loader) on /dev/sda1
Found Ubuntu 14.04.1 LTS (14.04) on /dev/sdb1
Found Ubuntu 12.04.5 LTS (12.04) on /dev/sdd2
Found linux image: /boot/vmlinuz-linux
Found initramfs image: /boot/initramfs-linux.img
Found fallback initramfs image: /boot/initramfs-linux-fallback.img
Found linux image: /boot/vmlinuz-linux-ck
Found initramfs image: /boot/initramfs-linux-ck.img
Found fallback initramfs image: /boot/initramfs-linux-ck-fallback.img
done
[root@KISE-005 ~]# cat /boot/grub/grub.cfg | grep initrd
initrd /intel-ucode.img /initramfs-linux-ck.img
initrd /intel-ucode.img /initramfs-linux-ck-fallback.img
initrd /intel-ucode.img /initramfs-linux-ck-fallback.img
initrd /intel-ucode.img /initramfs-linux.img
initrd /intel-ucode.img /initramfs-linux-fallback.img
initrd /intel-ucode.img /initramfs-linux-fallback.img
initrd /boot/initrd.img-3.17.0-pf2
initrd /boot/initrd.img-3.17.0-pf2
initrd /boot/initrd.img-3.17.0-pf2
initrd /boot/initrd.img-3.13.3-pf+
initrd /boot/initrd.img-3.13.3-pf+
initrd /boot/initrd.img-3.13.0-44-generic
initrd /boot/initrd.img-3.13.0-44-generic
initrd /boot/initrd.img-3.13.0-43-generic
initrd /boot/initrd.img-3.13.0-43-generic
initrd /boot/initrd.img-3.5.0-54-generic
initrd /boot/initrd.img-3.5.0-54-generic
initrd /boot/initrd.img-3.5.0-54-generic
initrd /boot/initrd.img-3.5.0-54-generic
initrd /initramfs-linux.img
initrd /initramfs-linux-fallback.img
initrd /initramfs-linux-ck.img
initrd /initramfs-linux-ck-fallback.img

This is most likely related to  FS#43438 
This task depends upon

Closed by  Toolybird (Toolybird)
Thursday, 04 May 2023, 03:53 GMT
Reason for closing:  No response
Comment by Larry Johnson (keepitsimpleengineer) - Thursday, 15 January 2015, 17:27 GMT
grub.cfg
   grub.cfg (21.9 KiB)
Comment by Larry Johnson (keepitsimpleengineer) - Friday, 16 January 2015, 17:49 GMT
grub.cfg
Comment by Larry Johnson (keepitsimpleengineer) - Friday, 16 January 2015, 17:59 GMT
There is a similar but not identical bug at  FS#43438 
Comment by Larry Johnson (keepitsimpleengineer) - Sunday, 18 January 2015, 16:47 GMT
Similar but not identical bug at  FS#43254 
Comment by Larry Johnson (keepitsimpleengineer) - Sunday, 08 February 2015, 20:02 GMT
Similar but different bug on i686 systems:
 FS#43743  - [os-prober] grub-mkconfig fails to place /<kernel>.img in added system in multiboot
Comment by Toolybird (Toolybird) - Monday, 03 April 2023, 23:41 GMT
Is this still happening with latest pkgs? See also latest comments in  FS#43254 

Loading...