Quote:
, can you help me mod bios for x48 asus rampage formular, i cannt post with xeon x5260
here the lastest bios
RAMPAGE-ASUS-Formula-1001.zip 979k .zip file
that's goodOriginally Posted by 000000
[HOW-TO] Updating the CPU Microcodes (AMI/Award)
Here is a guide how to obtain the microcodes from the Intel website.
http://donovan6000.blogspot.ru/2013/06/insyde-bios-modding-cpu-microcodes.html
BTW, there broken link to the microdecode tool, so i have to attached it.
microdecode.zip 17k .zip file
So, there are two different ways, depends on your BIOS type (Award or AMI):
- Create a blank file "ncpucode.bin"
Code:
Code:type NUL > NCPUCODE.BIN
- Extract the existing cpucodes from the BIOS image:
Code:
Code:cbrom195.exe BIOS.BIN /nc_cpucode NCPUCODE.BIN
- Merge existing and the new cpucodes:
Code:
Code:copy /b ncpucode.bin + cpu00010676_plat00000004_ver0000060f_date20100929.bin + cpu00010676_plat00000040_ver0000060f_date20100929.bin + cpu0001067a_plat00000044_ver00000a0b_date20100928.bin ncpucode.bin
- Make it "read-only" to prevent from deletion after the update is complete:
Code:
Code:attrib +R ncpucode.bin
- Update the BIOS image with the new cpucodes:
Code:
Code:cbrom195.exe BIOS.BIN /nc_cpucode NCPUCODE.BIN
- Double check that cpucodes have been added:
Code:
At the end of the output you should find the following lines:Code:intelmicrocodelist.exe BIOS.BIN
Code:
Also, you may use cbrom to ensure that cpucodes have been successfully added:Code:CPUID=10676 UpdateRev=60F 2010/09/29 Checksum=8FE1A243 PlatformID=2 CPUID=10676 UpdateRev=60F 2010/09/29 Checksum=8FE1A207 PlatformID=6 CPUID=1067A UpdateRev=A0B 2010/09/28 Checksum=B007E7B0 PlatformID=2,6
Code:
Code:cbrom195.exe BIOS.BIN /D
- Now flash modified BIOS image and you're done!
![]()
A slightly easier compared to the Award way, don't you think?
- Open the ROM file with MMTOOL
- Choose the "CPU PATH" tab
- Browse for the cpucode (*.bin) files and insert it one by one.
- Save the modified image
- Flash it and you're done!
![]()
lga771_microcodes.zip 16k .zip file
CBROM195.zip 84k .zip file
intelmicrocodelist_v04a.zip 43k .zip file
MMTool_322_1B_21Fix.zip 150k .zip file


here the lastest bios
RAMPAGE-ASUS-Formula-1001.zip 979k .zip file
Attachments
-
978.7 KB Views: 1,701