should grub use both intel-ucode and amd-ucode? 13 April 2024, 11:18:18 I notice that some distros seem to use both intel-ucode and amd-ucode ieinitrd /boot/intel-ucode.img /boot/amd-ucode.img /boot/initramfs-linux.imgis that reasonable?
Re: should grub use both intel-ucode and amd-ucode? Reply #1 – 13 April 2024, 11:44:12 Quote from: replabrobin – on 13 April 2024, 11:18:18is that reasonable? Only if you have a mainboard with sockets for Intel and Amd CPU.
Re: should grub use both intel-ucode and amd-ucode? Reply #2 – 13 April 2024, 11:52:27 Quote from: replabrobin – on 13 April 2024, 11:18:18is that reasonable? Perhaps on live medium? I'm not sure.
Re: should grub use both intel-ucode and amd-ucode? Reply #3 – 13 April 2024, 12:07:51 Quote from: Ambie – on 13 April 2024, 11:52:27..........Perhaps on live medium? I'm not sure.I think that's where I have seen it often, but I have a recently built artix VM (from artix-lxde-dinit-20230814-x86_64.iso) which has grub.cfg withCode: [Select]initrd /boot/intel-ucode.img /boot/amd-ucode.img /boot/initramfs-linux.imgso it has been installed that way.
Re: should grub use both intel-ucode and amd-ucode? Reply #4 – 13 April 2024, 13:05:38 I think that since microcode loading is automatic process that shouldn't harm anything. But maybe that redundancy slows down boot process, so you may want to change that to your-cpu-manufacturer-only line.
Re: should grub use both intel-ucode and amd-ucode? Reply #5 – 13 April 2024, 14:00:39 If you check the situation with some older CPU's, support has ended so there will never be new ucode releases. If the latest ucode is in the latest BIOS release, and you are running the latest BIOS, then any cpu ucode package is pointless, but it's up to the user to determine if this is the case.