Bios Mods -The Best BIOS Update and Modification Source

Full Version: [REQUEST] Lenovo Thinkpad X230 Tablet (GCETxxWW) Whitelist Removal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
(04-02-2017, 12:33 AM)jpeezzy Wrote: [ -> ]Hi guys I'm relatively new to the bios modding scene, but I want to use a broadcom bios so I can make a hackintosh in this pc. I ordered a pomona chip and have wires/raspberry pi, so I was just wondering, how do I get started? Apparently I need to contact someone called Oleh, but I don't know how to pm. I know there's information needed about my system, but I don't really know how to give you that. A small helping hand would be greatly appreciated. Happy hacking!
Hi
use SPI-programmer+SOIC8 clip make bios damp and report
how do I make a biosdump?
I don't, but I have a raspberry pi. will that do?
(04-02-2017, 06:55 PM)jpeezzy Wrote: [ -> ]I don't, but I have a raspberry pi. will that do?
SPI-programmer

SOIC8 clip
Hi everyone!

I've been downloading modified BIOS's from the forum for a few years now and I would like to learn how to mod my own BIOS's. I have a Lenovo Thinkpad X230t the I would liKe to do the following mods to:

1. Whitelist removal. - This part seems easy enough as there are plenty of examples on the forum
2. Unlock advanced BIOS menus.
3. Disable genuine battery check. - I just had to pay $90.00 USD for a new battery for one of my X230's, (I have two, plus 2 X220t's, X201, X61t and a T60. What can I say, I like Thinkpads!).

Any suggestions.advice on how to proceed would be greatly appreciated!

Thanks

zog
(07-19-2017, 01:03 PM)zogthegreat Wrote: [ -> ]Hi everyone!

I've been downloading modified BIOS's from the forum for a few years now and I would like to learn how to mod my own BIOS's. I have a Lenovo Thinkpad X230t the I would liKe to do the following mods to:

1. Whitelist removal. - This part seems easy enough as there are plenty of examples on the forum
2. Unlock advanced BIOS menus.
3. Disable genuine battery check. - I just had to pay $90.00 USD for a new battery for one of my X230's, (I have two, plus 2 X220t's, X201, X61t and a T60. What can I say, I like Thinkpads!).

Any suggestions.advice on how to proceed would be greatly appreciated!

Thanks

zog
Hi
Your bios chip is rewrite protected
Bios mod can be flashed using SPI-programmer+SOIC8 clip only
(07-19-2017, 01:11 PM)Dudu2002 Wrote: [ -> ]
(07-19-2017, 01:03 PM)zogthegreat Wrote: [ -> ]Hi everyone!

I've been downloading modified BIOS's from the forum for a few years now and I would like to learn how to mod my own BIOS's. I have a Lenovo Thinkpad X230t the I would liKe to do the following mods to:

1. Whitelist removal. - This part seems easy enough as there are plenty of examples on the forum
2. Unlock advanced BIOS menus.
3. Disable genuine battery check. - I just had to pay $90.00 USD for a new battery for one of my X230's, (I have two, plus 2 X220t's, X201, X61t and a T60. What can I say, I like Thinkpads!).

Any suggestions.advice on how to proceed would be greatly appreciated!

Thanks

zog
Hi
Your bios chip is rewrite protected
Bios mod can be flashed using SPI-programmer+SOIC8 clip only
Hi Dudu2002,

Thanks for the response. I have a Raspberry Pi and a SOIC 8 clip that I am using to read/write the BIOS chip. Here are the commands that I am using:

#####
sudo flashrom -p linux_spi:dev=/dev/spidev0.0 -c MX25L3206E/MX25L3208E 

flashrom --programmer linux_spi:dev=/dev/spidev0.0 \
           --chip "MX25L3206E/MX25L3208E" \
           --read original_4mb1.rom

flashrom --programmer linux_spi:dev=/dev/spidev0.0 \
           --chip "MX25L3206E/MX25L3208E" \
           --read original_4mb2.rom

diff original.4mb1.rom original.4mb2.rom

flashrom --programmer linux_spi:dev=/dev/spidev0.0 \
           --chip "MX25L6405" \
           --read original.8mb1.rom

flashrom --programmer linux_spi:dev=/dev/spidev0.0 \
           --chip "MX25L6405" \
           --read original.8mb2.rom

diff original.8mb1.rom original.8mb2.rom

#####

However, when I try to read the extracted rom with Phoenix BIOS editor, it get the following error:

"No BCP's found!"

Am I using the wrong editor? I thought that the X230t was a Phoenix BIOS.
Hi everyone!

Is there anyone who can modify the bios for my X230 tablet? I'm going to start trying to mod them myself, but I need to get my original Hackintosh project going in the mean time. Here is a linki to the original bios:

X230 BIOS - original

BIOS dump with Universal BIOS Backup ToolKit 2.0:

LENOVO-GCETA5WW(2.65).rom

BIOS dump with FPTw64:

FPTw64 BIOS dump

ACPI dump:

ACPI dump

I'm looking to have the following mods done:

Whitelist removal

Unlock advanced BIOS options

Disable genuine battery check.

I will be flashing with a Raspberry Pi and a SOCI-8 clip.

Thanks!  Wink

zog
(07-22-2017, 07:44 PM)zogthegreat Wrote: [ -> ]Hi everyone!

Is there anyone who can modify the bios for my X230 tablet? I'm going to start trying to mod them myself, but I need to get my original Hackintosh project going in the mean time. Here is a linki to the original bios:
Hi
first use SPI-programmer+SOIC8 clip and make bios damp
(07-23-2017, 12:54 AM)Dudu2002 Wrote: [ -> ]
(07-22-2017, 07:44 PM)zogthegreat Wrote: [ -> ]Hi everyone!

Is there anyone who can modify the bios for my X230 tablet? I'm going to start trying to mod them myself, but I need to get my original Hackintosh project going in the mean time. Here is a linki to the original bios:
Hi
first use SPI-programmer+SOIC8 clip and make bios damp

Hi Dudu2002,

Thanks
for your reply! Here are the dumped files. I did a dump of both the 4mb and 8mb chips first using a Raspberry Pi and then using a CH431A programmer, (I'm trying both to see what gives me better results:

4mb dump - Raspberry Pi

8mb dump - Raspberry Pi

4mb dump - CH431A

8mb dump - CH431A

Please let me know if you need anything else.

Thanks!

zog
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36