
I bought an CF-52PFN32PE in the bay. The seller wrote, there is a password from his girlfriend on the machine, but that was a lie.

I asked BT-Group about the machine-ID, I got no answer. I asked toughbook.eu, they told me, it will cost about 1300,-€ to install a new motherboard....
Nevermind, to get access into the BIOS I downloaded the BIOS for the CF52 MK3 on the canadian Panasonic site https://panasonic.ca/PCS/Firmware/CF52P ... Binary.zip .
I've made an bootable 4GB USB-stick with DOS and the decompressed BIOS files. It does not start from the stick. Also the laptop want boot on CD except u pull the harddisk out of the bay. So I tried to create an bootable DOS CD with the BIOS on the same disk, but It does not work, because the BIOS file is 8MB and the biggest DOS Image is 2.88MB. So I installed Windows 7 32bit on a harddisk of an other well working Laptop and inserted this prepared HDD into the Panasonic laptop. Now it was possible to press F12 while booting and I got the DOS-prompt from my USB-stick.
The standard routine is to start the BIOSUP.BAT. But I got the error message, that the BIOS would not fit to the machine. I had nothing to loose, cause I found an better mainboard on ebay, which I would buy, if the BIOS would fail.
I typed:
bu52m3.exe v300L14.523 -im
into the console and voilà; BIOS flashed, password was gone


So '-im' is the flag, which will not use any checks, if the BIOS is the correct version, right?
BTW with 'KillCMOS' u can set the working hours to zero...but this does not make any sense for me...
And here are the flags for the bios flash tool from panasonic. I explored them by using IDA freeware version. This will probably help u, if u are trying an different BIOS to enable WIFI or something else ;-)
-rchk
-mlist
-f0
-d help

-f
-r
-cboot
-a
-m
-x
-partial
-sn SerialNumberFile
-cn ModelNumberFile
-wwanid WWANidFile
-kbid KeyboardIdFile
-st OEMstringFile
-wt OwnershipTagFile
-sum= file
-wbd file
-rbd boardRevisionData
-wdd writeDeviceData
-rdd readDeviceData
-whole BiosFile
-wpc WorkingTimeStartedCounterFile
-rpc recordTimePowerOnCountFile
+bb
-bb
-sec file
-sc3 file
-gen file
-issec MEI Standard Security PC
-im +++++++++ NO TESTS ++++++ be careful!!!
-entire
-savegbe
-savemac
-savepdr
-entiresave
+nvram
-nvram
-savesetup
-cfd ConfigurationFile
-abt CPT Attribute
-aba CPT Attribute
-abp CPT Attribute
If it worked for u, or not, tell me about.