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
[REQ] Acer Aspire 7738G - Microcode upda...
Last Post: Teodor91
Today 01:50 PM
» Replies: 6
» Views: 71
[REQUEST] Acer Swift X SFX14-41G BIOS Lo...
Last Post: Dudu2002
Today 02:32 AM
» Replies: 5
» Views: 4156
Project AM3 Ready ASUS
Last Post: cocossss
Yesterday 11:44 AM
» Replies: 74
» Views: 350400
ASUS M2N4-SLI new cpu
Last Post: cocossss
Yesterday 11:28 AM
» Replies: 6
» Views: 1822
M3N78 PRO Phenom II x4 955 BE update
Last Post: odronne
Yesterday 10:14 AM
» Replies: 2
» Views: 5765
[REQUEST] Advent 7201 / Quanta PL5C / AL...
Last Post: ioannistzazt
Yesterday 09:12 AM
» Replies: 15
» Views: 12998
[REQUEST] Lenovo Ideapad Z710 (7FCNxxWW)...
Last Post: sea1731
Yesterday 07:16 AM
» Replies: 227
» Views: 170836
[REQUEST]wwan whitelist removal ThinkPad...
Last Post: Dudu2002
Yesterday 06:45 AM
» Replies: 3
» Views: 176
Question regarding QTJ1 CPU on B250 boar...
Last Post: Lixkote
Yesterday 04:39 AM
» Replies: 0
» Views: 101
[REQUEST] Acer Aspire 5742(G,Z) BIOS Unl...
Last Post: deliter
10-07-2025 01:56 PM
» Replies: 167
» Views: 68651
A Suggestion
Last Post: georgehenry
10-07-2025 06:25 AM
» Replies: 1
» Views: 3978
[REQUEST] Please help unlock em64t in bi...
Last Post: MonoTightt
10-07-2025 05:11 AM
» Replies: 2
» Views: 2608
[REQUEST] Acer Nitro 5 AN517-54 BIOS Unl...
Last Post: Dudu2002
10-07-2025 02:49 AM
» Replies: 24
» Views: 10069
[REQUEST] Lenovo G580 (5ECNxxWW) Bios Un...
Last Post: Dudu2002
10-07-2025 02:40 AM
» Replies: 371
» Views: 198872
Lenovo IQ670SL4, Help Add CPU Microcode ...
Last Post: ffrog911
10-06-2025 09:04 PM
» Replies: 8
» Views: 291
Acer Aspire 7530G unlock request
Last Post: elquique
10-06-2025 06:46 PM
» Replies: 28
» Views: 26364
[REQUEST] Lenovo B590 (H9ETxxWW) Whiteli...
Last Post: AlexGurzuf
10-06-2025 11:33 AM
» Replies: 684
» Views: 315659
Gigabyte H81M-S2H with i7-4790: Intel Vi...
Last Post: LateJunction
10-06-2025 08:49 AM
» Replies: 0
» Views: 110
[SOLVED] Toshiba Satellite C660 and T7x0...
Last Post: tecnico1986
10-06-2025 07:57 AM
» Replies: 60
» Views: 36611
SKU product number?
Last Post: padgurc
10-06-2025 12:34 AM
» Replies: 0
» Views: 138

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: 1 Guest(s)