sabayonino

Microcode Loader and systemd

Nov 24th, 2017
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. According on gentoo wiki :
  2. https://wiki.gentoo.org/wiki/Intel_microcode#systemd
  3. (but https://wiki.gentoo.org/wiki/AMD_microcode dnot)
  4.  
  5. "Simply make sure that the Microcode loader is set as a module in the kernel configuration as noted above. You don't need to add a service or do anything else."
  6.  
  7.  
  8. zcat /proc/config | grep -i "microcode"
  9. CONFIG_MICROCODE=y <======= Does this must be set as <M> ??
  10. CONFIG_MICROCODE_INTEL=y
  11. CONFIG_MICROCODE_AMD=y
  12. CONFIG_MICROCODE_OLD_INTERFACE=y
  13. (running onn 4.13.0-sabayon)
Advertisement
Add Comment
Please, Sign In to add comment