[771 to 775]award bios(±â°¡¹ÙÀÌÆ®) 771 ¸¶ÀÌÅ©·Î ÄÚµå Ãß°¡¹æ¹ý
CBROM195.zip (142.2K), Down : 475, 2014-05
http://www.overclock.net/t/1431723/mod-lga775-support-for-lga771-xeon¡¦ (2429)
첨부된 파일의 압축을 풀어주시고 해당 폴더에 수정할 바이오스 이미지를 넣어주신 다음 아래의 내용을 진행해주시면 됩니다.
편의를 위해 해당 내용을 bios.bat파일로 만들어 첨부된 앞축파일에 같이 넣긴했는데 확인해 보지 못했습니다.^^; 그러므로 안정성이 담보되지 않으니 내공이 있으신 다른 분이 확인해주시거나 좀 더 확실하게 만들어주시면 감사하겠습니다.^^ 바이오스 이미지를 BIOS.BIN으로 바꾼 다음 해당 폴더에 넣은 다음 bios.bat를 실행하면 일단 자동으로 추가가 되긴 하는 것 같습니다.
그리고 다시 다른 보드의 bios를 수정하신 다면 'ncpucode.bin'를 삭제하시고 실행해주시길 바랍니다.
아래의 내용은 원문과 저의 의역입니다. 부디 너무 비웃지는 말아주시길 바랍니다.^^; 원문과 내용은 링크에서 찾아보시면 됩니다.
1. Create a blank file "ncpucode.bin" - 먼저 비어있는 "ncpucode.bin" 파일을 만듭니다.(방법은 명령프롬프트에서 아래의 code: 부분을 실행해주시면 됩니다. 나머지도 다 같아요.)
Code:
type NUL > NCPUCODE.BIN
2. Extract the existing cpucodes from the BIOS image: - cbrom195.exe를 이용하여 바이오스 이미지의 cpu 코드를 "ncpucode.bin"에 넣습니다.
Code:
cbrom195.exe BIOS.BIN /nc_cpucode NCPUCODE.BIN
3. Merge existing and the new cpucodes: - ncpucode.bin의 원래의 코드에 771 마이크로 코드를 합쳐줍니다.
Code:
copy /b ncpucode.bin + cpu00010676_plat00000004_ver0000060f_date20100929.bin + cpu00010676_plat00000040_ver0000060f_date20100929.bin + cpu0001067a_plat00000044_ver00000a0b_date20100928.bin ncpucode.bin
4. Make it "read-only" to prevent from deletion after the update is complete: - 업데이트 후에 ncpucode.bin의 삭제를 방지하기 위해서 그것을 읽기 전용 파일로 바꿔줍니다.
Code:
attrib +R ncpucode.bin
5. Update the BIOS image with the new cpucodes: - 바이오스 이미지를 ncpucode.bin의 새로운 cpu 코드로 업데이트합니다.
Code:
cbrom195.exe BIOS.BIN /nc_cpucode NCPUCODE.BIN
6. Double check that cpucodes have been added: - cpucode들이 추가되었는지 두번 확인합니다.
Code:
intelmicrocodelist.exe BIOS.BIN
At the end of the output you should find the following lines: - 끝에서 아래 3개의 코드가 있는지 확인합니다.
Code:
1. Create a blank file "ncpucode.bin" - 먼저 비어있는 "ncpucode.bin" 파일을 만듭니다.(방법은 명령프롬프트에서 아래의 code: 부분을 실행해주시면 됩니다. 나머지도 다 같아요.)
Code:
type NUL > NCPUCODE.BIN
2. Extract the existing cpucodes from the BIOS image: - cbrom195.exe를 이용하여 바이오스 이미지의 cpu 코드를 "ncpucode.bin"에 넣습니다.
Code:
cbrom195.exe BIOS.BIN /nc_cpucode NCPUCODE.BIN
3. Merge existing and the new cpucodes: - ncpucode.bin의 원래의 코드에 771 마이크로 코드를 합쳐줍니다.
Code:
copy /b ncpucode.bin + cpu00010676_plat00000004_ver0000060f_date20100929.bin + cpu00010676_plat00000040_ver0000060f_date20100929.bin + cpu0001067a_plat00000044_ver00000a0b_date20100928.bin ncpucode.bin
4. Make it "read-only" to prevent from deletion after the update is complete: - 업데이트 후에 ncpucode.bin의 삭제를 방지하기 위해서 그것을 읽기 전용 파일로 바꿔줍니다.
Code:
attrib +R ncpucode.bin
5. Update the BIOS image with the new cpucodes: - 바이오스 이미지를 ncpucode.bin의 새로운 cpu 코드로 업데이트합니다.
Code:
cbrom195.exe BIOS.BIN /nc_cpucode NCPUCODE.BIN
6. Double check that cpucodes have been added: - cpucode들이 추가되었는지 두번 확인합니다.
Code:
intelmicrocodelist.exe BIOS.BIN
At the end of the output you should find the following lines: - 끝에서 아래 3개의 코드가 있는지 확인합니다.
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: - 또한 cbrom195.exe를 통해 확인할 수 있습니다.
Code:
cbrom195.exe BIOS.BIN /D
7. Now flash modified BIOS image and you're done! - 수정된 바이오스 이미지로 업데이트하면 됩니다.
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: - 또한 cbrom195.exe를 통해 확인할 수 있습니다.
Code:
cbrom195.exe BIOS.BIN /D
7. Now flash modified BIOS image and you're done! - 수정된 바이오스 이미지로 업데이트하면 됩니다.
°á·ÐÀº...Àߵ˴ϴÙ...^^
¸í·É¾î¼ÂÀÌ ¸ðµÎ Àß »ì¾Æ³³´Ï´Ù...^^
°¨»çÇÕ´Ï´Ù...^^
°¨»çÇÕ´Ï´Ù. Àß¾²°Ú½À´Ï´Ù.
½ÇÇàÇصµ ¿À·ù°¡ ³ª´Â°ÍÀÌ ¤Ð¤Ð ½º¼¦Á» ¿Ã·ÁÁÖ¼¼¿ä °©°©Çϳ׿ä ga-ep45-us3r À¯Àú°¡
¼öµ¿À¸·Î ´ÙÇÏ°í ³ª´Ï ÷ºÎÆÄÀÏ¿¡ ¹èÄ¡ÆÄÀÏÀÌ ÀÖ¾ú³×¿ä.
±×·¡µµ Ãß°¡ ÀßÇß½À´Ï´Ù.
½ÉÇà À¯ÀÍÇÑ °Á °¨»çÇÕ´Ï´Ù!!