Hello, On Mon, Jul 05, 2021 at 03:13:17PM +0200, José L. Fernández Jambrina wrote: > When booting in Xen mode my system doen't load microcode,
It is my understanding that when booting the hypervisor it is the hypervisor's job to load microcode, and it won't do so unless you have something like: ucode=scan in your hypervisor command line, e.g. by putting: GRUB_CMDLINE_XEN="ucode=scan" in /etc/default/grub. Do you have something like that? That will cause the hypervisor to scan the other boot files (kernel and initramfs) for microcode to apply, like the kernel itself would otherwise do. It works for me, anyway. Cheers, Andy