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 L440 Whitelist Removal
Last Post: Dudu2002
Today 04:48 AM
» Replies: 144
» Views: 82957
Lenovo G460 G560 Z460 Z560 NWL ADV MC
Last Post: Clecio1
Yesterday 10:38 PM
» Replies: 7
» Views: 6237
[REQUEST] Lenovo G400S (7BCNxxWW) Whitel...
Last Post: El_Gamer_74
Yesterday 02:09 PM
» Replies: 218
» Views: 128750
Dell G43T-DM1 please
Last Post: Methanoid
Yesterday 09:52 AM
» Replies: 0
» Views: 78
Thinkpad P16s G3 WWAN whitelist removal
Last Post: jussi666
Yesterday 09:30 AM
» Replies: 0
» Views: 98
Foxconn 865G7MF Pinmodded Xeon Support
Last Post: DeathBringer
Yesterday 02:40 AM
» Replies: 17
» Views: 446
Optiplex 7060 SFF 9th Generation Intel C...
Last Post: DeathBringer
Yesterday 02:14 AM
» Replies: 70
» Views: 45046
[REQUEST] Lenovo IdeaPad Gaming 3 15IMH0...
Last Post: ormcra
Yesterday 01:40 AM
» Replies: 57
» Views: 42079
[REQUEST] Lenovo Thinkpad T410 (6IETxxWW...
Last Post: egecc
11-08-2025 05:11 PM
» Replies: 154
» Views: 63827
X550VXK BIOS Unlock Request
Last Post: laret
11-07-2025 03:01 PM
» Replies: 3
» Views: 411
BIOS P09ABE and 32GB RAM with 2 16GB mod...
Last Post: japa543
11-07-2025 02:43 PM
» Replies: 4
» Views: 819
[REQUEST] Resizable BAR for Lenovo m720q...
Last Post: elfloko
11-07-2025 01:29 PM
» Replies: 1
» Views: 1599
ASUS X501A CPU 1000M > 3210M upgrade cl...
Last Post: senorjuan2244
11-07-2025 01:53 AM
» Replies: 4
» Views: 2571
[REQUEST] Acer E5-551(G) BIOS Unlock
Last Post: Hlebka
11-06-2025 07:59 AM
» Replies: 51
» Views: 39964
[GUIDE] How to modify AMI MSI BIOS to un...
Last Post: Juancho
11-06-2025 05:26 AM
» Replies: 57
» Views: 360526
asus ga503qm bios
Last Post: delav
11-06-2025 02:35 AM
» Replies: 0
» Views: 197
[REQUEST] Microcode modification a HP Pr...
Last Post: DeathBringer
11-06-2025 12:14 AM
» Replies: 1
» Views: 271
**Request** ASUS H81M-R Moded BIOS
Last Post: FourTwenty42
11-05-2025 05:37 PM
» Replies: 0
» Views: 235
[request] Asus ROG strix G15 2021 (g513q...
Last Post: delav
11-05-2025 11:07 AM
» Replies: 15
» Views: 16474
disabling amd prochot with moded bios.
Last Post: vorajeeah
11-03-2025 09:27 AM
» Replies: 2
» Views: 942

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)