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 Y50-70 (9ECNxxWW) BIOS ...
Last Post: sakmarksaw
Today 03:45 AM
» Replies: 2320
» Views: 657629
[REQUEST] Lenovo ThinkPad Edge E531 (HEE...
Last Post: MAVARACOMPLEX
Today 03:23 AM
» Replies: 121
» Views: 22057
[REQUEST] - ACER ASPIRE 2012 BIOS with U...
Last Post: Aspire
Today 03:21 AM
» Replies: 0
» Views: 23
[WORKING] Asus P8Z77-V: NVMe BOOT Suppor...
Last Post: 0nlythebest
Yesterday 08:35 PM
» Replies: 21
» Views: 22808
[REQUEST] Lenovo Thinkpad SL400 & SL500 ...
Last Post: ivan333bor
Yesterday 04:54 PM
» Replies: 16
» Views: 6789
uefi mod for mac pro 1.1/21. support xeo...
Last Post: DeathBringer
Yesterday 02:50 PM
» Replies: 1
» Views: 90
Asus h110m-a & xeon e3-1280v5
Last Post: DeathBringer
Yesterday 02:48 PM
» Replies: 13
» Views: 348
[REQUEST] DNS A35FB, Pegatron A35
Last Post: Polkash51
Yesterday 01:28 PM
» Replies: 4
» Views: 2849
ASUS R1F CPU upgrade
Last Post: DeathBringer
Yesterday 12:22 AM
» Replies: 1
» Views: 190
[REQUEST] Lenovo IdeaPad Flex 15 (8ACNxx...
Last Post: psycomaffo
04-18-2024 10:36 AM
» Replies: 69
» Views: 26136
Request for Modded BIOS with AI Tweaker ...
Last Post: CertifiedCosmos
04-17-2024 05:04 PM
» Replies: 0
» Views: 149
Lenovo ThinkCentre M71e GPU Whitelist re...
Last Post: saschalein
04-17-2024 03:23 PM
» Replies: 0
» Views: 134
[REQUEST] Lenovo Ideapad 330S-15ARR (7WC...
Last Post: nadolivbios
04-17-2024 01:26 PM
» Replies: 25
» Views: 6239
How To Add SLIC 2.1 To An Intel Motherbo...
Last Post: sanya.silitskiy
04-17-2024 11:52 AM
» Replies: 73
» Views: 220170
[REQUEST] 13w Yoga Gen 2 (Type 82YR) (KB...
Last Post: SiberianTiger97
04-17-2024 09:48 AM
» Replies: 2
» Views: 206
Acer Extensa 5620: CPU replace
Last Post: MPM
04-17-2024 08:28 AM
» Replies: 2
» Views: 206
[REQUEST] Sony Vaio VPCEH & VPCEJ series...
Last Post: nrns
04-16-2024 08:08 PM
» Replies: 232
» Views: 98861
[REQUEST] Lenovo Y70-70 (9ECNxxWW) White...
Last Post: Dudu2002
04-16-2024 02:35 PM
» Replies: 103
» Views: 24123
[REQUEST] Lenovo Yoga 2 Pro (76CNxxWW) W...
Last Post: Dudu2002
04-16-2024 07:29 AM
» Replies: 847
» Views: 324827
[REQUEST] Acer Predator Helios 300 PH315...
Last Post: Dudu2002
04-16-2024 07:28 AM
» Replies: 26
» Views: 1091

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