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] Acer Predator Helios 300 PH315...
Last Post: thehaveroth
Today 12:48 PM
» Replies: 25
» Views: 778
[REQUEST] Lenovo Yoga 2 Pro (76CNxxWW) W...
Last Post: Collabs
Today 07:30 AM
» Replies: 846
» Views: 322257
[REQUEST] Lenovo ThinkPad P14s 3rd Gen 1...
Last Post: Dokholliday
Today 05:35 AM
» Replies: 3
» Views: 195
[REQUEST] Lenovo G580 (5ECNxxWW) Whiteli...
Last Post: Dudu2002
Yesterday 09:02 AM
» Replies: 1733
» Views: 540605
Dell Latitude 5520 - get to know passwor...
Last Post: yeti1299
Yesterday 06:48 AM
» Replies: 2
» Views: 167
[REQUEST]: Asus TP420IA - how to dump bi...
Last Post: quantumx3
Yesterday 05:34 AM
» Replies: 0
» Views: 146
[REQUEST] Lenovo Y50-70 (9ECNxxWW) BIOS ...
Last Post: Nightdemon2001
Yesterday 01:13 AM
» Replies: 2319
» Views: 654958
[REQUEST] Lenovo B575 (52CNxxWW) Whiteli...
Last Post: thepwrtank18
04-13-2024 06:13 PM
» Replies: 56
» Views: 20316
[REQUEST] Lenovo B590 (H9ETxxWW) Whiteli...
Last Post: alvaro8905
04-13-2024 05:25 PM
» Replies: 673
» Views: 162843
Lenovo Yoga 14s (slim7Gen 8)
Last Post: Dudu2002
04-13-2024 03:32 PM
» Replies: 12
» Views: 553
[REQUEST] Lenovo G710 BIOS Whitelist Rem...
Last Post: Dudu2002
04-13-2024 03:31 PM
» Replies: 470
» Views: 128875
ASUS P5lD2 SE AHCI Mod needed. Please ;)
Last Post: jave200372
04-12-2024 10:16 PM
» Replies: 2
» Views: 5563
[REQUEST] Acer Aspire A515-57(G) BIOS Un...
Last Post: Dudu2002
04-12-2024 01:29 PM
» Replies: 2
» Views: 196
Help with Gigabyte X299 WU-8 PCie Bifurc...
Last Post: ezaton
04-12-2024 12:30 AM
» Replies: 15
» Views: 2562
[REQUEST] Acer Nitro 5 AN515-54 BIOS Unl...
Last Post: Dudu2002
04-11-2024 10:39 AM
» Replies: 80
» Views: 23251
Bios Mod for HPE Microserver Gen10
Last Post: flobo88
04-11-2024 10:16 AM
» Replies: 0
» Views: 210
BIOS DXE Driver modding
Last Post: Dr_Retro_Cube
04-11-2024 08:55 AM
» Replies: 1
» Views: 2204
Dell N5010 with 16GB of ram, possible?
Last Post: Komajster
04-11-2024 06:46 AM
» Replies: 0
» Views: 181
[REQUEST] VGA MOD Lenovo E480 - AMD RX55...
Last Post: ChesterNut999
04-11-2024 05:49 AM
» Replies: 0
» Views: 179
[Request] bc-250 bios unlock
Last Post: Zuexs
04-10-2024 05:57 PM
» Replies: 1
» Views: 343

[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)