Forum RSS Feed Follow @ Twitter Follow On Facebook

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[-]
Welcome
You have to register before you can post on our site.

Username:


Password:





[-]
Latest Threads
[REQUEST] X230s (GGET15WW)
Last Post: BIZKIT551
Yesterday 04:28 AM
» Replies: 0
» Views: 138
[REQUEST] Lenovo B590 (H1ETxxWW) Whiteli...
Last Post: Dudu2002
Yesterday 03:35 AM
» Replies: 798
» Views: 478192
[REQUEST] Lenovo B490 (H5ET73WW 1.16) Wh...
Last Post: yamicazanova2
Yesterday 03:19 AM
» Replies: 0
» Views: 92
[REQUEST] Lenovo IdeaPad S540-15IWL GTX ...
Last Post: Mayers
10-23-2025 07:19 PM
» Replies: 4
» Views: 2028
[REQUEST] Acer Nitro 5 AN515-54 BIOS Unl...
Last Post: Dudu2002
10-23-2025 12:44 PM
» Replies: 137
» Views: 95617
[REQUEST] GIGABYTE G6 MF (2024) Bios Unl...
Last Post: Dudu2002
10-23-2025 12:43 PM
» Replies: 4
» Views: 20592
disabling amd prochot with moded bios.
Last Post: lucillegross2
10-23-2025 01:25 AM
» Replies: 1
» Views: 634
Gigabyte GA-EP45-UD3P (Rev 1.0) - BIOS F...
Last Post: zamar26
10-22-2025 09:54 AM
» Replies: 17
» Views: 18263
UNLOCKED BIOS S3810 WITH LIMIT 8GB RAM
Last Post: DeathBringer
10-22-2025 07:29 AM
» Replies: 11
» Views: 1063
[REQUEST] Acer Predator Helios 500 PH517...
Last Post: MaksaMax
10-21-2025 06:11 PM
» Replies: 46
» Views: 24125
[Request] Mod JGINYUE X99-M D4 BIOS
Last Post: polmzqwe
10-21-2025 11:54 AM
» Replies: 0
» Views: 234
2x CPU Dell Workstation BIOS modding
Last Post: amyleon
10-21-2025 06:59 AM
» Replies: 1
» Views: 1557
Lenovo X250 WAN whitelist remove
Last Post: rahimali
10-20-2025 11:59 AM
» Replies: 12
» Views: 4191
[REQUEST] HP Elitebook 8560w Whitelist R...
Last Post: daedaluus
10-20-2025 11:16 AM
» Replies: 26
» Views: 17001
How to peek inside a bios that comes as ...
Last Post: amyleon
10-20-2025 10:46 AM
» Replies: 1
» Views: 1499
BTC79X9 Core unlock
Last Post: Stahan
10-20-2025 05:27 AM
» Replies: 0
» Views: 282
Biostar N68S3B to disable TDP check
Last Post: DeathBringer
10-20-2025 03:24 AM
» Replies: 3
» Views: 397
[REQUEST] Lenovo Thinkpad T420s (8CETxxW...
Last Post: fr4nk
10-19-2025 09:35 PM
» Replies: 196
» Views: 122723
BIOS P09ABE and 32GB RAM with 2 16GB mod...
Last Post: DeathBringer
10-19-2025 11:16 AM
» Replies: 3
» Views: 637
Microcode Update for HP Compaq DC7900 (7...
Last Post: MarkF
10-19-2025 09:53 AM
» Replies: 20
» Views: 11395

Bios 1.48 downgrade t420
#1
Hello guys, i need to downgrade my t420 from 1.48 to 1.46 to install olehs mod to support 16 gb of ram at 1333mhz, can someone help me with this, please? Thank you.
find
quote
#2
(05-01-2016, 04:52 PM)Trexie Wrote: Hello guys, i need to downgrade my t420 from 1.48 to 1.46 to install olehs mod to support 16 gb of ram at 1333mhz, can someone help me with this, please? Thank you.

So this can be done. I had to do it today on my T420 which, FYI,  is Linux box.

I made a bootable DOS flash drive. In my case a 2GB thumb drive. I used an HP tool from within a Windows 7 VM (VirtualBox). However you can clearly download an image from the Internet if you want.

Using Linux:-

I extracted the content of the BIOS ISO file (83uj28us.iso) from Lenovo containing the 1.46 BIOS and placed the BIOS file:-

83ET76WW/$01C8000.FL1 on the flash drive along with:-

PFLASH.exe and
EFILDR16

both from the same ISO file.

Remove any AUTOEXEC.BAT from the Flash Drive:

Reboot the T420 and make it boot from the Flash Drive.

Run:-

PFLASH /sv /sd $01C8000.FL1

I actually renamed the file to BIOS.WPH but I do not know if that is necessary.
I believe these are the options I used. Basically PFLASH had to be told to ignore the warnings.
Use PFLASH /? to get help.

However, my machine did downgrade from 1.48 to 1.46. It can be done.

The T420 is a Linux box. To extract the ISO I used:-

geteltorito  bios83uj28us.img 83uj28us.iso
fdisk -lu bios83uj28us.img
losetup -o 16384 /dev/loop0 bios83uj27us.img
mount /dev/loop0 /mnt/t1
etc etc.

You can find details of all of this on the Internet.
I think I have the names of the iso files correct. Check yourself.
find
quote
#3
Hey.. i need this downgrade on my t420 too... i want to mount a egpu, but i think than this bios version block the adapter EXP GDC. Can you explain more about this method?

thanks.
find
quote
#4
(05-01-2016, 04:52 PM)Trexie Wrote: Hello guys, i need to downgrade my t420 from 1.48 to 1.46 to install olehs mod to support 16 gb of ram at 1333mhz, can someone help me with this, please? Thank you.

In fact, you can install 16GB at 1866
find
quote
#5
(05-13-2016, 11:34 PM)Mozzer Wrote:
(05-01-2016, 04:52 PM)Trexie Wrote: Hello guys, i need to downgrade my t420 from 1.48 to 1.46 to install olehs mod to support 16 gb of ram at 1333mhz, can someone help me with this, please? Thank you.

So this can be done. I had to do it today on my T420 which, FYI,  is Linux box.

I made a bootable DOS flash drive. In my case a 2GB thumb drive. I used an HP tool from within a Windows 7 VM (VirtualBox). However you can clearly download an image from the Internet if you want.

Using Linux:-

I extracted the content of the BIOS ISO file (83uj28us.iso) from Lenovo containing the 1.46 BIOS and placed the BIOS file:-

83ET76WW/$01C8000.FL1 on the flash drive along with:-

PFLASH.exe and
EFILDR16

both from the same ISO file.

Remove any AUTOEXEC.BAT from the Flash Drive:

Reboot the T420 and make it boot from the Flash Drive.

Run:-

PFLASH /sv /sd $01C8000.FL1

I actually renamed the file to BIOS.WPH but I do not know if that is necessary.
I believe these are the options I used. Basically PFLASH had to be told to ignore the warnings.
Use PFLASH /? to get help.

However, my machine did downgrade from 1.48 to 1.46. It can be done.

The T420 is a Linux box. To extract the ISO I used:-

geteltorito  bios83uj28us.img 83uj28us.iso
fdisk -lu bios83uj28us.img
losetup -o 16384 /dev/loop0 bios83uj27us.img
mount /dev/loop0 /mnt/t1
etc etc.

You can find details of all of this on the Internet.
I think I have the names of the iso files correct. Check yourself.

Hello. Please Please can you Upload the Boot Disk for us? I have a T420 with latest 1.48 Bios. I want to Downgrade to 1.46

thaaaaaank o so much
find
quote
#6
Hi,

I have 1.48 bios with white list and unlock ram. Please send priv message.
find
quote
#7
(08-26-2016, 01:43 AM)Kami3n147 Wrote: Hi,

I have 1.48 bios with white list and unlock ram. Please send priv message.

Is this bios update still available? I sent you a PM as well.
find
quote


Forum Jump:


Users browsing this thread: 2 Guest(s)