Page 1 of 1

FIX: Missing amd-ucode/microcode_amd.bin /3.4 kernel

Posted: Thu Jul 19, 2012 11:26 am
by GeneC
Anyone seeing this error on boot?
microcode: failed to load file amd-ucode/microcode_amd.bin
I just started seeing it in LMDE/SID

Code: Select all

System:    Host zordon Kernel 3.4.0-4.dmz.2-liquorix-amd64 x86_64 (64 bit) Distro Linux Mint Xfce Edition
You need to install

Code: Select all

amd64-microcode 
Its in the Debian SID repos.


Before

Code: Select all

gene@zordon:~$ dmesg | grep micro 
microcode: CPU0: patch_level=0x010000b6
microcode: failed to load file amd-ucode/microcode_amd.bin
microcode: CPU1: patch_level=0x010000b6
microcode: failed to load file amd-ucode/microcode_amd.bin
microcode: CPU2: patch_level=0x010000b6
microcode: failed to load file amd-ucode/microcode_amd.bin
microcode: CPU3: patch_level=0x010000b6
microcode: failed to load file amd-ucode/microcode_amd.bin
microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
After

Code: Select all

gene@zordon:~$ dmesg | grep micro
microcode: CPU0: patch_level=0x010000b6
microcode: CPU0: new patch_level=0x010000c8
microcode: CPU1: patch_level=0x010000b6
microcode: CPU1: new patch_level=0x010000c8
microcode: CPU2: patch_level=0x010000b6
microcode: CPU2: new patch_level=0x010000c8
microcode: CPU3: patch_level=0x010000b6
microcode: CPU3: new patch_level=0x010000c8
microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Reference:
http://aptosid.com/index.php?name=PNphp ... ic&p=15202

Re: FIX: Missing amd-ucode/microcode_amd.bin /3.4 kernel

Posted: Wed Sep 05, 2012 11:08 am
by austin.texas
If you have an AMD cpu and you install the 3.4 kernel you will get this microcode error.
microcode: failed to load file amd-ucode/microcode_amd.bin
Go to here: http://www.amd64.org/support/microcode.html
and download the latest package.
The instructions for installing the patches are included in the download.
Works great.