Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#43438 - grub-mkconfig fails to place kernel image in added system in multiboot (grub 1:2.02.beta2-5)
Attached to Project:
Arch Linux
Opened by Larry Johnson (keepitsimpleengineer) - Tuesday, 13 January 2015, 19:43 GMT
Last edited by Doug Newgard (Scimmia) - Friday, 16 January 2015, 00:20 GMT
Opened by Larry Johnson (keepitsimpleengineer) - Tuesday, 13 January 2015, 19:43 GMT
Last edited by Doug Newgard (Scimmia) - Friday, 16 January 2015, 00:20 GMT
|
DetailsDescription: when producing /boot/grub/grub.cfg in a system with intel cpu and multiple linux systems, the kernel image 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-007 ~]# pacman -Qe grub grub 1:2.02.beta2-5 [root@KISE-007 ~]# pacman -Qe intel-ucode intel-ucode 20140913-1 [root@KISE-007 ~]# grub-mkconfig -o /boot/grub/grub.cfg Generating grub configuration file ... 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 Manjaro Linux (0.8.11) on /dev/sda1 done [root@KISE-007 ~]# cat /boot/grub/grub.cfg | grep initrd initrd /boot/intel-ucode.img /boot/initramfs-linux-ck.img initrd /boot/intel-ucode.img /boot/initramfs-linux-ck-fallback.img initrd /boot/intel-ucode.img /boot/initramfs-linux-ck-fallback.img initrd /boot/intel-ucode.img /boot/initramfs-linux.img initrd /boot/intel-ucode.img /boot/initramfs-linux-fallback.img initrd /boot/intel-ucode.img /boot/initramfs-linux-fallback.img initrd /boot/intel-ucode.img initrd /boot/intel-ucode.img initrd /boot/intel-ucode.img initrd /boot/intel-ucode.img initrd /boot/intel-ucode.img initrd /boot/intel-ucode.img initrd /boot/intel-ucode.img initrd /boot/intel-ucode.img initrd /boot/intel-ucode.img |
This task depends upon
Closed by Doug Newgard (Scimmia)
Friday, 16 January 2015, 00:20 GMT
Reason for closing: Duplicate
Additional comments about closing: FS#43254
Friday, 16 January 2015, 00:20 GMT
Reason for closing: Duplicate
Additional comments about closing: FS#43254
https://wiki.archlinux.org/index.php/Microcode#Grub
I think I see where we went off track here. You're not talking about the kernel image at all, you're talking about the initrd created by mkinitcpio, correct? If so, isn't this the same as FS#43254 that you linked to?
My error, this is for architecture i686, my error in reporting.
There is a similar but not identical bug for architecture x86_64 reported in
FS#43461