itsManjeet / rlxos

A truly modern implementation of GNU/Linux distribution
https://rlxos.dev
GNU General Public License v3.0
11 stars 1 forks source link

Please add microcodes in grub #234

Closed DEVHELP24 closed 2 months ago

DEVHELP24 commented 2 months ago

Please add the latest cpu microcodes in grub2

itsManjeet commented 2 months ago

Hey,Thanks for bug report. Microcodes are provided within the initramfs.img, you can verify that using lsinitrd /boot/ostree/rlxos-<hash>/initramfs-<version>.img at kernel/x86/microcode/AuthenticAMD.bin for AMD CPU, however the require microcode for Intel CPU i.e. GenuineIntel.bin is missing. I'll take a lot into it.

itsManjeet commented 2 months ago

Fixed with #235