Quantcast
Channel: Bios Mods -The Best BIOS Update and Modification Source - All Forums
Viewing all 25959 articles
Browse latest View live

CBS Menu unlock, when it's not locked in the IFR

$
0
0
Hi,
I'm having problems unlocking the CBS Menu for Supermicro mainboards. I posted in the winraid forum before, but that went nowhere. So i got a little more insight how things work now but i stilll can't figure out how Supermicro locked away the Menu.

Code:
0xAA1C         Form Set: AMD CBS [B04535E3-3004-4946-9EB7-149428983053], ClassGuid0 [93039971-8545-4B04-B45E-32EB8326040E] {0E A7 E3 35 45 B0 04 30 46 49 9E B7 14 94 28 98 30 53 03 00 02 00 01 71 99 03 93 45 85 04 4B B4 5E 32 EB 83 26 04 0E}
0xAA43             Guid: [0F0B1735-87A0-4193-B266-538C38AF48CE] {5F 15 35 17 0B 0F A0 87 93 41 B2 66 53 8C 38 AF 48 CE 03 55 00}
0xAA58             Guid: [0F0B1735-87A0-4193-B266-538C38AF48CE] {5F 15 35 17 0B 0F A0 87 93 41 B2 66 53 8C 38 AF 48 CE 04 00 00}
0xAA6D             Default Store: en-US, DefaultId: 0x0 {5C 06 00 00 00 00}
0xAA73             Default Store: en-US, DefaultId: 0x1 {5C 06 00 00 01 00}
0xAA79             VarStore: VarStoreId: 0x5000 [3A997502-647A-4C82-998E-52EF9486A247], Size: 0x138, Name: AmdSetup {24 1F 02 75 99 3A 7A 64 82 4C 99 8E 52 EF 94 86 A2 47 00 50 38 01 41 6D 64 53 65 74 75 70 00}
0xAA98             Form: AMD CBS, FormId: 0x7000 {01 86 00 70 03 00}
0xAA9E                 Subtitle: Statement.Prompt: AMD CBS, Flags: 0x0 {02 87 03 00 00 00 00}
0xAAA5                 End {29 02}
0xAAA7                 Subtitle: Statement.Prompt: , Flags: 0x0 {02 87 02 00 00 00 00}
0xAAAE                 End {29 02}
0xAAB0                 Ref: Zen Common Options, VarStoreInfo (VarOffset/VarName): 0xFFFF, VarStore: 0x0, QuestionId: 0x1, FormId: 0x7001 {0F 0F 04 00 04 00 01 00 00 00 FF FF 00 01 70}
0xAABF                 Ref: DF Common Options, VarStoreInfo (VarOffset/VarName): 0xFFFF, VarStore: 0x0, QuestionId: 0x2, FormId: 0x7002 {0F 0F 05 00 05 00 02 00 00 00 FF FF 00 02 70}
0xAACE                 Ref: UMC Common Options, VarStoreInfo (VarOffset/VarName): 0xFFFF, VarStore: 0x0, QuestionId: 0x3, FormId: 0x7003 {0F 0F 06 00 06 00 03 00 00 00 FF FF 00 03 70}
0xAADD                 Ref: NBIO Common Options, VarStoreInfo (VarOffset/VarName): 0xFFFF, VarStore: 0x0, QuestionId: 0x4, FormId: 0x7004 {0F 0F 07 00 07 00 04 00 00 00 FF FF 00 04 70}
0xAAEC                 Ref: FCH Common Options, VarStoreInfo (VarOffset/VarName): 0xFFFF, VarStore: 0x0, QuestionId: 0x5, FormId: 0x7005 {0F 0F 08 00 08 00 05 00 00 00 FF FF 00 05 70}
0xAAFB                 Suppress If {0A 82}
0xAAFD                     QuestionId: 0x7 equals value 0x2 {12 86 07 00 02 00}
0xAB03                         Not {17 02}
0xAB05                         QuestionId: 0x7 equals value 0x4 {12 06 07 00 04 00}
0xAB0B                         Not {17 02}
0xAB0D                         And {15 02}
0xAB0F                         64 Bit Unsigned Int: 0x0 {45 0A 00 00 00 00 00 00 00 00}
0xAB19                         64 Bit Unsigned Int: 0x0 {45 0A 00 00 00 00 00 00 00 00}
0xAB23                         Equal {2F 02}
0xAB25                         Or {16 02}
0xAB27                     End {29 02}
0xAB29                     Ref: NTB Common Options, VarStoreInfo (VarOffset/VarName): 0xFFFF, VarStore: 0x0, QuestionId: 0x6, FormId: 0x7007 {0F 0F 0A 00 0A 00 06 00 00 00 FF FF 00 07 70}
0xAB38                 End If {29 02}


If you look here at the beginning of the IFR file all the "Ref:" options are not in a Suppress if function so they should be visible, but well the whole AMD CBS Tab is gone. Where can i find the suppress function for it, or is something different deleted/changed?

Also i tried to unlock another option in the normal setup and just moved it out of the Suppress if and End if, which didn't work. Am i doing something wrong? I know i could've just made the "True 46 02" to "False 47 02", but you don't always have menus suppressed like that and i wanted to test the other method.
Code:
0x1BF9A         Suppress If {0A 82}
0x1BF9C             True {46 02}
0x1BF9E         End If {29 02}
0x1BFA0         Ref: Chipset, VarStoreInfo (VarOffset/VarName): 0xFFFF, VarStore: 0x0, QuestionId: 0x3, FormId: 0x2713 {0F 0F 19 00 02 00 03 00 00 00 FF FF 00 13 27}


In tried to find out which "module" is responsible for the locked menu and just implanted the whole setup and structure (Setup, CBSsetupDXE, AMITSEsetupdata and all other menus) from a different mainboard with a unlocked CBS Menu. This did surprisingly post and work but the CBS menu was still gone. I know this is not how to do stuff, but i need to find out where to find the reason for the lock.

So any help and explaining is greatly appreciated.

Lenovo B5400

$
0
0
Hi 

I am using lenovo b5400

bios version 20278 2.08 

I dont install hackintosh

always take acpi error

I think this problem about my bios

What must I do please help me

Thanks

[REQUEST/HELP] GA-H170M-DS3H - IGD Aperture Size

$
0
0
Hello Bios-Mods,

I'm looking for help adding a selection in the chipset section of this bios to adjust the IGD Aperture Size, which is hardcoded currently and is not adjustable or viewable in the bios settings. Ideally, I would prefer the option to simply type in the amount of memory I would like to allocate between a minimum 128mb or maximum 4096mb. However, a gradient of settings could also work: 128MB, 256MB, 512MB, 1024MB and 2048MB, etc. I'm not sure what is possible, fairly new to bios modding but comfortable flashing, etc. This motherboard does use an AMI bios, last revision 22e, dated 2018/03/09, here is the link.

Thanks for any help in this endeavor.

[QUESTION] Lenovo T440p supervisor password removable?

$
0
0
Hi,
I’ve been looking at snagging a dirt cheap Thinkpad off eBay to mod and use as my daily driver. However, many of the cheap listings I’ve found have locked bioses which makes the system useless and it’s impossible to install an os over usb. I did come across some information which seemed dubious but I’m happy to try i the if it’s comfirmed to work. It involves shorting the SDA and SCL pins of some security chip which would allow me into the bios and i could then erase the password. If this is not possible I’m happy to create dumps of chips as I have a flash programmer. 
True, I could spend £30 extra for a non locked machine but where’s the fun in that. The cheap laptops are perfect for me as I’m going to mod them anyway. 
I’ve found several for £80 on eBay, with one with a smashed screen for £70. 
Shorting things and soldering don’t scare me, I’m happy to take the entire thing apart if needed. 
By contrast a non locked t440p can cost £110-150, so if it’s recoverable I’m willing to take the plunge   

Thanks for your help

HP Notebook BS070wm, Help

$
0
0
I bought a HP Notebook 15 bs070wm, and have successfully installed 16gig's memory, A Crucial MX500 SSD1 and MX500 SSD4 (M.2)
For some reason my BIOS does not have a way to select PCIe for the M.2 or AHCI for SATA mode. My laptop is no longer under warranty so HP will no longer pretend to help me.  All I want is for this laptop to recognize the SSD and M.2 SSD as that. not as Hard disk's. If there's anyone who can help me I tried everything else short of buying a new laptop. 

 Windows 10 Pro, Version 10.0.18363 Build 18363 (BIOS) Insyde F.52 rev A, SMBOIS Version 3.0, (BIOS mode) UEFI, Intel Core i5-7200u 250GHz, 2701Mhz 2 Cores 4 Logical Processors. Baseboard Product 832A, Baseboard Version 23.57

Thank you in Advance, If I missed anything Please let know.

[REQUEST] Z5WE1206 for ACER ASPIRE E1-570G

$
0
0
Hi there, i changed my wifi pci card with an intel 3160 and while the notebook (Acer Aspire E1-570G) start well with wi-fi working as expected, bluetooth don't work. I found some info on the internet wich says that it could work taping the pin 51, but maybe it's possible to make it work modding the bios of the notebook. (maybe it's not on the whitelist?) So i'm here to ask if is it possibile to remove the whitelist or include this new card in it.

unfortunately i don't have the old PCI ID but i found some searching for the card on the internet.
Code:
PCI\VEN_168C&DEV_0036&SUBSYS_217F103C&REV_01
PCI\VEN_168C&DEV_0036&SUBSYS_217F103C
PCI\VEN_168C&DEV_0036&CC_028000
PCI\VEN_168C&DEV_0036&CC_0280


Compatible ID:
PCI\VEN_168C&DEV_0036&REV_01
PCI\VEN_168C&DEV_0036
PCI\VEN_168C&CC_028000
PCI\VEN_168C&CC_0280
PCI\VEN_168C
PCI\CC_028000
PCI\CC_0280

I can post the PCI ID of the new card, wich is working only in wi-fi mode (bluetooth does not appear on the device manager)

PCI\VEN_8086&DEV_08B3&SUBSYS_00708086&REV_83

Posting the bios from the manufacturer also.

http://www.mediafire.com/file/tksl9vk7l9...A.zip/file

Would it be possible to make bluetooth working?

Unlock Lenovo V330 IKB Language Selection

$
0
0
Hi Guys.

Do you now any way to make visible in the Setup Utility the "Language Selection" option? I don't see it in the IFR export ( using Universal IFR Extractor ), neither in the vars export (using H2OVE).

Thank you very much.

MSI GS63VR 7RF unlock bios with fan control

$
0
0
My bios is already unlocked to a certain extent, but I have no fan control. This is essential for my hackintosh. My hackintosh is working properly on catalina, but under load the fans barely ramp and it thermal throttles even with liquid metal application. Is it possible to unlock the fan control from BIOS? the bios version is E16K2IMS.31B, downloadable directly from the MSI website. I've tried multiple fan control applications on MAC and none of them recognize my fans. on windows with MSI dragoncenter under load I'm hitting high 70's only under load which is perfect. I believe the reason its thermal throttling in MAC OS is because I disabled the GTX1060 because it's not compatible, which also disables the dual fans connected to the same heat spreader used by the CPU. It would be amazing if I could run the GPU fans and CPU fans without the GTX 1060 enabled VIA bios. Any help or information on the topic would be greatly appreciated.

GA-P55-US3L rev 2.1

Bricked Asus fixed but no network

$
0
0
I have an older Asus P8P67 rev 3.0 motherboard.  I tried to upgrade the bios using ez-flash and it bricked the computer.  Afterwards I did the following:

  1. Pulled the socketed chip and dumped the bricked bios.
  2. Downloaded the latest bios from Asus.
  3. Used fd44editor to transfer the mac address and serial number to the new bios.
  4. Couldn’t find a system uuid sticker so I made one up (no 00’s or ff’s).
  5.  Programmed and reinstalled the chip. 
  6.  Reset the bios to optimum defaults.
Afterwards the computer seems to work ok.  However, the motherboard’s network jack is not working.  There are no errors in device manager but it can’t get an ip address from dhcp and won’t work with a static address.  I tried both linux and windows os but neither worked.
Any ideas what I’m doing wrong?

Asus laptop bricked

$
0
0
I bricked my Vivobook x542, shut down the laptop while bios was upgrading. Can you help me?

Inviato dal mio GM1913 utilizzando Tapatalk

Acer Aspire VN7-791G

$
0
0
Hello guys, total newbie here. I am trying to unlock the Advanced menu in my BIOS and mod the VBIOS of my Acer Aspire VN7-791G. I spent the last few days looking through different forums, reading countless threads and I didnt manage to gather any kind of information of what´s needed to actually mod the bios. My main AIM is to decrease the vCore on the CPU and bypass the +135Mhz core limit on my NVIDIA 860M Maxwell GPU. Any help would be appreciated

.png   cpugpubios.png (Size: 34.5 KB / Downloads: 0)

[REQUEST] Acer Aspire VN7-791G

$
0
0
Hello guys, total newbie here. I am trying to unlock the Advanced menu in my BIOS and mod the VBIOS of my Acer Aspire VN7-791G. I spent the last few days looking through different forums, reading countless threads and I didnt manage to gather any kind of information of what´s needed to actually mod the bios. My main AIM is to decrease the vCore on the CPU and bypass the +135Mhz core limit on my NVIDIA 860M Maxwell GPU. Any help would be appreciated

.png   cpugpubios.png (Size: 34.5 KB / Downloads: 1)

.zip   BIOS_Acer_1.14_A_A.zip (Size: 5.07 MB / Downloads: 0)

Unlock Lenovo V330 IKB Language Selection

$
0
0
Hi Guys.

Do you now any way to make visible in the Setup Utility the "Language Selection" option? I don't see it in the IFR export ( using Universal IFR Extractor ), neither in the vars export (using H2OVE).

Thank you very much.

GB-BXBT-2807 (rev. 1.0)

$
0
0
Hope you can help. I'm looking for the F2 BIOS (bin file) for my Brix GB-BXBT-2807.
While trying to update the original BIOS I managed to brick the unit.
I would like to try and put the pc back to its original state.
I haven't had any success getting the F2 BIOS from Gigabyte or Brix.

Thanks

toshiba satellite C850D (PSC9LL-004003)

$
0
0
bios - Brand Insyde Corp.
          Version 6.20
           Date 1/18/2013

i want enable virtualization ...but there is no option in bios...how do i enable virtualization .....plz guide me....thanks (system supports virtualization and disabled  )

MSI GS63VR 7RF unlock bios with fan control

$
0
0
My bios is already unlocked to a certain extent, but I have no fan control. This is essential for my hackintosh. My hackintosh is working properly on catalina, but under load the fans barely ramp and it thermal throttles even with liquid metal application. Is it possible to unlock the fan control from BIOS? the bios version is E16K2IMS.31B, downloadable directly from the MSI website. I've tried multiple fan control applications on MAC and none of them recognize my fans. on windows with MSI dragoncenter under load I'm hitting high 70's only under load which is perfect. I believe the reason its thermal throttling in MAC OS is because I disabled the GTX1060 because it's not compatible, which also disables the dual fans connected to the same heat spreader used by the CPU. It would be amazing if I could run the GPU fans and CPU fans without the GTX 1060 enabled VIA bios. Any help or information on the topic would be greatly appreciated.

Need HP Insyde F.02 SP54846 modded BIOS

HP Pavilion 15-p284ur Bios Unlock

GA-P55-US3L rev 2.1

Viewing all 25959 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>