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] Dell 7400 2 in 1 Computrace/Ab...
Last Post: Lorand187
Today 10:34 PM
» Replies: 0
» Views: 18
[REQUEST] Asus eeepc 1025C
Last Post: biospherebios
Today 07:28 PM
» Replies: 86
» Views: 110193
Fujitsu Esprimo P5710 - unlock [REQUEST]
Last Post: monkeywrench
Today 02:28 PM
» Replies: 12
» Views: 282
[REQUEST] Gigabyte B75M-D3H BIOS Unlock
Last Post: topadefir
Today 12:56 PM
» Replies: 10
» Views: 4001
[REQUEST] Lenovo B590 (H9ETxxWW) Whiteli...
Last Post: samugarob
Today 10:08 AM
» Replies: 674
» Views: 168093
[REQUEST] Asus GL504GV BIOS Unlock
Last Post: merjeu
Today 09:28 AM
» Replies: 5
» Views: 1671
[REQUEST] Asus ROG Strix GL702ZC BIOS Un...
Last Post: George205
Today 09:22 AM
» Replies: 168
» Views: 68502
[REQUEST] Lenovo G780 advanced menu
Last Post: serinity63
Today 07:03 AM
» Replies: 42
» Views: 16859
[REQUEST] HP Gaming Pavilion 15-cx0xxx B...
Last Post: falkorikstv
Today 07:03 AM
» Replies: 10
» Views: 1563
[REQUEST] Gigabyte G5 KC Unlock BIOS
Last Post: Dudu2002
Today 04:06 AM
» Replies: 6
» Views: 2239
[REQUEST] M920q BIOS unlock
Last Post: d3vf0x
Yesterday 04:50 PM
» Replies: 0
» Views: 122
[REQUEST] Lenovo G500 (78CNxxWW) Whiteli...
Last Post: MAVARACOMPLEX
Yesterday 02:15 PM
» Replies: 1186
» Views: 267886
[REQUEST] Lenovo Thinkpad X240 (GIETxxWW...
Last Post: BOJIKA
Yesterday 01:33 PM
» Replies: 49
» Views: 17205
[REQUEST] Lenovo Y400 & Y500 (6BCNxxWW) ...
Last Post: Dudu2002
Yesterday 11:17 AM
» Replies: 157
» Views: 54787
[REQUEST] Lenovo G780 (5ECNxxWW) Whiteli...
Last Post: Dudu2002
Yesterday 11:16 AM
» Replies: 877
» Views: 289891
[Removed, sp52359] HP Touchsmart Tm2t-22...
Last Post: OrionDakota
Yesterday 10:04 AM
» Replies: 24
» Views: 21098
[REQUEST] HP Laptop 15-dw3xxx BIOS Unloc...
Last Post: UltraVi0let
Yesterday 09:58 AM
» Replies: 4
» Views: 199
Clevo P775TM1-G BIOS
Last Post: Spacoom
04-29-2024 09:09 AM
» Replies: 146
» Views: 58565
[REQUEST] Unlocked BIOS for Gigabyte H51...
Last Post: IsHacker
04-29-2024 05:32 AM
» Replies: 0
» Views: 173
[REQUEST] Lenovo G510 (79CNxxWW) BIOS Un...
Last Post: Crazy tech
04-28-2024 09:51 PM
» Replies: 78
» Views: 43083

[REQUEST+REWARD] Add AES-NI support to IBM x3500 M3 firmware
#1
Hi

Whilst this forum has proved to be an excellent source of information, I'm afraid that modifying the BIOS to enable AES-NI is beyond me. It's taken me two weeks of research to get the BIOS extracted and to be able to read and play with the contents, but I've hit a brick wall. Therefore I'm happy to provide a $100 reward or make a donation/contribution if someone can help me achieve this.

Download link: https://drive.google.com/open?id=14P1iF_...lH8Di1sd1d

The download link contains:
  • UEFI BIOS version 1.15 build Y4E160AUS date 07/31/2013
  • AIDA64 reports
  • VMWare ESXi hardware report

I tried to follow the post rules, but if I haven't for some reason please let me know and I'll resolve the issue.


Regards
Adam
find
quote
#2
Have you a hardware programmer?
Make TXT report of CPU-Z.
Make BIOS backup by Universal BIOS Backup ToolKit 2.0.
BTW: Don't make it from inside virtual machine.
find
quote
#3
I'm not a hardware programmer

I've added the CPU-Z report to the download link

I'll add the BIOS backup output once I get around my antivirus blocking it. Although shouldn't I run a similar tool from a bootable usb and not a Windows guest VM?

Edit: I ran the tool, but it couldn't identify the BIOS.
find
quote
#4
I mean a hardware programmer like this - CH341A
[Image: s-l300.jpg]
Your CPU-Z report is useless because of VM.
find
quote
#5
I don't have a hardware programmer. I can order one.

Yeah I figured the reports would be useless. I tried to run some tools from bootable USB to get the BIOS, but I didn't have any luck. Is there a DOS tool that would work? I can try the bootable USB again.
find
quote
#6
Try Windows Live DVD. Or install Windows.
find
quote
#7
I'm downloading what I need to create a Window live dvd. I'll give it a go tomorrow and see if it boots and if I can get the BIOS with Universal BIOS Backup ToolKit 2.0.
If there's a linux or dos version of the program that does the same thing I already have boot disks for those.
find
quote
#8
(01-11-2018, 09:56 AM)AdamBearWA Wrote: If there's a linux or dos version of the program that does the same thing I already have boot disks for those.

1. Download AMI Flash Utilities
2. Extract and copy files from amiflash\Aptio\afudos\afudos.zip\AfuDos\ to USB stick with native DOS
3. Boot from bootable USB stick with native DOS
4. Run
afudos OLD.ROM /o
I need result file old.rom

Boot into Linux (not VM) and run
sudo modprobe msr
sudo rdmsr 0x13c

Show the result
find
quote
#9
I have a made a Windows bootable USB a dos bootable USB and an Ubuntu bootable USB.
I'll try them all and see which one works to get the BIOS and other requested items over the next couple of days
find
quote
#10
Edit: I originally tried with Ubuntu 15.04 and then again with 16.04.03. Both had the same results.

On ubuntu I ran the following commands from a root terminal:
Code:
sudo apt-get update
sudo apt-get install msr-tools
sudo modprobe msr
sudo rdmsr 0x13r

The output from the last command is:

Code:
rdmsr: CPU 0 cannot read MSR 0x00000013

I tried this command too: sudo strace rdmsr 0x13r and got this result:

Code:
...

open("/dev/cpu/0/msr", O_RDONLY|O_LARGEFILE) = 3
pread64(3,, 0xbf8471c0, 8, 19) = -1 EIO (Input/output error)
...
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)