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] Mod Adaptec ARCCONF to allow x...
Last Post: Teetrinker
09-13-2025 10:14 AM
» Replies: 0
» Views: 1441
[REQUEST] Lenovo G580 (5ECNxxWW) Whiteli...
Last Post: Princeneo
09-12-2025 09:23 AM
» Replies: 1726
» Views: 896821
[REQUEST] Lenovo Ideapad 100-14IBD & 100...
Last Post: Dudu2002
09-12-2025 02:22 AM
» Replies: 26
» Views: 23419
[REQUEST] Acer Nitro 5 AN515-58 BIOS Unl...
Last Post: iku56m22v
09-11-2025 10:02 AM
» Replies: 37
» Views: 26366
3rd Party RAM Mod For HP EliteDesk 705 G...
Last Post: AmyGrrl
09-10-2025 09:40 AM
» Replies: 0
» Views: 3254
MSI PR210 AHCI
Last Post: iday82
09-09-2025 04:40 PM
» Replies: 0
» Views: 3480
Honor Magicbook D14 Ryzen 4800H
Last Post: Altermann
09-09-2025 05:04 AM
» Replies: 0
» Views: 3804
[REQUEST] Thinkpad X60S WiFi WhiteList r...
Last Post: Vigor89
09-08-2025 04:46 PM
» Replies: 0
» Views: 4491
[REQUEST] GIGABYTE G6 MF (2024) Bios Unl...
Last Post: lovesickugh
09-07-2025 09:15 PM
» Replies: 3
» Views: 8413
Gigabyte GA-G33-DS3R: USB Boot
Last Post: dinix
09-04-2025 10:37 AM
» Replies: 0
» Views: 6380
Optiplex 7060 SFF 9th Generation Intel C...
Last Post: DeathBringer
08-31-2025 01:59 AM
» Replies: 68
» Views: 38368
Bios Powered classmate
Last Post: MosheNessi
08-28-2025 08:08 AM
» Replies: 0
» Views: 6416
[REQUEST] Lenovo Thinkpad X12 Detachable...
Last Post: Kokoko123
08-28-2025 12:48 AM
» Replies: 0
» Views: 6649
[REQUEST] Unlock advanced options to HP ...
Last Post: huguito
08-26-2025 02:57 PM
» Replies: 0
» Views: 6820
[REQUEST] Dell Precision T3500 BIOS Unlo...
Last Post: DEX0ZEN
08-25-2025 01:30 PM
» Replies: 45
» Views: 51600
[REQUEST] Samsung NP900X4D AES-NI enable...
Last Post: Vesly
08-23-2025 05:25 PM
» Replies: 63
» Views: 47261
Acer Veriton X2640G Xeon support
Last Post: hercares
08-19-2025 03:21 PM
» Replies: 5
» Views: 2517
[Request] Lenovo v520s sff unit bios sup...
Last Post: DeathBringer
08-17-2025 02:05 PM
» Replies: 15
» Views: 3394
[Success] [Bios Mod] Dell XPS L321X EFI ...
Last Post: tuwumo
08-17-2025 11:37 AM
» Replies: 18
» Views: 29722
Samsung N140 JA05IT AHCI
Last Post: Ranmamez
08-12-2025 05:22 PM
» Replies: 0
» Views: 7308

BIOS DXE Driver modding
#1
I really need a pro's help with this. The Alienware 18 has support for using the GTX 980M in legacy mode in the latest BIOS A12. However, in BIOS A10, it did not have support for legacy boot with GTX 980M and required pure UEFI (no legacy option rom). Upon examining the code in the two bios files, they changed the following sections in the DXE:
29CF55F8-B675-4F5D-8F2F-B87A3ECFD063_1734.ROM (BiosVideo, PE32 section)
33CF55F8-B675-4F5D-8F2F-B11A3ECFD063_31.ROM (InstallPlatformOverrideEDID, PE32)
99C20A37-042A-46E2-80F4-E4027FDBC86F_1148.ROM (SmmPlatform, PE32 image section)
662D072E-70A0-4E14-901F-8DB301631647_1566.ROM (Freeform, raw section)
B674D90A-9BDA-410D-A26C-14D6AFFEBD6E_71.ROM (CMFCDxe, PE32 section)
E62F9F2F-4895-4AB5-8F1A-399D0D9C6B90_39.ROM (OEMPost, PE32 section)
EF0C99B6-B1D3-4025-9405-BF6A560FE0E0_1228.ROM (MiscSubclass, PE32 section)

Now, I have a M18x R2 on bios A10 and the code between its BiosVideo section in the DXE is similar to the BiosVideo section in the DXE for the Alienware 18 A10. I want to backport whatever code changes Dell did to the Alienware 18 A12 to M18x R2. How can this be done? Both are InsydeH2O bios
find
quote
#2
(12-11-2015, 08:40 AM)technos Wrote: I really need a pro's help with this. The Alienware 18 has support for using the GTX 980M in legacy mode in the latest BIOS A12. However, in BIOS A10, it did not have support for legacy boot with GTX 980M and required pure UEFI (no legacy option rom). Upon examining the code in the two bios files, they changed the following sections in the DXE:
29CF55F8-B675-4F5D-8F2F-B87A3ECFD063_1734.ROM (BiosVideo, PE32 section)
33CF55F8-B675-4F5D-8F2F-B11A3ECFD063_31.ROM (InstallPlatformOverrideEDID, PE32)
99C20A37-042A-46E2-80F4-E4027FDBC86F_1148.ROM (SmmPlatform, PE32 image section)
662D072E-70A0-4E14-901F-8DB301631647_1566.ROM (Freeform, raw section)
B674D90A-9BDA-410D-A26C-14D6AFFEBD6E_71.ROM (CMFCDxe, PE32 section)
E62F9F2F-4895-4AB5-8F1A-399D0D9C6B90_39.ROM (OEMPost, PE32 section)
EF0C99B6-B1D3-4025-9405-BF6A560FE0E0_1228.ROM (MiscSubclass, PE32 section)

Now, I have a M18x R2 on bios A10 and the code between its BiosVideo section in the DXE is similar to the BiosVideo section in the DXE for the Alienware 18 A10. I want to backport whatever code changes Dell did to the Alienware 18 A12 to M18x R2. How can this be done? Both are InsydeH2O bios

well to be honest i was wondering the same thing. I was searching if maybe possible to change the vbios on gtx 980m to boot on legacy instead of uefi for my alienware m18x r1, yes r1 and i did multiple forums about it so im searching somebody willing to do so to hopefully try to make it happen with a modded vbios for that laptop
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)