Forum RSS Feed Follow @ Twitter Follow On Facebook

Thread Rating:
  • 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[-]
Welcome
You have to register before you can post on our site.

Username:


Password:





[-]
Latest Threads
Fujitsu Esprimo D756/E9X Intel Xeon
Last Post: Crafto
Today 03:55 PM
» Replies: 6
» Views: 98
AMI BIOS on de-branded laptop
Last Post: duckydan
Today 08:56 AM
» Replies: 0
» Views: 58
Lenovo T420 Ivy Bridge Support - i7-3540...
Last Post: spithink
Yesterday 06:23 PM
» Replies: 39
» Views: 69827
is there a forum for coreboot porting an...
Last Post: spithink
Yesterday 06:20 PM
» Replies: 1
» Views: 1110
[REQUEST] Lenovo B590 (H1ETxxWW) Whiteli...
Last Post: Yamri1991
Yesterday 03:38 PM
» Replies: 802
» Views: 561605
[REQUEST] Lenovo Thinkpad T410s (6UETxxW...
Last Post: Tractor777
Yesterday 11:46 AM
» Replies: 33
» Views: 45997
[REQUEST] Acer Nitro 5 AN515-54 BIOS Unl...
Last Post: DopeSkinup
05-14-2026 03:09 PM
» Replies: 146
» Views: 122895
Add CPU support Lenovo M715s
Last Post: blast32
05-14-2026 10:44 AM
» Replies: 8
» Views: 10646
[REQUEST] HP Elitebook 8440p Whitelist R...
Last Post: Blue_xyz
05-14-2026 04:51 AM
» Replies: 73
» Views: 58180
[REQUEST] HP ProBook 4530s Whitelist Rem...
Last Post: vadilio
05-13-2026 05:30 PM
» Replies: 49
» Views: 41886
[REQUEST] Lenovo Thinkpad E130 (H4ETxxWW...
Last Post: Darook
05-13-2026 12:21 PM
» Replies: 496
» Views: 267058
[REQUEST] Acer Aspire 5730ZG BIOS Unlock
Last Post: adbbda
05-12-2026 02:08 PM
» Replies: 29
» Views: 17532
[REQUEST] B760M C V3 BIOS Unlock Power L...
Last Post: browboy
05-12-2026 12:44 AM
» Replies: 0
» Views: 1638
AMI BIOS modding nvme-boot
Last Post: Elmurley
05-11-2026 09:05 PM
» Replies: 1
» Views: 2342
HP EliteDesk 800 G2 SFF & 7th gen CPU
Last Post: Lixkote
05-11-2026 09:48 AM
» Replies: 14
» Views: 14706
BIOS MOD FOR DELL N7110 UNLOCKED UEFI BO...
Last Post: ataigun
05-10-2026 02:38 PM
» Replies: 40
» Views: 82589
[REQUEST] Acer TravelMate 5760(G,Z) BIOS...
Last Post: lev0706
05-09-2026 06:45 AM
» Replies: 50
» Views: 37873
[REQUEST] Lenovo IdeaPad 3 15ALC6 (GLCNx...
Last Post: pomagaj
05-07-2026 12:30 PM
» Replies: 12
» Views: 17272
Badcaps forum bios file download not pos...
Last Post: spithink
05-05-2026 04:52 PM
» Replies: 0
» Views: 1693
[REQUEST] Lenovo B590 (H9ETxxWW) Whiteli...
Last Post: Illia
05-05-2026 03:45 AM
» Replies: 684
» Views: 387511

Microcode Update on Elitedesk 800 G1
#1
Hello,

I have an Elitedesk 800 G1, and i tried install an I7 4790 ES (Enginering Sample), when i boot the machine, appear a error saying that my processor don't have a microcode correct (microcode update error 1801) 

Learning some about microcode, i think i need add the microcode for this processor family on my bios, correct?

what i need to update the microcode?
find
quote
#2
Post a screenshot of third (Mainboard) tab of CPU-Z with supported CPU.
Show a photo of your i7-4790(ES) from top.
Make a photo of the screen with "error saying that my processor don't have a microcode correct".
find
quote
#3
Hello, thanks for your repply

I attached all informations

Thanks


Attached Files Thumbnail(s)
               
find
quote
#4
1. Download Intel ME System Tools v9.1 and unpack it.
2. Go to Intel ME System Tools v9.1 r7\Flash Programming Tool\WIN64 and run in command line with administrative rights:
fptw64 -a 0xF77D28 -l 0x5C18 -d ucode.bin
Make a screenshot of result.
3. If no error then run:
fptw64 -a 0xF77D28 -l 0x5C18 -f ucode.bin
Make a screenshot of result.
4. Give me file ucode.bin
find
quote
#5
(05-31-2020, 04:59 AM)DeathBringer Wrote: 1. Download Intel ME System Tools v9.1 and unpack it.
2. Go to Intel ME System Tools v9.1 r7\Flash Programming Tool\WIN64 and run in command line with administrative rights:
fptw64 -a 0xF77D28 -l 0x5C18 -d ucode.bin
Make a screenshot of result.
3. If no error then run:
fptw64 -a 0xF77D28 -l 0x5C18 -f ucode.bin
Make a screenshot of result.
4. Give me file ucode.bin

Hello, i atacched the results

   

   

I think this bios is write protected, i have the CH341 board to do a dump of bios.


Attached Files
.bin   ucode.bin (Size: 23.02 KB / Downloads: 9)
find
quote
#6
(05-31-2020, 09:13 AM)caio_rebello Wrote: I think this bios is write protected
It can be disabled in EFI GRUB Shell:
1. Take USB stick and format to FAT32
2. Create directory structure EFI\Boot
3. Download and unzip bootx64.7z
4. Put BOOTX64.EFI to Boot directory.
5. Boot from this USB stick
6. Run commands:
setup_var 0x96 0x0
setup_var 0x97 0x0
setup_var 0x98 0x0
setup_var 0x99 0x0
setup_var 0x9a 0x0
7. Make and post a photo of the screen.
8. Reboot in Windows and try again:
fptw64 -a 0xF77D28 -l 0x5C18 -f ucode.bin

(05-31-2020, 09:13 AM)caio_rebello Wrote: i have the CH341 board to do a dump of bios.
Make BIOS dump by your hardware programmer.
find
quote
#7
(05-31-2020, 09:20 AM)DeathBringer Wrote:
(05-31-2020, 09:13 AM)caio_rebello Wrote: I think this bios is write protected
It can be disabled in EFI GRUB Shell:
1. Take USB stick and format to FAT32
2. Create directory structure EFI\Boot
3. Download and unzip bootx64.7z
4. Put BOOTX64.EFI to Boot directory.
5. Boot from this USB stick
6. Run commands:
setup_var 0x96 0x0
setup_var 0x97 0x0
setup_var 0x98 0x0
setup_var 0x99 0x0
setup_var 0x9a 0x0
7. Make and post a photo of the screen.
8. Reboot in Windows and try again:
fptw64 -a 0xF77D28 -l 0x5C18 -f ucode.bin

(05-31-2020, 09:13 AM)caio_rebello Wrote: i have the CH341 board to do a dump of bios.
Make BIOS dump by your hardware programmer.


Hello, i did the command, see the results

   

   

I tried do a dump of the bios, but i think the CH341 can't read this chip (Micron 25Q128A 13EC0, 128MBit SPI Flash, SOIC-8)


Attached Files
.bin   ucode.bin (Size: 23.02 KB / Downloads: 3)
find
quote
#8
OK. Now do:
fptw64 -a 0xE90048 -l 0xD8 -d fit.bin
Give me fit.bin
find
quote
#9
(05-31-2020, 10:59 AM)DeathBringer Wrote: OK. Now do:
fptw64 -a 0xE90048 -l 0xD8 -d fit.bin
Give me fit.bin

Ok, i did

   


.bin   fit.bin (Size: 216 bytes / Downloads: 5)
find
quote
#10
1. Download my mod, unpack and run:
fptw64 -a 0xE90048 -l 0xD8 -f fit_m.bin
Make a screenshot of results.
2. If no error then run:
fptw64 -a 0xF77D28 -l 0x5C18 -f ucode_m.bin
Make a screenshot of results.
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)