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] IBM ThinkPad X40 whitelist rem...
Last Post: kahlil88
Yesterday 05:53 PM
» Replies: 0
» Views: 359
[Request] Lenovo v520s sff unit bios sup...
Last Post: alegatorul
Yesterday 04:31 AM
» Replies: 16
» Views: 3673
[REQUEST] Lenovo Ideapad Z710 (7FCNxxWW)...
Last Post: Dudu2002
09-17-2025 03:56 PM
» Replies: 224
» Views: 141589
[Request] Mod Adaptec ARCCONF to allow x...
Last Post: Teetrinker
09-13-2025 10:14 AM
» Replies: 0
» Views: 3652
[REQUEST] Lenovo G580 (5ECNxxWW) Whiteli...
Last Post: Princeneo
09-12-2025 09:23 AM
» Replies: 1726
» Views: 910458
[REQUEST] Lenovo Ideapad 100-14IBD & 100...
Last Post: Dudu2002
09-12-2025 02:22 AM
» Replies: 26
» Views: 30644
[REQUEST] Acer Nitro 5 AN515-58 BIOS Unl...
Last Post: iku56m22v
09-11-2025 10:02 AM
» Replies: 37
» Views: 34337
3rd Party RAM Mod For HP EliteDesk 705 G...
Last Post: AmyGrrl
09-10-2025 09:40 AM
» Replies: 0
» Views: 5694
MSI PR210 AHCI
Last Post: iday82
09-09-2025 04:40 PM
» Replies: 0
» Views: 5794
Honor Magicbook D14 Ryzen 4800H
Last Post: Altermann
09-09-2025 05:04 AM
» Replies: 0
» Views: 5866
[REQUEST] Thinkpad X60S WiFi WhiteList r...
Last Post: Vigor89
09-08-2025 04:46 PM
» Replies: 0
» Views: 7112
[REQUEST] GIGABYTE G6 MF (2024) Bios Unl...
Last Post: lovesickugh
09-07-2025 09:15 PM
» Replies: 3
» Views: 11596
Gigabyte GA-G33-DS3R: USB Boot
Last Post: dinix
09-04-2025 10:37 AM
» Replies: 0
» Views: 8878
Optiplex 7060 SFF 9th Generation Intel C...
Last Post: DeathBringer
08-31-2025 01:59 AM
» Replies: 68
» Views: 39280
Bios Powered classmate
Last Post: MosheNessi
08-28-2025 08:08 AM
» Replies: 0
» Views: 8772
[REQUEST] Lenovo Thinkpad X12 Detachable...
Last Post: Kokoko123
08-28-2025 12:48 AM
» Replies: 0
» Views: 9006
[REQUEST] Unlock advanced options to HP ...
Last Post: huguito
08-26-2025 02:57 PM
» Replies: 0
» Views: 8950
[REQUEST] Dell Precision T3500 BIOS Unlo...
Last Post: DEX0ZEN
08-25-2025 01:30 PM
» Replies: 45
» Views: 59011
[REQUEST] Samsung NP900X4D AES-NI enable...
Last Post: Vesly
08-23-2025 05:25 PM
» Replies: 63
» Views: 54269
Acer Veriton X2640G Xeon support
Last Post: hercares
08-19-2025 03:21 PM
» Replies: 5
» Views: 2839

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)