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 IdeaPad U310 & U410 (65...
Last Post: 5CarPileup
Today 02:04 AM
» Replies: 1767
» Views: 379131
HP Pro 3500: CPU Upgrade
Last Post: DeathBringer
Today 12:13 AM
» Replies: 20
» Views: 4419
[READ FIRST] Access Advanced settings th...
Last Post: Klinzah
Yesterday 05:11 PM
» Replies: 424
» Views: 568596
[REQUEST] Asus eeepc 1025C
Last Post: sloseba123
Yesterday 04:44 PM
» Replies: 87
» Views: 110282
[REQUEST] Lenovo Ideapad 100-14IBD & 100...
Last Post: striderhiryuart
Yesterday 01:01 PM
» Replies: 14
» Views: 6736
HP EliteBook 840 g2 NVMe
Last Post: x86-64
Yesterday 06:30 AM
» Replies: 0
» Views: 74
[Request] Dell 7400 2 in 1 Computrace/Ab...
Last Post: Lorand187
05-01-2024 10:34 PM
» Replies: 0
» Views: 117
Fujitsu Esprimo P5710 - unlock [REQUEST]
Last Post: monkeywrench
05-01-2024 02:28 PM
» Replies: 12
» Views: 351
[REQUEST] Gigabyte B75M-D3H BIOS Unlock
Last Post: topadefir
05-01-2024 12:56 PM
» Replies: 10
» Views: 4019
[REQUEST] Lenovo B590 (H9ETxxWW) Whiteli...
Last Post: samugarob
05-01-2024 10:08 AM
» Replies: 674
» Views: 168437
[REQUEST] Asus GL504GV BIOS Unlock
Last Post: merjeu
05-01-2024 09:28 AM
» Replies: 5
» Views: 1689
[REQUEST] Asus ROG Strix GL702ZC BIOS Un...
Last Post: George205
05-01-2024 09:22 AM
» Replies: 167
» Views: 68623
[REQUEST] Lenovo G780 advanced menu
Last Post: serinity63
05-01-2024 07:03 AM
» Replies: 42
» Views: 16910
[REQUEST] HP Gaming Pavilion 15-cx0xxx B...
Last Post: falkorikstv
05-01-2024 07:03 AM
» Replies: 10
» Views: 1600
[REQUEST] Gigabyte G5 KC Unlock BIOS
Last Post: Dudu2002
05-01-2024 04:06 AM
» Replies: 6
» Views: 2258
[REQUEST] M920q BIOS unlock
Last Post: d3vf0x
04-30-2024 04:50 PM
» Replies: 0
» Views: 161
[REQUEST] Lenovo G500 (78CNxxWW) Whiteli...
Last Post: MAVARACOMPLEX
04-30-2024 02:15 PM
» Replies: 1186
» Views: 268596
[REQUEST] Lenovo Thinkpad X240 (GIETxxWW...
Last Post: BOJIKA
04-30-2024 01:33 PM
» Replies: 49
» Views: 17241
[REQUEST] Lenovo Y400 & Y500 (6BCNxxWW) ...
Last Post: Dudu2002
04-30-2024 11:17 AM
» Replies: 157
» Views: 55306
[REQUEST] Lenovo G780 (5ECNxxWW) Whiteli...
Last Post: Dudu2002
04-30-2024 11:16 AM
» Replies: 877
» Views: 290416

[REQUEST] ASUS GL503VM BIOS unlock
#1
Hello, i have gl503vm asus notebook. It gets very loud when the cpu and gpu reaches 71 degrees. I checked the bios with AMIBCP and indeed the threshold is 72 degrees. However this is unnecessary. I edited the degree to 89 degrees but i cannot flash. AFUWIN doesnt flash it saying "unable to create a secure flash session".

No matter what i did, i couldnt flash it.

Help needed.
find
quote
#2
Hi All,

I'm looking to unlock BIOS in my laptop to be able to enable/use integrated iGPU settings in BIOS. For some reason, I'm only able to use GTX 1060 at the moment.
Would anyone be able to help me with this, please?

Link to BIOS:

https://dlcdnets.asus.com/pub/ASUS/Gamin...MAS311.zip


Thanks.


Attached Files
.zip   GL503VMAS311.zip (Size: 4.2 MB / Downloads: 8)
find
quote
#3
Can you see "Chipset" section of BIOS already? If not, please get images (F12 onto USB, or camera) of the BIOS, one showing all visible tabs/sections, and one each of the following Main, Advanced, Boot, security and save & Exit.

This can be done via BIOS mod to enable the chipset section for you hopefully, or it can be done by booting to grub and changing a few settings. If your laptop does not have USB Flashback feature, then you will be booting to grub anyway in order to unlock BIOS Lock so you can flash the modified BIOS with FPT.

If you are familiar with grub and setup_var already, following settings are all you need to change, and here's a general guide for another purpose, but it will get you booting to grub if you follow along. This guide is for unlocking the BIOS Lock mentioned above to flash modified BIOS, but use in same way for below variables)
https://www.win-raid.com/t3908f16-GUIDE-...-BIOS.html

Primary Display, VarStoreInfo (VarOffset/VarName): 0x7F8 << This variable used to change this setting
One Of Option: Auto, Value (8 bit): 0x3 {09 07 8D 00 00 00 03}
One Of Option: IGFX, Value (8 bit): 0x0 {09 07 49 05 00 00 00}
One Of Option: PEG, Value (8 bit): 0x1 (default) {09 07 4A 05 30 00 01} << This is default value 0x1
One Of Option: PCI, Value (8 bit): 0x2 {09 07 4B 05 00 00 02}
One Of Option: SG, Value (8 bit): 0x4 {09 07 4C 05 00 00 04} << This is one you need to change to 0x4

So, grub command >> Setup_Var 0x7F8 0x4

And this is next setting you need to change
Internal Graphics, VarStoreInfo (VarOffset/VarName): 0x7FE
One Of Option: Auto, Value (8 bit): 0x2 {09 07 8D 00 00 00 02}
One Of Option: Disabled, Value (8 bit): 0x0 (default) {09 07 8F 00 30 00 00} << Default 0x0
One Of Option: Enabled, Value (8 bit): 0x1 {09 07 8E 00 00 00 01} << Change to 0x1

So, grub command >> Setup_Var 0x7FE 0x1
find
quote
#4
(11-12-2018, 02:36 AM)Lost_N_BIOS Wrote: Can you see "Chipset" section of BIOS already?  If not, please get images (F12 onto USB, or camera) of the BIOS, one showing all visible tabs/sections, and one each of the following Main, Advanced, Boot, security and save & Exit.

This can be done via BIOS mod to enable the chipset section for you hopefully, or it can be done by booting to grub and changing a few settings.  If your laptop does not have USB Flashback feature, then you will be booting to grub anyway in order to unlock BIOS Lock so you can flash the modified BIOS with FPT.

If you are familiar with grub and setup_var already, following settings are all you need to change, and here's a general guide for another purpose, but it will get you booting to grub if you follow along.  This guide is for unlocking the BIOS Lock mentioned above to flash modified BIOS, but use in same way for below variables)
https://www.win-raid.com/t3908f16-GUIDE-...-BIOS.html

Primary Display, VarStoreInfo (VarOffset/VarName): 0x7F8  << This variable used to change this setting
One Of Option: Auto, Value (8 bit): 0x3 {09 07 8D 00 00 00 03}
One Of Option: IGFX, Value (8 bit): 0x0 {09 07 49 05 00 00 00}
One Of Option: PEG, Value (8 bit): 0x1 (default) {09 07 4A 05 30 00 01}  << This is default value 0x1
One Of Option: PCI, Value (8 bit): 0x2 {09 07 4B 05 00 00 02}
One Of Option: SG, Value (8 bit): 0x4 {09 07 4C 05 00 00 04}  << This is one you need to change to 0x4

So, grub command >> Setup_Var 0x7F8 0x4

And this is next setting you need to change
Internal Graphics, VarStoreInfo (VarOffset/VarName): 0x7FE
One Of Option: Auto, Value (8 bit): 0x2 {09 07 8D 00 00 00 02}
One Of Option: Disabled, Value (8 bit): 0x0 (default) {09 07 8F 00 30 00 00}  << Default 0x0
One Of Option: Enabled, Value (8 bit): 0x1 {09 07 8E 00 00 00 01}  << Change to 0x1

So, grub command >> Setup_Var 0x7FE 0x1

Hi,

Ok, My problem is I can't see "Chipset" to switch between integrated GPU and GTX 1060 in BIOS and I don't know why Asus with this model disable Intel iGPU to be honest. Before I bought this laptop I was checking internet and in some places, it was saying that it has intel 630 and GTX 1060 and in others, it was only listed with 1060! and my model has only 60hz screen and this is why GTX 1060 doesn't have G-sync this is why I was thinking that Intel 630 should be available?

But I don't know much about changing this values/commands with grub and I don't want to accidentally brick my laptop by mistake.

What is the best and safest way to do it?

Please see attached zip file with Bios images.

Thanks for your help.


Attached Files
.zip   Images_Bios.zip (Size: 2.91 MB / Downloads: 13)
find
quote
#5
Thanks for the images. Sometimes they disable because the remove the traces or resistors etc, so integrated cannot work, or some models may use same board and CPU without integrated GPU, so it saves them $$ in certain situations and saves time using same BIOS base.

It is much safer for you to change the above using grub, vs flashing a BIOS (Stock or modified). The guide is detailed and lots of steps shown, so you should be able to follow along easily. If you have any questions stop where you're at in the process and ask, I can help. Plus, to flash modified BIOS you will need to boot to grub and make similar changes anyway, unless your system has USB Flashback (Did you check this, on Asus website, in overview, specs page, or manual)?

Or, I can attempt to unlock BIOS for you, up to you?
find
quote
#6
Hello all.

Just requesting a whitelist removal and unlock. (Preferably just a whitelist removal if there is one to allow a egpu)
*File attached*

The AMI 315 Bios is bare bones. From hours of google search I can't find any info or unlocked bios for this model or if it has a whitelist since some components are upgradeable. More Ram, M.2 ssd, HDD/SSD etc.

It's for my future egpu install into the m.2 ngff slot removing the wifi/bluetooth adaptor.

Asus GL503VM SPECS
  • CPU. Intel Core i7-7700HQ
  • GPU. NVIDIA GeForce GTX 1060 (6GB GDDR5)
  • HDD/SSD. 256GB M.2 PCIe NVMe SSD + 1TB HDD, 7200 rpm.
  • RAM. 16GB DDR4, 2400 MHz.
Thanks Guys!


Attached Files
.zip   GL503VMAS315.zip (Size: 4.21 MB / Downloads: 1)
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)