After install of updated microcode "sudo apt install amd64-microcode" on ubuntu 16.04, after reboot microcode do not load. Its needed to patch spectre v2 and without it the computer is vulnerable.
[1.702088]microcode: CPU0: patch_level=0x07030105
[1.702099]microcode: CPU1: patch_level=0x07030105
[1.702111]microcode: CPU2: patch_level=0x07030105
[1.702121]microcode: CPU3: patch_level=0x07030105
[1.702181]microcode: Microcode Update Driver: v2.2.
amd64-microcode
is from 2016, and probably doesn't contain the newer microcode that you're looking for. Visit the AMD site and check for newer microcode there. If it's there, you can probably use it withamd64-microcode
. – heynnema Apr 12 '18 at 15:54sudo cp
the newer microcode files into some subdirectory of/lib/firmware/
. – heynnema Apr 12 '18 at 15:59