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

[HOWTO] access you BIOS settings through EFI shell

$
0
0
3 weeks ago, when I came to this forums I was a newbie for BIOS modding or accessing it's hidden options.

But I searched a lot of information over internet and found some smart hints.

Having a huge programming skills in disassembling and ASN.1 data reading/parsing I realized a good way to change bios settings without modding.

I have HP Pavillion dv7 7171er with Insyde H2O RSA signed bios.

I found the way how to get it decrypted but all attempts to flash modded bios with patched DLL was unsuccessful. Each time I had to recover my Laptop with Win+B restoring.

On 15th time when by laptop was bricked again I decided to disassemble Setup Menu and found where needed options for me are hidden and how to access them for changes.

So here is small part of decompiled Setup Menu.

As you can see, it is realy represent's what we see in reality.

Code:
╔═══════════════════════════════════════════════════════════════════════════════​═════════════════════════════════════╗
║ FormSet: 'Main'                                                         GUID: ​a04a27f4-df00-4d42-b552-39511302113d ║
╟───────────────────────────────────────────────────────────────────────────────​─────────────────────────────────────╢
║ VarStore Id: '0x1234', Size: '900', Name: 'SystemConfig'                GUID: ​a04a27f4-df00-4d42-b552-39511302113d ║
╚═══════════════════════════════════════════════════════════════════════════════​═════════════════════════════════════╝
┌───────────────────────────────────────────────────────────────────────────────​─────────────────────────────────────┐
│ Form Name: 'Main'                                                             ​                     [ ID: '0x0001' ]│
└───────────────────────────────────────────────────────────────────────────────​─────────────────────────────────────┘
┌- Grayout IF:
|    Question [ ID: 0x08 ] == 0x02
|    Question [ ID: 0x07 ] == 0x01
|    AND expression
└- END IF Grayout;
Time: 'System Time' [ QId: '0x01', VarStoreId: '0x00', Help: '<Enter> selects field.' ]
  Default value: '00:00:00', Type: 0x05
Date: 'System Date' [ QId: '0x02', VarStoreId: '0x00', Help: '<Enter> selects field.' ]
  Default value: '2010/05/01', Type: 0x06
┌- Grayout IF:
|    EQ == TRUE
|    Text: 'Notebook Model'                 Default: '[Not Detected]'                 Help: ' '
|    Text: 'Product Number'                 Default: '[Not Detected]'                 Help: ' '
|    Text: 'System Board ID'                Default: '[Not Detected]'                 Help: ' '
|    Text: 'Born On Date'                   Default: '[Not Detected]'                 Help: ' '
|    Text: 'Processor Type'                 Default: '[Not Detected]'                 Help: ' '
|    ┌- Suppress IF:
|    |    Question [ ID: 0x06 ] == 0x00
|    |    Text: 'Processor Speed'                Default: '[Not Detected]'                 Help: ' '
|    └- END IF Suppress;
|    Text: 'Total Memory'                   Default: '[Not Detected]'                 Help: ' '
|    Text: 'BIOS Version'                   Default: 'Fake Data'                ​      Help: ' '
|    Text: 'BIOS Vendor'                    Default: 'Insyde'                   ​      Help: ' '
|    Text: 'Serial Number'                  Default: '[Not Detected]'                 Help: ' '
|    Text: 'UUID Number'                    Default: '[Not Detected]'                 Help: ' '
|    Text: 'Product configuration ID'       Default: '[Not Detected]'                 Help: ' '
|    Text: 'System Board CT Number'         Default: 'C AAAA RR SS WW X X X'          Help: ' '
|    Text: 'Factory installed OS'           Default: '[Not Detected]'                 Help: ' '
|    ┌- Suppress IF:
|    |    Question [ ID: 0x05 ] == 0x00
|    |    Text: 'Primary Battery SN'             Default: 'N/A'                            Help: ' '
|    └- END IF Suppress;
|    ┌- Suppress IF:
|    |    Question [ ID: 0x04 ] == 0x00
|    |    Text: 'Secondary Battery SN'           Default: ''                    ​           Help: ' '
|    └- END IF Suppress;
└- END IF Grayout;
Reference: 'System Log' [ ID: '0x0540' ]

┌───────────────────────────────────────────────────────────────────────────────​─────────────────────────────────────┐
│ Form Name: 'System Log'                                                       ​                     [ ID: '0x0540' ]│
└───────────────────────────────────────────────────────────────────────────────​─────────────────────────────────────┘
Subtitle: 'System Log'
Action:                                 Help: View the system diagnostic failure​ results.
Text: 'Result:'                        Default: 'Time:'                         ​ Help: 'View the system diagnostic failure results.'
┌- Grayout IF:
|    EQ == TRUE
|    Text: ' '                              Default: '- No Data -'                    Help: 'View the system diagnostic failure results.'
|    Text: ' '                              Default: '- No Data -'                    Help: 'View the system diagnostic failure results.'
|    Text: ' '                              Default: '- No Data -'                    Help: 'View the system diagnostic failure results.'
|    Text: ' '                              Default: '- No Data -'                    Help: 'View the system diagnostic failure results.'
|    Text: ' '                              Default: '- No Data -'                    Help: 'View the system diagnostic failure results.'
|    Text: ' '                              Default: '- No Data -'                    Help: 'View the system diagnostic failure results.'
|    Text: ' '                              Default: '- No Data -'                    Help: 'View the system diagnostic failure results.'
|    Text: ' '                              Default: '- No Data -'                    Help: 'View the system diagnostic failure results.'
|    Text: ' '                              Default: '- No Data -'                    Help: 'View the system diagnostic failure results.'
|    Text: ' '                              Default: '- No Data -'                    Help: 'View the system diagnostic failure results.'
|    Text: ' '                              Default: '- No Data -'                    Help: 'View the system diagnostic failure results.'
|    Text: ' '                              Default: '- No Data -'                    Help: 'View the system diagnostic failure results.'
|    Text: ' '                              Default: '- No Data -'                    Help: 'View the system diagnostic failure results.'
|    Text: ' '                              Default: '- No Data -'                    Help: 'View the system diagnostic failure results.'
|    Text: ' '                              Default: '- No Data -'                    Help: 'View the system diagnostic failure results.'
|    Text: ' '                              Default: '- No Data -'                    Help: 'View the system diagnostic failure results.'
|    Text: ' '                              Default: '- No Data -'                    Help: 'View the system diagnostic failure results.'
|    Text: ' '                              Default: '- No Data -'                    Help: 'View the system diagnostic failure results.'
|    Text: ' '                              Default: '- No Data -'                    Help: 'View the system diagnostic failure results.'
|    Text: ' '                              Default: '- No Data -'                    Help: 'View the system diagnostic failure results.'
└- END IF Grayout;

So now I need 2-3 BIOSes to proof my concept.

If you need to enable AHCI for example of change something else. please post you BIOS links here.

I will test and after 100% success I will write GUIDE and provide source code.

IMPORTANT: This is related only newest BIOSes which are not encrypted.
If it is RSA signed, you will need additional steps. I will inform you in this case.


Moderators, please pin this topic for some time.
You can always unpin in the feature.

SLIC 2.1 Request - ASUS P5GC-MX

HP 2530P

$
0
0
I have a notebook HP 2530p with Bios Locked 68PSU Ver. F08.

I want unlock Bios to increase video shared memory.

What I should to do?

[REQUEST] Toshiba Satellite C850D-10W Enable AMD-v

$
0
0
Hi guys,
I sending this request in for a Toshiba Satellite C850D-10W.
I need the AMD-V (SVM) option enabled. The Processor for this computer is: AMD E2-1800 APU.

Laptop model: Toshiba Satellite C850D-10W PSC9SE
Bios Version: 6.10-WIN
Bios Info: Insyde H2O rev.3.7, EC 1.60
Bios Download link: http://support1.toshiba-tro.de/tedd-file...193426.zip

Thanks in advance for the help.

[REQUEST] HP G6 2235SW (F.26)

DELL Dimension 4600i Bios Modification Request

$
0
0
Hi,

Could someone modify Bios for Dell Dimension 4600i ver. A12 Plz

Bios Download:
http://www.dell.com/support/drivers/us/e...egoryId=BI

Manufacturer Download Page:
http://www.dell.com/support/drivers/us/e...nsion-4600

Manual & Documents:
http://www.dell.com/support/Manuals/us/e...nsion-4600

/!\ WARNING PREHISTORIC DEVICE

(I am trying to get th NX enabled, I read someone flashed his bios with Dell 4700 and it worked fine,
but I get an error message when I try from the .exe file and with Winphlash32 and Phlash16 either.
Download Bios Dell Dimension 4700:
http://www.dell.com/support/drivers/us/e...Id=R115122 )

Also, how can I get a .wph from .rom file ?

Cheers...

.rom  4600A12.rom (Size: 512 KB / Downloads: 0)

(REQUEST) Toshiba L300 13B Bios hack/unlock

$
0
0
hi i wonder if someone can hack Toshiba L300 13B`s bios so i can use the advanced settings. plz tell me if there is a bios hack avaible for it.

- InsydeH2O
- Rev. 3.0
- Ver 1.50

also is there possible to take away the memory/ram limit?

Phenom x2 P650 to ASUS X52n(K52n)

$
0
0
Need newer BIOS version with(or) Phenom x2 P650 support for X52N. Now windows display this - AMD Processor Model Unknown, 2600 МГц x2. Thanks!
----------- Device -----------
Asus X52N
AMI 2.13 (now)
Phenom x2 P650 Dual-Core 2600

Hidden Menu in c655d-05605j

[REQUEST] Lenovo Ideapad N581 Insyde Bios

$
0
0
Type: Insyde Bios H20
Laptop: Lenovo Ideapad N581
Bios Version before Update: 3.05
After Update: 9.6 (9.01 shown in Aida64)

A few days ago lenovo released this Bios update
Whats is fixed? dont know lenovo described it as "serveral fixes"
USB3 bug is definetly fixed (if usb3 device connected it was only one time as usb3 recognized)

Bios Download - Lenovo Server

Thanks a lot!

greetzs

[REQUEST] HP500 Whitelist removal

$
0
0
It is an oldie but a goodie but after pluging a new BCM43222 wifi the thing popped 104 error....
Anyways, this is some info about it, I will post if required:

HP500 RQ260AA#AKN
BIOS F.05 - 10/31/2006

If necessary I will dump the bios and post it here :-)

.txt  report1.txt (Size: 1.19 KB / Downloads: 1)

[REQUEST] Extract AMD Microcode from listed HP or Dell BIOS

$
0
0
Please could someone extract the AMD Microcode from the listed HP or Dell BIOS?

The BIOS microcode contains an important fix for AMD erratum #759. AMD used to distribute the microcode from AMD64.org but dismissed the team which ran the site last year. [1]
Details of the erratum #759 issue: [2][3].

Dell BIOS:
http://www.dell.com/support/drivers/au/e...erId=HPP5C
HP BIOS:
http://ftp.hp.com/pub/softlib2/software1...9869.scexe

1: http://www.h-online.com/open/news/item/A...45131.html
2: http://h20000.www2.hp.com/bizsupport/Tec...=c03698772
3: http://communities.vmware.com/thread/432...0&tstart=0

(Pre-Dell) m15x Alienware Area 51

$
0
0
Running on Quanta x36 P3 BIOS. Turns out its outdated and has problems such as overheating and underclocking etc.

Anyone have a link to an updated BIOS for the "(Pre-Dell) m15x Alienware Area 51" ?

Running on Windows 7

(Pre-Dell) m15x Alienware Area 51

$
0
0
Running on Quanta x36 P3 BIOS. Turns out its outdated and has problems such as overheating and underclocking etc.

Anyone have a link to an updated BIOS for the "(Pre-Dell) m15x Alienware Area 51" ?

Running on Windows 7

HP Pavilion dv7-4180eb - Unlock InsydeH20 For AHCI


Hidden Menu in Acer Aspire M5-581tg

Edit System Manufacturer and Model

$
0
0
Hi,

I have a Lenovo 6073-A71 Desktop PC. It has a Pheonix BIOS. I have seen all different kinds of Mods. All I wanna do is to change the system manufacturer and model.

The reason is that I want to install an IBM HMC operating system which check for system hardware from BIOS. So I want to change the system manufacturer as IBM CORPORATION and Model as 7315C01.

Is there anyway I can achieve that?

Thanks in advance!!

[Requests] Unlock Acer Aspire 5940G bios

$
0
0
Hi,

I have Acer Aspire 5940G, and I'd like to enable VT-x but in my bios, but not support this function in Insyde bios v1.07 version.
My CPU supported VT-x but not enabled in my bios (See on Intel product page: http://ark.intel.com/products/43122/).
Intel® VT-x with Extended Page Tables (EPT) Yes
Now I analyzed my notebook with AIDA64 2.85 and these are all details from my bios and CPU, too.

CPU Type: Mobile QuadCore Intel Core i7-720QM
BIOS Type: Insyde EFI
BIOS Version: V1.07 (latest bios: http://global-download.acer.com/GDFi...C=ACER&SC=PA_6 )
System BIOS Date: 06/01/2010
BIOS Manufacturer: Insyde Software Corp.
SLIC: Software Licensing Description Table
ACPI Signature SLIC
SLIC Version: v2.1
RW-Everything ACPI Table infomation: http://www1.datafilehost.com/d/b7933f3a

Thank you in advance.

.zip  AcpiTbls_Acer_Aspire_5940G.zip (Size: 101.34 KB / Downloads: 1)

Unlock voltage,overclock options on AMI BIOS

$
0
0
Hi,i wanted to overclock my PC but i found that voltage,FSB and other oc settings cannot be modified,i've searched for a modded BIOS but i found nothing.

The PC is an Acer Power F6 and motherboard Acer E415SM
AMI BIOS ofcourse


attached there is the latest update

Thanks

.rom  R01-B1.rom (Size: 512 KB / Downloads: 0)

REQUEST Phoenix Bios Packard Bell DOT m ZA3

Viewing all 25311 articles
Browse latest View live


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