Új hozzászólás Aktív témák

  • korn

    aktív tag

    válasz Nwis86 #23178 üzenetére

    Megoldja.

    Ezek kellenek hozzá:
    lga771_microcodes.zip
    CBROM195.zip 84k .zip
    intelmicrocodelist_v04.zip
    MMTOOL3.26.zip 156k .zip

    How to update cpucodes in the Award BIOS:

    Create a blank file "ncpucode.bin"
    Code:

    type NUL > NCPUCODE.BIN

    Extract the existing cpucodes from the BIOS image:
    Code:

    cbrom195.exe BIOS.BIN /nc_cpucode NCPUCODE.BIN

    Merge existing and the new cpucodes:
    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:

    attrib +R ncpucode.bin

    Update the BIOS image with the new cpucodes:
    Code:

    cbrom195.exe BIOS.BIN /nc_cpucode NCPUCODE.BIN

    Double check that cpucodes have been added:
    Code:

    intelmicrocodelist.exe BIOS.BIN

    At the end of the output you should find the following lines:
    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

    Also, you may use cbrom to ensure that cpucodes have been successfully added:
    Code:

    cbrom195.exe BIOS.BIN /D

    How to update cpucodes in the AMI BIOS:

    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!

Új hozzászólás Aktív témák