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] Lenovo Ideapad Gaming 3-15ACH6...
Last Post: openg664
Yesterday 05:35 AM
» Replies: 7
» Views: 9557
[SOLVED] Lenovo E545 (HRETxxWW) WiFi + B...
Last Post: Dudu2002
08-17-2026 01:12 PM
» Replies: 270
» Views: 169782
AMI BIOS modding nvme-boot
Last Post: marktuan
08-17-2026 07:12 AM
» Replies: 1
» Views: 3223
Dell Precision 3490 qwery about dell eps...
Last Post: krzysztoft1
08-17-2026 05:03 AM
» Replies: 0
» Views: 220
[REQUEST] Alienware M15 R7 i7-12700H BIO...
Last Post: stapaible
08-17-2026 04:03 AM
» Replies: 1
» Views: 1597
Bloqueo de bios de Acer aspire 5 15 a515...
Last Post: Emewhi
08-16-2026 12:52 PM
» Replies: 0
» Views: 250
[REQUEST] HP Pavilion dv6-3110ST (XR556E...
Last Post: AhmetBaki
08-15-2026 06:27 PM
» Replies: 0
» Views: 309
Asus Prime Q370M-C: Remove The Password
Last Post: DeathBringer
08-15-2026 11:29 AM
» Replies: 2
» Views: 1973
[REQUEST] Lenovo ThinkCentre M93p Tiny (...
Last Post: Route66Fan
08-15-2026 03:31 AM
» Replies: 58
» Views: 71358
[REQUEST] Lenovo G700 (7ACNxxWW) Whiteli...
Last Post: ManulSibirskiy
08-14-2026 06:22 PM
» Replies: 168
» Views: 120088
[REQUEST] Lenovo Thinkpad T440p (GLETxxW...
Last Post: tsounoi
08-14-2026 01:46 PM
» Replies: 533
» Views: 359131
[REQUEST] Lenovo Thinkpad X230(i) (G2ETx...
Last Post: CK1968
08-13-2026 10:48 AM
» Replies: 1098
» Views: 766980
Lenovo G500 & G400 (78CNxxWW) CPU Upgrad...
Last Post: DeathBringer
08-13-2026 07:37 AM
» Replies: 48
» Views: 28247
[Request] Vostro 3250 7th gen support
Last Post: DeathBringer
08-13-2026 05:14 AM
» Replies: 12
» Views: 5957
Foxconn 865G7MF Pinmodded Xeon Support
Last Post: KSM74
08-11-2026 06:27 PM
» Replies: 26
» Views: 4522
[REQUEST] Lenovo ThinkPad X280 Whitelist...
Last Post: Dudu2002
08-10-2026 01:37 AM
» Replies: 6
» Views: 4220
[REQUEST] Lenovo G510 (79CNxxWW) Whiteli...
Last Post: T_A_o_D
08-09-2026 07:35 PM
» Replies: 604
» Views: 423345
[REQUEST] Lenovo ThinkPad X201 (6QETxxWW...
Last Post: CK1968
08-07-2026 10:10 AM
» Replies: 65
» Views: 54265
[REQUEST] Asus Zephyrus GX701GWR Bios un...
Last Post: Elijah Dannel
08-07-2026 05:21 AM
» Replies: 7
» Views: 4296
[Request] Acer Aspire One 751h Bios Unlo...
Last Post: iggd
08-06-2026 12:51 AM
» Replies: 43
» Views: 42413

Fujitsu Stylistic ST6012
#11
I have some news. Just an update on progress regarding BIOS unlocking.
It looks like this is going to take a little longer.


The ROMEXEC presence error was easily fixed. But, as it turned out, this BIOS is not so simple. Instead of one error, there's another, more serious one appeared. It sounds something like: error in module OLD1.RLS. I don't remember how it spells exactly, but it doesn't matter.


Now there are two possible scenarios... This is in case if we want an almost completely unlocked BIOS. And I WANT IT.
First, we can manually recreate the look of the BIOS UI with all its menus, including the hidden ones, by illustrating it in a notepad. For example, how I did it for some Samsung notebook. But I do not want to resort to this, because then was just a hopeless situation, and the Fujitsu BIOS also has too many more settings to tinker with.

Second, it is more likely to fix the problem in a certain part of STRINGS module. I already localized it. One of the values corresponding to a name string identifier is not correct, and for both EN and JP languages.
And yes, I've tried removing one of the language packs, hoping to fix this issue quickly. But no luck. Maybe a compilation error?

Enforcing PBE to continue loading even if STRINGS is corrupted, I found out that this problem does not occur artificially due to PBE, missing ROMEXEC or else. PBE still can read menu tables from the TEMPLATES module correctly. The only thing is that there is no names for anything, except entries types.

Will see what I can get.
find
quote
#12
Thanks for the update.
Many options there? I'm very impatient to know what those are.

PBE is old and needs to be updated, I wish we had its source code for this purpose.
Wouldn't you mind making a guide about how to fix the whole thing to make it readable in the PBE? I guess someone might need it if they get in the same trouble. We will also have to be able to compile the BIOS back if possible. Otherwise, how do we save the edits?

By the way, do you have enough skills at IDA disassembler?
find
quote
#13
(12-28-2022, 10:53 PM)Remdale Wrote: Thanks for the update.
Many options there? I'm very impatient to know what those are.
I think I can make it real.

I confirmed the bug location. Chose name string, which in my opinion is correct. Next, assigned its numeric identifier for all others in the STRINGS module.
The error is gone. Now I need to filter out incorrect value(s) in the same way.
Will do when I have time.
(12-28-2022, 10:53 PM)Remdale Wrote: Wouldn't you mind making a guide about how to fix the whole thing to make it readable in the PBE?
Maybe.
(12-28-2022, 10:53 PM)Remdale Wrote: We will also have to be able to compile the BIOS back if possible.
No worries. We'll be able.
(12-28-2022, 10:53 PM)Remdale Wrote: By the way, do you have enough skills at IDA disassembler?
I do have some skills. So I was able to move forward. I used IDA to skip the ROMEXEC warning and else...
find
quote
#14
That's awesome! So is the BIOS file problematic itself or it's the PBE which is too old to be able to open the new format?
(12-29-2022, 02:44 AM)Maxinator500 Wrote: I do have some skills. So I was able to move forward. I used IDA to skip the ROMEXEC warning and else...
Great, I will PM you
find
quote
#15
(12-29-2022, 07:30 AM)Remdale Wrote: That's awesome! So is the BIOS file problematic itself or it's the PBE which is too old to be able to open the new format?
I would say the culript is the BIOS.

Check this out.
(12-29-2022, 02:44 AM)Maxinator500 Wrote: The error is gone. Now I need to filter out incorrect value(s) in the same way.
Will do when I have time.
Can you indicate for me which menus are not available so I could start unlocking?
[Image: b-a.jpg]
find
quote
#16
I have removed the BGA CPU from the motherboard, so I can't check out which options are available unless I solder it back on the board. But I have a manual with all the tabs and menus. I don't remember if all of these are actually visible, but I hope they are. Have a look
[Image: XddmSzo.jpg]
[Image: lIw0aYP.jpg]
[Image: YjPlbQQ.jpg]
[Image: hCk6YXL.jpg]
[Image: hEwZqOC.jpg]
[Image: Kam5XF0.jpg]
find
quote
#17
(12-29-2022, 03:09 PM)Remdale Wrote: I have a manual with all the tabs and menus.
Thanks.
The only thing I see not available is the Advanced Chipset Control menu. Not quite sure how to make it visible. I didn't ask Sml6397 about this.

So I did the following. I moved all the settings from this menu to an Intel menu in the hope that it is not affected by the hide flag, and moved this menu to an accessible location.
BIOS MOD: Fujitsu Stylistic ST6012.zip
Confirm if the modification went smooth when you get the motherboard to work.
[Image: it-worked7.jpg]

And here's something for you to play with: Remdale.zip
find
quote
#18
Ok, thanks. Will flash as soon as I get the device back to the working state.

In the notes in the 2nd archive it says "First, load dummy, then load a target Phoenix BIOS file." Does it always have to be done after each start of the program? How does this change anything?

In the notes in the 1st archive there addresses next to each setting. What are those addresses about? What is the whole file for? And what does "space 4320" mean?
find
quote
#19
Oh, I forgot to ask. How do you think why are these without proper names?
[Image: UFsiihl.jpg]
find
quote
#20
(12-30-2022, 03:52 AM)Remdale Wrote: In the notes in the 2nd archive it says "First, load dummy, then load a target Phoenix BIOS file." Does it always have to be done after each start of the program?
After each PC reboot or PBE overflow error. To open the problematic BIOS for some reason it requires to load valid data of some normal BIOS to RAM.

(12-30-2022, 03:52 AM)Remdale Wrote: In the notes in the 1st archive there addresses next to each setting. What are those addresses about? What is the whole file for? And what does "space 4320" mean?
See this.

(12-30-2022, 03:52 AM)Remdale Wrote: How do you think why are these without proper names?
The manufacturer's mistakes, I guess.
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)