Forum RSS Feed Follow @ Twitter Follow On Facebook

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

Username:


Password:





[-]
Latest Threads
[REQUEST] Resizable BAR for Lenovo m720q...
Last Post: elfloko
Today 10:13 AM
» Replies: 1
» Views: 1379
disabling amd prochot with moded bios.
Last Post: vorajeeah
Yesterday 09:27 AM
» Replies: 2
» Views: 841
[REQUEST] ThinkPad X1 Carbon (20A7 & 20A...
Last Post: neax61
Yesterday 05:46 AM
» Replies: 87
» Views: 50591
[REQUEST] Lenovo G50-80 (B0CNxxWW) White...
Last Post: Leonardosena
11-02-2025 04:17 PM
» Replies: 110
» Views: 66063
bios f.02 Help!!!
Last Post: karbonid777
11-02-2025 12:21 PM
» Replies: 0
» Views: 159
[REQUEST] Lenovo Ideadpad N581 Whitelist...
Last Post: Dudu2002
11-01-2025 02:07 PM
» Replies: 238
» Views: 115890
[REQUEST] Lenovo ThinkPad T480s (N22ETxx...
Last Post: Dudu2002
11-01-2025 06:31 AM
» Replies: 25
» Views: 15392
[REQUEST] Lenovo G500 (78CNxxWW) BIOS Un...
Last Post: dump_bios_gg
11-01-2025 04:59 AM
» Replies: 290
» Views: 201493
X550VXK BIOS Unlock Request
Last Post: laret
11-01-2025 03:35 AM
» Replies: 1
» Views: 247
[REQUEST] HP EliteBook 640 G9 – Remove W...
Last Post: dlareklami
10-31-2025 04:20 AM
» Replies: 0
» Views: 207
Help with DMI Info Lenovo Bios
Last Post: force9da
10-30-2025 04:04 PM
» Replies: 0
» Views: 247
Lenovo z510 i5-4200m to i7-4700mq upgrad...
Last Post: ClaudeSpeed
10-30-2025 03:42 PM
» Replies: 7
» Views: 367
Dell Optiplex 790 bypass Press F1 during...
Last Post: jozsef_kacso
10-30-2025 04:19 AM
» Replies: 5
» Views: 17005
[REQUEST] Whitelist Removal for lenovo v...
Last Post: konjiki no yami
10-29-2025 07:36 PM
» Replies: 0
» Views: 273
[REQUEST] HP dv6-6b57el hidden menu
Last Post: Alcatraz
10-29-2025 04:28 PM
» Replies: 1
» Views: 315
[REQUEST] Lenovo IdeaPad L340 (BGCNxxWW)...
Last Post: Dudu2002
10-29-2025 03:19 PM
» Replies: 97
» Views: 55439
[REQUEST] Acer Aspire V5-121 Bios Unlock
Last Post: Strongbox256
10-29-2025 11:15 AM
» Replies: 5
» Views: 9169
[REQUEST] Eglobal S210H BIOS Unlock
Last Post: ShawnSuter
10-29-2025 10:50 AM
» Replies: 145
» Views: 64767
Request: Unlock CPU Voltage (Vcore) for ...
Last Post: hoomaan
10-29-2025 10:35 AM
» Replies: 0
» Views: 219
[REQUEST] Bios Unlock - Packard Bell Eas...
Last Post: Overtune2005
10-29-2025 08:37 AM
» Replies: 3
» Views: 2178

PB EASYNOTE TK 85 REQUEST
#11
and are you SURE this BIOS is really for your notebook?

<div style="background-color: #f9f9f9">
http://felipejfc.com
</div>
find
quote
#12
Yeah i know it budyy
find
quote
#13
Have you tried DOS flash??
Using Flash.bat from DOS mode?
See your BIOS file has DOS and Windows folders

If yes and it didn't worked, try to flash this by recovery mode(Instructions included):

https://hostr.co/bpKL2whhhs75

Advanced and Power tabs unlocked as a bonus.

report.

<div style="background-color: #f9f9f9">
http://felipejfc.com
</div>
find
quote
#14
I tried it. But its not worked for me. It say this is not compatible with your computer. (Same error Smile)

I'm using DOS Flash.
I commanded : "flashit PEW71x64.fd /all"
And i tried this: "flashit KBCA230A.rom /all"
And this: "update.bat"
But "the rom file is not match this platform" Smile

Now i tried recovery flashing:
1- I did combination buttons.
2- I wait fn + esc
3- I opened comp
4- This time, comp. had a blank screen
5- Then i wait continues on fn + esc buttons...
6- I waited 4 mimutes in this wise
7- But i see blank screen now :S

MY FLASH DISK 8 GB. AND FAT32 FORMATTED. ONLY IN THIS FLASHDISK "PEW71X64.fd"
Thanks
find
quote
#15
DEFAULT PACKARBELL OFFICIAL BIOS DOS FILES:
FLASHIT.EXE
KBCA230A.rom
MEInfo.exe
PEW71x64.fd
SPI.EXE
SPROM.EXE
Update.BAT

AND UPDATE.BAT'S CODE:

@echo off

SET BIOS_NAME=PEW71x64.fd
SET EC_NAME=KBCA230A
SET ME_VERSION=6.0.31.1208

:Retry
sprom -c:ecchk
if errorlevel 0 if not errorlevel 1 goto GPIO33Low
if errorlevel 1 if not errorlevel 2 goto FlashALL
goto Retry

@==== flash me and bios ====
:FlashALL
spi /flash -v20000 -ac -n -p6 -i %EC_NAME%.rom
cls
flashit %BIOS_NAME% /all
goto exit

:FlashBIOS
spi /flash -v20000 -ac -n -p6 -i %EC_NAME%.rom
cls
flashit %BIOS_NAME% /bios /b
goto exit

:GPIO33Low
meinfo >me.log
sprom -m:chk me.log %ME_VERSION%
if errorlevel 0 if not errorlevel 1 goto FlashBIOS
@echo on
@ECHO *****************************************************
@ECHO * Inform EC Pull GPIO 33 to Low *
@ECHO * Wait 5's System will reboot then reflash BIOS *
@ECHO *****************************************************
@echo off
sprom -e:glow
sprom -e:reboot

:exit

AND I USE RUFUS FOR DOS COMMANDER

If i try with dos flash:

Current BIOS Model name: NEW70
New BIOS Model name: PEW71
Protection: The ROM file is not match this platform
Error: The new image file is not support flash utility.
find
quote
#16
SET BIOS_NAME=PEW71x64.fd
SET EC_NAME=KBCA230A
SET ME_VERSION=6.0.31.1208

As You see KBCA230A is Embedded Controller this contains ME Region 6.0.31.1208,
then Bios is PEW71x64.fd !!!
Look here :

http://www.bios-mods.com/forum/Thread-BI...0#pid67830

I just replied before, so two choices InsydeFlash.exe without any check directly on Eeprom or Recovery Mode !
I don't know if It will give a brick (may be not), but Mobo are right ones (differents Grapic Card or Wlan, memory config, etc.)
FjFc know all, He leads You to do !
regards

[size=undefined]Your Brain [/size]. . . . It's the best tool U can use ! Wink
[size=undefined]Don't FLASH the Bios Mod if You get a Size Alert, You risk a Brick !!! [/size]
Donate to me for my work, click here BDM
find
quote
#17
In phoenixtool, the name it gave was PEW71X64.fd BDMaster...

Friend alierdem93, try the name BDMaster suggested PEW71x64.fd(Pay attention to the lower cased x), rename the file I gave you for recovery mode and try again in recovery mode with name PEW71x64.fd

report

<div style="background-color: #f9f9f9">
http://felipejfc.com
</div>
find
quote
#18
Now, How i do it? Can u explain it? I dont understand it. Step to step please. I'm a newbie Smile First step? second step? First startup...
find
quote
#19
try recovery with file names PEW71X64.fd and PEW71x64.fd
the instructions are included in the file I sent earlier
https://hostr.co/bpKL2whhhs75

<div style="background-color: #f9f9f9">
http://felipejfc.com
</div>
find
quote
#20
I tried recovery bios with 8gb fat32 usb stick. computer did anythings. Usb stick's led is lighting on this section. and i waiting then i waiting ... Because comp dont be anything because looping usb sticks led is sgain lighting. thanks
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)