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
Opened by Larry Johnson (keepitsimpleengineer) - Thursday, 15 January 2015, 17:16 GMT
Last edited by Toolybird (Toolybird) - Thursday, 04 May 2023, 03:53 GMT
|
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 |
This task depends upon
FS#43438FS#43254FS#43743- [os-prober] grub-mkconfig fails to place /<kernel>.img in added system in multibootFS#43254