Forum RSS Feed Follow @ Twitter Follow On Facebook

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

Username:


Password:





[-]
Latest Threads
Request: Modded BIOS with NVMe support f...
Last Post: thadrusta
Today 01:08 PM
» Replies: 1
» Views: 707
[Request] Alienware X51 R2 BIOS Unlock
Last Post: thadrusta
Yesterday 07:02 PM
» Replies: 15
» Views: 14221
[REQUEST] Lenovo Yoga 500 (BDCNxxWW) BIO...
Last Post: soren
Yesterday 05:19 PM
» Replies: 21
» Views: 15688
Unlock EMT64 / 64-bit UEFI support on In...
Last Post: ordi
Yesterday 01:41 PM
» Replies: 4
» Views: 283
H-Joshua-H61-uATX with i5-2500K or i7-37...
Last Post: EQX
Yesterday 12:49 PM
» Replies: 33
» Views: 18757
[Request] Lenovo v520s sff unit bios sup...
Last Post: DeathBringer
Yesterday 10:10 AM
» Replies: 3
» Views: 377
[REQUEST] Lenovo Thinkpad X240 (GIETxxWW...
Last Post: Yaserxi
Yesterday 08:50 AM
» Replies: 341
» Views: 172957
BIOS Mod for Dell Inspiron 7447 A09 to E...
Last Post: hoangha16497
06-11-2025 08:14 PM
» Replies: 0
» Views: 170
[REQUEST] Lenovo B575 (52CNxxWW) Whiteli...
Last Post: ptnom
06-11-2025 06:36 PM
» Replies: 57
» Views: 30006
[REQUEST] Lenovo G50-70 (9ACNxxWW) White...
Last Post: Dudu2002
06-11-2025 05:46 PM
» Replies: 245
» Views: 110796
[REQUEST] Acer Aspire One AOD255E BIOS U...
Last Post: stormy
06-11-2025 03:24 PM
» Replies: 63
» Views: 37374
[Request] Dell Vostro 3268 Bios Modd for...
Last Post: izzner1
06-11-2025 08:34 AM
» Replies: 0
» Views: 175
HP Pavilion DV6318ea Whitelist
Last Post: kaczorekbw
06-11-2025 06:45 AM
» Replies: 0
» Views: 118
[REQUEST] HP Pavilion Gaming 15-DK0042TX...
Last Post: clintonhenry
06-11-2025 02:06 AM
» Replies: 1
» Views: 868
[REQUEST] Lenovo ThinkPad Edge E531 (HEE...
Last Post: Boris9936
06-10-2025 05:31 PM
» Replies: 124
» Views: 44185
ProBook 6460b i7 3720qm
Last Post: DeathBringer
06-10-2025 01:41 PM
» Replies: 1
» Views: 150
Clevo P775TM1-G BIOS
Last Post: LukeF
06-10-2025 05:15 AM
» Replies: 160
» Views: 93188
[REQUEST] Lenovo G470 (40CNxxWW) BIOS Un...
Last Post: agnoscl
06-09-2025 07:08 PM
» Replies: 35
» Views: 31615
is that anyone have exp on AMD Qogir MTS...
Last Post: essentiallifes
06-09-2025 07:29 AM
» Replies: 0
» Views: 204
[REQUEST] Lenovo Legion Y540 (BHCNxxWW) ...
Last Post: Dudu2002
06-08-2025 05:50 PM
» Replies: 17
» Views: 7076

Unlock EMT64 / 64-bit UEFI support on Intel Atom D2550 (Clientron E850 / Praim U22)
#1
Hi, this is my first time trying to mod a BIOS.
I'm working on a Praim Thin Client (model U22), an OEM Clientron E850. There’s not much info online about it, except for a PDF datasheet (attached)

The issue I’m trying to solve is related to EMT64. The CPU inside (Intel Atom D2550) is 64-bit capable, but the motherboard locks it to a 32-bit UEFI. This makes it hard (or impossible) to run any modern OS or programs, which is unfortunate, because it would make a great little low-power server for basic homelab services.

I dumped the BIOS using flashrom in FreeDOS and tried a couple of things:
- Used AMIBCP to change the EMT64 option to USER (didn't brick, but didn’t work)
- Replaced the CpuPei and Microcode modules with ones from another BIOS where EMT64 was working (found on Win-Raid, from what I understand someone had success with this, same CPU as this thin client)

I tried flashing that last modified BIOS and bricked the device. Luckily, I have another identical unit and a backup dump. I'm currently waiting for a CH341A programmer to arrive (should take about 6-7 days), so I can unbrick it and keep testing.

If anyone could mod the BIOS properly, or at least help me with it, I’d appreciate it. I’m still new to this and don’t have much assembly or BIOS modding experience.


Attached Files
.pdf   E850.pdf (Size: 94.38 KB / Downloads: 1)
.rom   E850.ROM (Size: 2 MB / Downloads: 2)
find
quote
#2
Hi, are you really interested in this or just hit and run?
EM64T lock is in CpuPei/PE32 image section at body-offset 508h and body-offset 1164h.

if (CPUID & FFFFFFF0h == 30660h){
WRMSR 0x122 0x3
}
find
quote
#3
(06-11-2025, 11:57 PM)Maxinator500 Wrote: Hi, are you really interested in this or just hit and run?
EM64T lock is in CpuPei/PE32 image section at body-offset 508h and body-offset 1164h.

if (CPUID & FFFFFFF0h == 30660h){
  WRMSR 0x122 0x3
}

Yes, I'm interested, not just hit and run
I’m still really new to BIOS modding, so keep that in mind.

I’ve tried patching the CpuPei module, but didn’t get it right. I probably missed something, or maybe there's more. (Maybe got it completely wrong)
Unfortunately, this last attempt resulted in bricking the second system as well (had already taken a dump of that one too).
So now I’m waiting for my CH341A programmer to arrive before I can recover both devices and keep testing.

Here’s what I did in this latest attempt:
  1. Extracted the CpuPei module (of the first bios I dumped) body using UEFITool NE
  2. Edited the binary with Cutter
  3. Replaced the modified module into the BIOS image using UEFITool (non-NE), since NE doesn’t support editing yet
  4. Flashed the BIOS using Flashrom under FreeDOS (via internal programmer)


[Image: diff.png]

(changed from jni to jmp)

I’ll attach the following:
  • Modded and stock CpuPei
  • BIOS dump from the second system
  • My modded bios (that DOESN'T WORK, based on the first system's dump)

If you ever have some free time, and you'd be willing to take a look, maybe you could help me patch the BIOS properly? Not really confident I did it right, and you definitely have more experience than me.


Attached Files
.rom   E850 2.ROM (Size: 2 MB / Downloads: 0)
.rom   E850 MOD (not working).rom (Size: 2 MB / Downloads: 0)
.zip   CpuPei.zip (Size: 17.97 KB / Downloads: 2)
find
quote
#4
(Yesterday, 05:43 AM)ordi Wrote: Unfortunately, this last attempt resulted in bricking the second system as well
You patched only 1 location out of 2. This could be the reason why it bricked.

(Yesterday, 05:43 AM)ordi Wrote: maybe you could help me patch the BIOS properly? Not really confident I did it right, and you definitely have more experience than me.
I'm neither sure if I can get it right. I hesitate to provide new patch suggestions, besides those already known working patches from other threads.

I had bad experience with modding one of these Atom laptops, Lenovo Ideapad S110. I could not for life get it support 64bit, spent too much time and eventually gave up.
find
quote
#5
(Yesterday, 07:32 AM)Maxinator500 Wrote:
(Yesterday, 05:43 AM)ordi Wrote: Unfortunately, this last attempt resulted in bricking the second system as well
You patched only 1 location out of 2. This could be the reason why it bricked.

(Yesterday, 05:43 AM)ordi Wrote: maybe you could help me patch the BIOS properly? Not really confident I did it right, and you definitely have more experience than me.
I'm neither sure if I can get it right. I hesitate to provide new patch suggestions, besides those already known working patches from other threads.

I had bad experience with modding one of these Atom laptops, Lenovo Ideapad S110. I could not for life get it support 64bit, spent too much time and eventually gave up.

Yeah, that could definitely be the reason.
I saw a post on the Win-Raid forum (same CPU, and what looks like the same AMI BIOS) where someone mentioned that patching both instances of "or eax, 3" to "or eax, 0" should work. I'm gonna try this when I get the programmer.

What I’m unsure about is whether I actually replaced the module correctly, or if UEFITool might have done something strange during the replacement.
As I've said, not really into this stuff.

Oh, and no worries if you’re not able to do it. I appreciate the help.
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)