Forum RSS Feed Follow @ Twitter Follow On Facebook

Thread Rating:
  • 1 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
[REQUEST] Lenovo G580 (5ECNxxWW) Whiteli...
Last Post: Dudu2002
Today 05:09 PM
» Replies: 1738
» Views: 744661
[REQUEST] Acer Predator Helios 300 PH315...
Last Post: Dudu2002
Today 02:05 PM
» Replies: 43
» Views: 17837
HP Insyde bios won't see charger, need m...
Last Post: tombodude
Today 12:16 PM
» Replies: 0
» Views: 52
[REQUEST] Acer Aspire V3-772G BIOS Unloc...
Last Post: medtb
Today 11:22 AM
» Replies: 455
» Views: 211363
BIOS Recovery - Dell Latitude 3420
Last Post: MishIndo
Today 06:22 AM
» Replies: 0
» Views: 84
asus rog g513qr bios
Last Post: cic
Today 05:15 AM
» Replies: 0
» Views: 60
Asus PIKE II 3008-8i bios
Last Post: zaku
Today 03:09 AM
» Replies: 0
» Views: 78
[REQUEST] Acer Aspire 4349, 5349 & 5749(...
Last Post: Computer Service
Yesterday 08:16 PM
» Replies: 251
» Views: 131188
HP Pavilion 17-f150nr (no wifi after bio...
Last Post: SSB_017
Yesterday 10:51 AM
» Replies: 0
» Views: 179
Samsung Chronos NP770 NP870 disable disc...
Last Post: faeterov
Yesterday 09:50 AM
» Replies: 1
» Views: 184
A Suggestion
Last Post: marco_otg
04-05-2025 06:40 PM
» Replies: 0
» Views: 133
Bios MOD Lenovo L390/ Wifi support MacOS
Last Post: DennisWeaver
04-03-2025 10:50 PM
» Replies: 1
» Views: 919
[REQUEST] Acer Nitro 5 AN515-54 BIOS Unl...
Last Post: help_seeker
04-03-2025 01:23 PM
» Replies: 129
» Views: 54283
[REQUEST] Lenovo ThinkCentre M93p Tiny (...
Last Post: sairos
04-03-2025 10:23 AM
» Replies: 60
» Views: 47230
[REQUEST] Lenovo Thinkpad T440p (GLETxxW...
Last Post: uncle_Fedya
04-02-2025 03:54 PM
» Replies: 524
» Views: 222901
[REQUEST] Lenovo T440(S) (GJETxxWW) Whit...
Last Post: Dudu2002
04-02-2025 01:56 PM
» Replies: 497
» Views: 208540
[REQUEST] Gigabyte G5 KF BIOS unlock
Last Post: Dudu2002
04-02-2025 01:55 PM
» Replies: 3
» Views: 573
[REQUEST] Lenovo Legion 5 (EFCNxxWW) BIO...
Last Post: Dudu2002
04-02-2025 03:32 AM
» Replies: 44
» Views: 21346
Gigabyte b650e aorus master F33b
Last Post: Anem
04-01-2025 11:59 PM
» Replies: 0
» Views: 365
Xeon E5 2699 V3 (turbo Unlock) for Bios-...
Last Post: xlr8r
04-01-2025 11:42 AM
» Replies: 0
» Views: 480

[Request] Alienware Aurora R4 bios
#1
I've received my Alienware Aurora R4 last week but the guys from AW have decided to put the vcore at 1.4V which is ridiculously high when running at stock speeds.
Most of the offset voltage settings are available in the bios menu but they've hidden the Core Voltage setting so I can't lower it to save power and keep the system cooler.

I would be very grateful if someone could help me get this option back so I can lower the vcore setting.

The bios can be downloaded from Dell: Alienware Aurora R4 bios A03

Thanks in advance
find
quote
#2
Hello. Can anyone help me with extracting the BIOS from this exe? 
I've tried MMTools, PhoenixTools, UniExtract, CBROM, 7zip, /writeromfile, /writehdrfile and I simply cannot get the bios image out of this exe file.
How do I get the image extracted?

Once I've gotten the bios image, I will add updated microcode via UBU.
Is it also possible to get the microcode from another bios and add it to the Aurora R4 A11 bios?
I want the microcode from the Z9PE-D8 WS 5802 bios because the processor I will use works perfectly on that board with that bios (ver 5802).

P.S. The processor I will use is the E5-2687W V2 ES, labelled 'QE2T' 3.2Ghz. L2 stepping.

Aurora R4 A11 bios download: Aurora R4 A11 bios (exe)
ASUS Z9PE-D8 WS 5802 bios download: Z9PE-D8 WS 5802 bios (rar)

Any help is appreciated.
find
quote
#3
https://mega.nz/#!74phVTqT!Y98cOvCw80bDS...zpaM6_q0GE


Bios file and microcode file

find
quote
#4
(01-28-2017, 02:18 AM)genius239 Wrote: https://mega.nz/#!74phVTqT!Y98cOvCw80bDS...zpaM6_q0GE
Bios file and microcode file

Wow. I did not expect someone to respond to quickly to my request.
Thank you very, very much! I'll let you know if things work out.

Btw, may I know how you were able to extract the bios image? I'm curious.
find
quote
#5
I analysed this exe and extracted it by an hex editor ,i found there are two gzip files on this exe file.
One is a11.bin ,another is me.bin , i think this utility also update mei area.
Here is mei file.
https://mega.nz/#!D8JjHZDT!QnCmzPBYVScs7...vkn7gRmuho

find
quote
#6
Hello everyone!

I'd like to enable VT-d and IOMMU on an Alienware Aurora R4.  I extracted the firmware from the updater ( https://downloads.dell.com/FOLDER0187328...R4_A11.exe ) using "binwalk -e".

Code:
sudo apt install binwalk
binwalk -e ./AuroraR4_A11.exe
md5sum ./_AuroraR4_A11.exe.extracted/a11.bin

Results were
Code:
ba75cf54bf7b04a994c2772f92cc2eca  ./_AuroraR4_A11.exe.extracted/a11.bin

I can open a11.bin with UEFITool and MMTool 4.50.0.23.  What can I modify to enable all menus?  Is there a tutorial that can explain this?

Thanks for your help!   Smile
find
quote
#7
All that hassle previously to get the files from this, all you had to do is run the exe and get files from temp folder
Please zip me images of all BIOS main sections (one each of Main, Advanced, etc)

Sorry, not sure about any exact guides, I see magic String in Setup PE32 module, that may work to enable menus all by itself, or it may need AMIBCP edits on top of that. Hard to know without seeing others comments on what they've tried that failed. Surely, there is already an unlocked BIOS for this system, or at least some other thread where people discussed, attempted etc

If you just need Vt-D and IOMMU enabled, you can do that via grub using setup_var

Vt-d is in BIOS twice, but using same VarStoreInfo so I'll only add one instance below truncated to avoid confusion

One Of: Intel® VT-d, VarStoreInfo (VarOffset/VarName): 0x18D
One Of Option: Disabled, Value (8 bit): 0x0 (default) {09 0E 04 00 30 00 00 00 00 00 00 00 00 00}
One Of Option: Enabled, Value (8 bit): 0x1 {09 0E 03 00 00 00 01 00 00 00 00 00 00 00}

Here is general guide on using setup_var, for another purpose, but it will help you see how it works and get things going on your end
https://www.win-raid.com/t3908f16-GUIDE-Grub-Setup-Var-Guide-Fix-Intel-FPT-Error-BIOS-Lock-Bit-Set-HSFS-W-Asus-or-Other-Mod-BIOS.html
Alt boot to grub when no boot to EFI on exit page - https://www.win-raid.com/t3144f16-Help-needed-Hidden-Advanced-menu-Bios-HP-Z-J-BIN-1.html#msg58324

You will need to use the alternative link there, since the "Launch EFI Shell from filesystem device" is hidden from you in BIOS (exit page used instead of Save & exit - I assume) you can try naming to >> shellx64.efi, but I assume you will need to do as I linked above in second link

once at grub prompt, this will enable VT-d for you >> setup_var 0x18D 0x1

Sorry, IOMMU is not in this BIOS.
find
quote


Forum Jump:


Users browsing this thread: