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] Resizable BAR for Lenovo m720q...
Last Post: elfloko
Today 10:13 AM
» Replies: 1
» Views: 1388
disabling amd prochot with moded bios.
Last Post: vorajeeah
Yesterday 09:27 AM
» Replies: 2
» Views: 843
[REQUEST] ThinkPad X1 Carbon (20A7 & 20A...
Last Post: neax61
Yesterday 05:46 AM
» Replies: 87
» Views: 50619
[REQUEST] Lenovo G50-80 (B0CNxxWW) White...
Last Post: Leonardosena
11-02-2025 04:17 PM
» Replies: 110
» Views: 66082
bios f.02 Help!!!
Last Post: karbonid777
11-02-2025 12:21 PM
» Replies: 0
» Views: 170
[REQUEST] Lenovo Ideadpad N581 Whitelist...
Last Post: Dudu2002
11-01-2025 02:07 PM
» Replies: 238
» Views: 115920
[REQUEST] Lenovo ThinkPad T480s (N22ETxx...
Last Post: Dudu2002
11-01-2025 06:31 AM
» Replies: 25
» Views: 15398
[REQUEST] Lenovo G500 (78CNxxWW) BIOS Un...
Last Post: dump_bios_gg
11-01-2025 04:59 AM
» Replies: 290
» Views: 201522
X550VXK BIOS Unlock Request
Last Post: laret
11-01-2025 03:35 AM
» Replies: 1
» Views: 250
[REQUEST] HP EliteBook 640 G9 – Remove W...
Last Post: dlareklami
10-31-2025 04:20 AM
» Replies: 0
» Views: 213
Help with DMI Info Lenovo Bios
Last Post: force9da
10-30-2025 04:04 PM
» Replies: 0
» Views: 255
Lenovo z510 i5-4200m to i7-4700mq upgrad...
Last Post: ClaudeSpeed
10-30-2025 03:42 PM
» Replies: 7
» Views: 375
Dell Optiplex 790 bypass Press F1 during...
Last Post: jozsef_kacso
10-30-2025 04:19 AM
» Replies: 5
» Views: 17007
[REQUEST] Whitelist Removal for lenovo v...
Last Post: konjiki no yami
10-29-2025 07:36 PM
» Replies: 0
» Views: 276
[REQUEST] HP dv6-6b57el hidden menu
Last Post: Alcatraz
10-29-2025 04:28 PM
» Replies: 1
» Views: 316
[REQUEST] Lenovo IdeaPad L340 (BGCNxxWW)...
Last Post: Dudu2002
10-29-2025 03:19 PM
» Replies: 97
» Views: 55460
[REQUEST] Acer Aspire V5-121 Bios Unlock
Last Post: Strongbox256
10-29-2025 11:15 AM
» Replies: 5
» Views: 9174
[REQUEST] Eglobal S210H BIOS Unlock
Last Post: ShawnSuter
10-29-2025 10:50 AM
» Replies: 145
» Views: 64779
Request: Unlock CPU Voltage (Vcore) for ...
Last Post: hoomaan
10-29-2025 10:35 AM
» Replies: 0
» Views: 222
[REQUEST] Bios Unlock - Packard Bell Eas...
Last Post: Overtune2005
10-29-2025 08:37 AM
» Replies: 3
» Views: 2183

[DONE] Allow for VT-d to be enabled on G20CB
#1
Photo 
EDIT: THIS HAS BEEN SOLVED, THANK YOU! 

Hello, alle.

I'm not too familiar with BIOS mods, so I hope that someone here can help me.

I currently have an i7 6700 on a G20CB with "H170-p/G20CB/DP_MB. Chipset is H170 and CPU socket LGA 1151." described as the motherboard. I've been attempting to enable VT-d so that I can enable IOMMU and run a gaming VM on linux, however this has come to me as a huge struggle, as VT-d seems to not be an option within the bios.

I was wondering whether or not there was a modification for this, to allow for VT-d to be enabled. 

Link to download bios: https://dlcdnets.asus.com/pub/ASUS/Gamin...B-2202.zip

Thanks to alle!

[Image: AVAwe7.png]
find
quote
#2
Going to below path.
Advanced > System Agent (SA) Configuration > VT-d

find
quote
#3
(05-12-2020, 09:59 PM)genius239 Wrote: Going to below path.
Advanced > System Agent (SA) Configuration > VT-d

It's not in there, which is why I'm making the request. I had already looked numerous times (and checked just for the purpose of making this comment).
find
quote
#4
I checked bios i think this submenu doesn't hidden but why you can't see it??

This model you can modify yourself with amibcp version 5 ,it's not difficult to edit.

Use intel fpt(flash Programming Tool) version 11 to backup current bios ,command line like below.
fptw64.exe -d dump.rom -bios

Open dump bios with amibcp and set default to user at Access/Use field on you want to unlock options.
https://images2.imgbox.com/56/1c/20Efdwsi_o.png

Save bios and reflash modded with fpt ,this model's option "bios lock = disable" ,so you can reflash bios and didn't meet error message.
https://images2.imgbox.com/5f/a0/JsrIRaFl_o.png

Flashing command line line below.
fptw64.exe -f dump2.rom -bios


I've made batch file on fpt11 ,you can try my tool here.
https://katfile.com/2i6ry1151780/fpt11.rar.html

find
quote
#5
(05-13-2020, 12:54 AM)genius239 Wrote: I checked bios i think this submenu doesn't hidden but why you can't see it??

This model you can  modify yourself with amibcp version 5 ,it's not difficult to edit.

Use intel fpt(flash Programming Tool) version 11 to backup current bios ,command line like below.
fptw64.exe -d dump.rom -bios

Open dump bios with amibcp and set default to user at Access/Use field on you want to unlock options.
https://images2.imgbox.com/56/1c/20Efdwsi_o.png

Save bios and reflash modded with fpt ,this model's option "bios lock = disable" ,so you can reflash bios and didn't meet error message.
https://images2.imgbox.com/5f/a0/JsrIRaFl_o.png

Flashing command line line below.
fptw64.exe -f dump2.rom -bios


I've made batch file on fpt11 ,you can try my tool here.
https://katfile.com/2i6ry1151780/fpt11.rar.html

[Image: image2.jpg]

[Image: image1.jpg]

[Image: image0.jpg]
find
quote
#6
Set to user on you want to unlocked options then save then reflash.
https://images2.imgbox.com/24/72/Tib2cqRO_o.png

find
quote
#7
(05-13-2020, 02:27 AM)genius239 Wrote: Set to user on you want to unlocked options then save then reflash.
https://images2.imgbox.com/24/72/Tib2cqRO_o.png

what do i do with the .rom file after i've flashed it?
find
quote
#8
(05-13-2020, 02:42 AM)C9Angelo Wrote:
(05-13-2020, 02:27 AM)genius239 Wrote: Set to user on you want to unlocked options then save then reflash.
https://images2.imgbox.com/24/72/Tib2cqRO_o.png

what do i do with the .rom file after i've flashed it?

After flashed? what you mean?
Edit bios at first then save and then flash.

find
quote
#9
(05-13-2020, 02:45 AM)genius239 Wrote:
(05-13-2020, 02:42 AM)C9Angelo Wrote:
(05-13-2020, 02:27 AM)genius239 Wrote: Set to user on you want to unlocked options then save then reflash.
https://images2.imgbox.com/24/72/Tib2cqRO_o.png

what do i do with the .rom file after i've flashed it?

After flashed? what you mean?
Edit bios at first then save and then flash.

i edited it, saved it as dump2.rom and then used the flash.bat, what do I do with that?
find
quote
#10
(05-13-2020, 03:00 AM)C9Angelo Wrote:
(05-13-2020, 02:45 AM)genius239 Wrote:
(05-13-2020, 02:42 AM)C9Angelo Wrote:
(05-13-2020, 02:27 AM)genius239 Wrote: Set to user on you want to unlocked options then save then reflash.
https://images2.imgbox.com/24/72/Tib2cqRO_o.png

what do i do with the .rom file after i've flashed it?

After flashed? what you mean?
Edit bios at first then save and then flash.

i edited it, saved it as dump2.rom and then used the flash.bat, what do I do with that?

Then you can see unlocked options in bios.

find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)