Тёмный

I Bought a BIOS-Locked PC. Should You? 

Hardware Haven
Подписаться 258 тыс.
Просмотров 572 тыс.
50% 1

Опубликовано:

 

24 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 640   
@luci_ly
@luci_ly Год назад
Your BIOS dump seems to be exactly 16M, which means its probably a full dump of the BIOS chip, even white space that might exist at the end of the chip. Most manufacturers don't fill their BIOS chips to the brim, mainly for BIOS updates and patches in the future. It's possible the HP and community BIOS's are complete images, just truncated to exclude the white space that would exist at the end of the chip
@lizardking8388
@lizardking8388 Год назад
An erased chip is all FF's. If the BIOS is in Intel Hex format, rather than binary, it would only contain the pages of bytes that have zero's in them; thus it could contain the entire BIO's while still being a very small file.
@phyotyla
@phyotyla Год назад
The memory chip sizes are in the powers of two and the binary found was 9,1MB. Therefore it would not fit on a 8MB chip but does fit on a 16MB chip.
@shhhvcnear
@shhhvcnear Год назад
Hex IS binary, not rather than. It's just binary converted into a more people friendly way to read. All hex values are stored in, you guessed it, binary. If all bytes were FF then all bits are 1. Intel Hex just encodes/decodes in this instance is just compression. Everything is stored in binary, there is no "rather than binary"
@lizardking8388
@lizardking8388 Год назад
@@shhhvcnear You know only half of what you think you know. "Hex IS binary, not rather than." Hex is ASCII TEXT, Binary is BINARY. "It's just binary converted into a more people friendly way to read." Converted, yes; which means it is NO LONGER BINARY. Hex REPRESENTS binary and it is more than "a more people friendly way to read". A server may not be able to accept binary and so the data may be CONVERTED to ASCII. ASCII Hex cannot have a '1' in the eight bit; if it did, it would be binary data and NOT hex. "If all bytes were FF then all bits are 1." Obviously. "Everything is stored in binary, there is no rather than binary" That's a half truth, which you don't understand because your knowledge of binary is very simplistic. Yes, everything is bits and is binary, but when engineers (and most computer literate people) refer to a binary file, they're referring to a file that has unformatted data or to be more specific, a non-text file. If you format a file to ASCII hex, then it is no longer considered a binary file (even though the data within is still made up of binary data). ASCII hex breaks the binary bytes into 4 bit nibbles, so each byte of the data is represented by two ASCII text bytes in hexadecimal format, neither of which have a '1' as the most significant bit. "Intel Hex just encodes/decodes in this instance is just compression." When you load an Intel hex file into a programmer, all data is first erased from the chip, which means all bits are '1' or FF. Each line in the Intel hex file (which is ASCII text, not binary) contains an address of where in memory to write the data, the data itself and a length of bytes to write, including a checksum. The hex fields (which are ASCII hex, not BINARY) are then converted to their binary values and used to modify the buffer that was previously filled with FF's before being programmed. It's not really just compression because it doesn't contain all the data within it. Instead, it assumes that any data that's not included within it is FF. So if you didn't fill the buffer with FF's first, then the data will be incorrect. usually the programmer will automatically fill the buffer with FF's before loading the Intel hex file. A compressed file contains all data and doesn't rely on assumptions. Intel hex format can also be used to patch an existing program (but this is likely over your head so I won't discuss it further). In summary, Intel hex format doesn't need to write pages of FF's in any area because there already are FF's there from erasing. Since there are a lot of FF's in firmware, the intel hex file can be much smaller than the actual binary, even though there are two ASCII bytes representing each byte of the actual binary.
@bonngustilosarab2593
@bonngustilosarab2593 Год назад
Agree. All chips, AFAIK, stores info in binaries. Even disc storages.
@ianmckenzieanderson3857
@ianmckenzieanderson3857 Год назад
Something to try that's worked several times for me with various desktop and server motherboards, although sadly isn't an easy option for most laptops: On a lot of boards, if you replace the CPU, it will allow you one-time access to even the most locked-down BIOS, so if you have another spare CPU for your locked motherboard, remove the BIOS battery, close the CMOS jumper, then replace the CPU. Remove the CMOS jumper, replace the battery, and switch on. Some boards will take you straight to BIOS and others will give you a message to say the CPU has been changed and to press (usually) F1 to enter BIOS. Once in there, you MUST remember to change or remove the password at that point, because if you leave the original password set, it's a one-time deal until you replace the CPU again.
@tin2001
@tin2001 Год назад
Swapping the amount of RAM also sometimes works.
@conundrum2007
@conundrum2007 4 месяца назад
useful tip! I've had issues with pre-crippled SFF's where they won't run with anything other than the supplied chip, every time I managed to fix it. Possibly why a lot of the "faulty/spares or repair" ones have a different CPU, someone has taken out the good working chip and substituted a potato or worse, a faulty processor.
@dothatjustin
@dothatjustin 3 месяца назад
@@conundrum2007I was gonna do that to a OptiPlex, guess I can’t?
@conundrum2007
@conundrum2007 3 месяца назад
@@dothatjustin Try it. Other option might be to send me the bad BIOS IC and I will attempt to clone it to a new one. Sometimes that is all you need, done this once before.
@dothatjustin
@dothatjustin 3 месяца назад
@@conundrum2007huh, well I’m always willing to learn more, I’m not sure what to do tho and if you wanted to try it out I can try sending it maybe ilyk
@JinSu-hf9im
@JinSu-hf9im Год назад
I used to have a defective RAM bar, if you insert it into the computer, the data loaded into the initial addresses will be corrupted by the BIOS in an attempt to restore it loads the default settings and the password disappears it was very convenient
@conundrum2007
@conundrum2007 3 месяца назад
Ooo! I can probably make one of those.
@ChipperMcManus
@ChipperMcManus 2 месяца назад
@@conundrum2007 if you make one that works et me know how much you can sell me one for
@annihilatorg
@annihilatorg Год назад
My biggest win was using a grounding trick on a thinkpad t430s to get around a bios lock. There's many videos on youtube, but the gist is you carefully use a pair of metal tweezers to ground the data pin during (not before) POST. The password is seen as blank on that boot, and you can easily set and then disable the admin password. This let me enable virtualization, update the bios, and enable the express card port.
@luisfernando55
@luisfernando55 Год назад
I think that cant'b be done in newer models but at least worked in your Lenovo, thanks for the reminder !
@TUGATITO001
@TUGATITO001 Год назад
@@wendellparham5545 interesting...
@theantipope4354
@theantipope4354 Год назад
I spent many years as a service tech, & I used this trick on a lot of machines to get around weird BIOS locks.
@zhp316
@zhp316 Год назад
How u dell laptop
@Golf4org
@Golf4org Год назад
Works great on T48s but not on T51s. The Password is stored inside the CPU. So even replacing the Flash does not help. This is part oft this Intel Anti Theft.
@anle7988
@anle7988 Год назад
There is another way of removing BIOS-password by using Intel ME software. Basically, it allows you to read and write BIOS chip from Windows, without soldering the chip. However, a few things need to be considered: - It's needed to remove/change position of a jumper if you wanna flash to BIOS chip while reading from it doesn't. Some times you need to use a wire as the jumper is removed by default. - Make sure that you have the right BIOS to flash to the chip. Otherwise you can't boot up. In that case you will need desolder the chip and use a programmer to flash BIOS to it. Overall, while this technique could be avoid of using solder-iron, it requires some knowledge of understanding motherboard (and maybe reading schematic) and BIOS flash.
@ArifKamaruzaman
@ArifKamaruzaman Год назад
Interesting.
@kraio-sfu
@kraio-sfu Год назад
Doesn’t this only work on vPro systems?
@v1ncend
@v1ncend Год назад
Need more details
@lizardking8388
@lizardking8388 Год назад
"There is another way of removing BIOS-password by using Intel ME software. Basically, it allows you to read and write BIOS chip from Windows, without soldering the chip." If you could do that, then it means you don't need to do it because you're already past the BIOS password.
@pjcnet
@pjcnet Год назад
@@lizardking8388 Still good for a BIOS only password to get into the settings, not a power on password.
@Adamant_IT
@Adamant_IT Год назад
Cheers for the shout out, great video - whish I could get this much information into 10mins! In-circuit flashing (with the clamp) is definitely possible as you've discovered, but I always de-solder the chip, as unless you have a detailed understanding of the platform, you never know what else is getting powered up by the clamp, and what else is listening on the bus. Soldering is also dangerous, but I know those risks a lot more than if the PCH is going to breakdown when an unmodded CH341a bashes 5v onto the SPI bus. It's low current sure, but I don't need to roll those dice if I flash out-of-circuit.
@HardwareHaven
@HardwareHaven Год назад
Ah the legend himself! And I would argue you get more info in most of your videos than I have on my entire channel. Without a doubt your videos were the inspiration to buy a hot air station and give it a go, lol.
@ArifKamaruzaman
@ArifKamaruzaman Год назад
Hi! I started watching your video. Something i love to watch because I was a computer technician and dealing with almost everything you've shown there.
@TheLukasz032
@TheLukasz032 Год назад
> "you never know what else is getting powered up by the clamp" In fact, most of all times it's the KBC. Which will then try to read its firmware from the same chip, and then attempt to start the motherboard or at least its always-on devices like a charging port. And hopefully everyone here knows that on SPI bus there is no mandated hardware detection of colliisions, and flash chips are "dumb" either way, so reading the chip in the same time the KBC accesses it is bad.
@Ismail-1983
@Ismail-1983 9 месяцев назад
The ch431 doesnt have a problem with the 5 volt "issue". It is well explained and tested in this video: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-J8-Sh7DjiXw.htmlsi=Mei2TuFyq16XZaZ3
@drcyb3r
@drcyb3r Год назад
On devices of some manufacturers like Fujitsu, you can remove the bios lock by entering three specific "passwords". Then you get a long number shown on the screen which you can enter into a calculator found on the internet. There you get a code you can enter as a password to gain access to the bios.
@haczyk84
@haczyk84 Год назад
same in old Dells
@happyatheists9361
@happyatheists9361 10 месяцев назад
Nec too
@gianclgar
@gianclgar 10 месяцев назад
Nice quest tho
@ArcYT
@ArcYT 9 месяцев назад
real life side quest
@naxutlol8663
@naxutlol8663 Год назад
BIOS said: 37 times
@norcobick
@norcobick Год назад
🗿
@chriss590
@chriss590 Год назад
Two more likes and we'll get this comment to 37, too.
@HardwareHaven
@HardwareHaven Год назад
Whoops lol
@blindtechh
@blindtechh Год назад
​@@HardwareHaven37
@markusTegelane
@markusTegelane Год назад
Bios means life
@kasuraga
@kasuraga Год назад
Picked up a bios locked 845 G7 from work for 20 bucks. Had to learn how to desolder and reprogram the bios, but it wasn't too difficult for me since I at least have some soldering skills and watch LOTS of board level repair videos in my free time. Threw in some ram and a drive, and I have a killer daily driver that cost under 100 bucks total.
@patsfan4life
@patsfan4life Месяц назад
That's a lot of work for someone who doesn't rebuild laptops regularly
@kasuraga
@kasuraga Месяц назад
@@patsfan4life I do laptop refurbishing as my job, but we don't typically do board level repairs. Since all the tools to do the job was cheap I figured it was a good chance to learn since I had a supply of parts to pull from
@oscarfinnEDV
@oscarfinnEDV Год назад
Notice if you are running a HP ProBook/EliteBook/ZBook up to the Folio 9470m: DO NOT JUST OVERWRITE THE BIOS WITH A DUMP THAT EXISTS ON THE INTERNET. Because when you do, the Serial Numbers and the MAC Address of the Ethernet Card gets overwritten. What you should instead do is capture the Current BIOS, flash an unlocked one, power the PC on, flash the original locked bios while the PC is running, set a new Password and then reboot. Otherwise you will for example get Code 43 for the Ethernet Chip because the MAC Address is incorrect, and there could be problems with Windows Activation.
@Drottninggatan2017
@Drottninggatan2017 27 дней назад
Question: You say "flash the original locked bios while the PC is running", would that be while running BIOS setup? You flash unlocked BIOS, enter BIOS setup, and flash original BIOS while still in BIOS setup?
@milescarter7803
@milescarter7803 Год назад
One of my favorites is the older laptops with a password chip. If it reads 0000s from the chip it assumes no password. The trick is you short the clock and data pins right when it checks for a password, it won't see one and you can get into the BIOS. Then set a blank password, it will overwrite the stored password. If you find that the motherboard is stealing the power from your clip programmer it might be pulling the voltage down too low. I keep a 1/2 charged Lithium Ion battery around ~3.6v to connect along with the CH341A. The other option would be powering the board and letting it provide the power to the chip. I do run into chips that need pulled from the board at times.
@foufoufun
@foufoufun Год назад
Setting a bios password on random computers you get your hands on sounds like the most evil plan for world domination.
@russellzauner
@russellzauner Год назад
UEFI attacks do this exact thing to gain control of the host before the OS level user can interfere.
@yegfreethinker
@yegfreethinker 9 месяцев назад
Needs to be made illegal big time
@conundrum2007
@conundrum2007 3 месяца назад
Enabling BitLocker is one of mine. Mwahahahaha!
@Matthew_MBG
@Matthew_MBG 3 месяца назад
​@@conundrum2007 *reinstalls windows*
@D3M3NT3Dstrang3r
@D3M3NT3Dstrang3r Год назад
I know you didn't cover it but one Hard Disk password exploit that worked well for me on ide/sata spinning rust drives was to power on machine with unlocked hard disk into the bios and into the security settings, hot swap the drive to the locked drive, select to lock drive and set a password, save and exit. Upon boot it will still be locked but only with the password you provided. Now you can go into bios and unlock with the password you set.
@dcfuksurmom
@dcfuksurmom Год назад
lmfao
@terrydaktyllus1320
@terrydaktyllus1320 Год назад
I have a really old Toshiba Pentium III laptop that somebody gave me and it had a BIOS password. It has a parallel port on the back (yes, it's that old!) but I found out researching online that you could reset the BIOS password by wiring a few pins together on the back of a D25 parallel connector and then powering on the machine with that connector plugged into the parallel port - and, yes, it did work exactly as expected. So clearly there are a few "weird and wonderful" things out there that might allow a BIOS password to be reset.
@ypesh
@ypesh Год назад
I did this too with a Toshiba Laptop! I think it was a Satellite
@terrydaktyllus1320
@terrydaktyllus1320 Год назад
@@ypesh Yes, I have just been down to my workshop and it's a Toshiba Satellite Pro 4300 Series. I must do something with it, actually - I should install Windows 2000 on it and fire up a few old retro games, it seems to work perfectly otherwise.
@Electracion
@Electracion Год назад
I don't recall which Toshiba I got, but the BIOS password could essentially be cleared by corrupting a checksum used by CMOS to validate itself. If the validation failed CMOS would be reset clearing the password in the process. The wild part is that this could be done from within (32 bit) Windows using the old 16bit debug hex editor that it used to ship with.
@ypesh
@ypesh Год назад
@@Electracion oh wow from within Windows? That's so cool, I had no idea 😂 I only did the parallel port dongle reset and then. I think I eventually sold it. It was such a well built solid laptop. I think I had either XP or Windows 2000 on it.
@terrydaktyllus1320
@terrydaktyllus1320 Год назад
@@ypesh My 4300 series has got a WIndows XP key on its sticker but I am sure when I checked a while ago that there were Windows 2000 versions too - so I think you're correct on that.
@ghosttheoremproductions5469
On a lot of aftermarket mobos you have options. Simple clear cmos, alternate bios, or a socketed bios chip you can just replace. I've picked up some good deals on hardware that was locked.
@q1337
@q1337 Год назад
having a listing that says locked bios on a dual bios mobo with a hardware switch would be funny haha
@otter-pro
@otter-pro Год назад
I don't buy bios-locked pc, simply because I don't have the time or tools or patience to work on it just to save $20 (roughly), unless the unlock is guaranteed and is super easy. The only time this would make sense is if I'd save at least $100 by buying a bios-locked pc/motherboard and if it is worth the effort to do so, like a rare PC. But it is fascinating to watch others do it. It feels like magic.
@wberube
@wberube Год назад
From experiences I have had with these Mini PCs and some whacky BIOS mods I have done in the past (going from turbo boost unlocking on Haswell to NVMe module injection), these sometimes require the power brick connected and a power cycle while - power button is kept pressed - to allow the chip to be powered and selected (floating SS line) and avoid the tedious (de)soldering task! Another pro-tip to whom it may concern, AMI bioses sometimes are flashable without needing the (risky) HDA_SD0 pin short or the ME disable jumper on with AFUWIN v3.05.04 and the magic /GAN flag!
@PsRohrbaugh
@PsRohrbaugh Год назад
I wish I was on this level of technical skill
@WooShell
@WooShell Год назад
For many systems there's also some default passwords available that can be used to unlock a machine. Worked fine for an M93p I grabbed off Ebay for cheap.
@YolkedTech
@YolkedTech 7 месяцев назад
What was it?
@ScarlettStunningSpace
@ScarlettStunningSpace 6 месяцев назад
I got a free HP Z440 from work once and it had a BIOS password on it. I quickly Googled my computer and how to clear it. It was nice all I had to do was remove the jumper and push a button, like on your HP in this video. Then put the jumper back and I can set my own password. I never liked HP, but this workstation was pretty nice and works well. I threw in a Xeon E5-2689 V4 (probably overkill), populated all RAM slots with 8GB sticks (64GB total), and put in my EVGA RTX 2070 FTW3 Ultra I had lying around. Surprisingly, the power supply is able to keep up no problem. I tested an RX 6500 XT and a GTX 970 with the Xeon E5-1620 V3 it came with and it turned out to be a pretty decent little machine for light gaming.
@fluff5800
@fluff5800 26 дней назад
Yeah, hp z i think has 400 watts and the g towers models have 320 watts
@stevethepocket
@stevethepocket Год назад
This randomly appeared on my homepage and I'm so glad it did. I got a bunch of Optiplex 7070s from a school that was tossing them out, and I discovered that one of them had both a dead battery and a BIOS lock-meaning I couldn't even fix the incorrect clock until after booting up. Turns out this model does have that jumper, which is not just conveniently labeled PSWD, there are even instructions printed nearby that say "1-2: NORMAL, EMPTY: CLEAR PASSWORD". Considering how easy it would be for a kid to reboot and mess with stuff, I'm surprised it was the only one they had bothered to lock. Must have been the computer lab teacher's computer. 😄
@emmashepard2070
@emmashepard2070 Год назад
Reminds me of my original Xbox modding days, desoldering corrupted eeprom chips or bios chips, tsops, flashing them. Modding bios, corrupting them again. Good times
@b747xx
@b747xx Год назад
They have application for that btw. 1 - Dump BIOS 2 - Open Bios with the nice Russian software (that don't say anything but just create another .bin file with "unlocked" in the name) 3 - Flash back the bios using the "unlocked" one.
@Unmixable404
@Unmixable404 Год назад
Name of this software?
@b747xx
@b747xx Год назад
@@Unmixable404 RCUnlocker
@HotNoob
@HotNoob Год назад
i wrote software that does that... unfortunately it was for work... so only they can use it... i can't give away the trade secrects ;)
@mikesunboxing
@mikesunboxing 29 дней назад
thanks for the shout out! appreciate it, made Our Son very happy, He is a big fan 🙂
@JMassengill
@JMassengill Год назад
Over the years I’ve blown up two desktop motherboards by flashing the wrong bios in one and not using the proper OS the flashing software wanted. (I used win 10 but the loader program wanted win 7) I didn’t throw either motherboard away and I figured a solution would pop up in the future. The first dead mb was fixed by swapping the dead bios chip with another bios from a similar mb (socketed bios chip swap) and the second one was fixed with a CH341a reflash.
@309electronics5
@309electronics5 Год назад
I would not call it blown! Its just stupid saying i blown a mother board without any components blown up i would call it bricked! Please say it right
@D4no00
@D4no00 Год назад
I think this has to be the dumbest mistake to make the bios upgradable and not have a failsafe in case something goes wrong, but once again this might be just another reason to sell you more hardware. I never upgrade the bios, especially on expensive laptops, because if something goes wrong, good luck, all you have left is a expensive piece of junk.
@JMassengill
@JMassengill Год назад
@@309electronics5 say it how you wish. trust me, When i flashed the wrong BIOS from being in a hurry and I needed to use the computer, it was truly "blown up" at the time (this was 20 odd years ago) I had no hope of ever fixing it at that time nor did i know if i could ever fix it. It was just by accident that I got given a similar MB with the same BIOS chip a few years later. Yes, it bricked or blown or non functional and it was just lucky that i fixed it.
@JordanPlayz158
@JordanPlayz158 Год назад
​@@D4no00most pcs nowadays have 2 copies of bios
@D4no00
@D4no00 Год назад
@@JordanPlayz158 "most" is the perfect word to describe this. Since there is no standard, you are not guaranteed that you won't brick the device should something go wrong.
@collincutler2278
@collincutler2278 Год назад
Amazing intro! I love it! Keep it up man. Love how your channel is growing.
@HardwareHaven
@HardwareHaven Год назад
Thanks! I was nervous to try something different haha
@MCgranat999
@MCgranat999 Год назад
Flashing the bios without the serial number and mac address seems not to matter that much. I used the image dumped and cleaned by another user so it was already the correct size but missing the info mentioned above. I was able to recover a system that was not starting before. Works to this day.
@escapetherace1943
@escapetherace1943 6 месяцев назад
that is true. But it does matter on chromebooks. If you lose the original firmware it's a paperweight if you didn't already put good working custom firmware on it
@PiotrK2022
@PiotrK2022 Год назад
@Hardware Haven You were lucky.. Sometimes just bios reflash doesn't help, for example HP laptops has protection against password reset via bios reflash, it simply doesn't work and password is still present... It is still possible, but you must use 3rd party software to patch bios that you want to use for reprograming and then wirte it into SPI chip. For example as I remember correctly, sometimes password is stored in a few places, so simply bios reflash/.CMOS reset not always works, because mainboard is able to recognize that BIOS was reflashed and was password protected... Keep that in mind that you have do more then simply bios reflash, it's not always so simple, becuase modern computers are protected against that, aspecially laptops...
@Romni314
@Romni314 Год назад
Just did one about a month ago. 2016/17 HP laptop. There's a built in feature. Hold Windows+B while powering on. Continue holding until it reboots (could be as long as 45 seconds), then release. Should let you into BIOS when it comes back on.
@voteDC
@voteDC Год назад
You could also ask the seller if they know what company the bios locked system comes from. In most of the systems I've gotten over the years the bios password was just the name of the company.
@LeonSteelpaw
@LeonSteelpaw Год назад
At least it wasn't 'Bob'
@RiveryJerald
@RiveryJerald Год назад
cant wait for this video to get millions of views and then have those seller increase the price of bios locked shit like how people constantly made dell optiplex builds and sellers amped the old optiplex prices to get on the wagon
@leondeco4835
@leondeco4835 Год назад
Prices rises so fast)
@DeathMetalDerf
@DeathMetalDerf Год назад
My Flipper Zero will take care of a BIOS lock or POP pretty quickly. I buy A LOT of "locked" computers and flip them. It's not great money, but we definitely aren't hurting for cash.
@TerminalHeatSink
@TerminalHeatSink Год назад
Isn't that thing wireless only? Or you can attach cables to it and use it like the programmer he showed?
@summerlaverdure
@summerlaverdure Год назад
@@TerminalHeatSink iirc it has usb and gpio
@jacobeii
@jacobeii Год назад
i own a flipper, didn't know it could be used in that way
@korishan
@korishan Год назад
Came across your videos as recommended for Proxmox and HA. I really like your style of presenting material in a very calm, friendly, easy manner. And one of the big things is you talk to the viewer as if we are on the same level and don't speak in terms most of us would not understand, the l33t speak as it were. I really appreciate that 😎👍 As a note, you bring up the BIOS flasher you purchased. I had this same problem with a thin client where the chip was borked during a bios update. I had gotten one of those units only to find out the same exact issue you had here, the chip runs at a different voltage as the flasher outputs. I tried to do the hack to make it work, but the thing over heated and never powered the chip. Thanks for showing the description of the device (there's actually v1.7 available that I've found), but I had first looked in your description for an affiliate link, and was saddened that you had not had one for that device. It might be a good idea to add one for it for future viewers, you never know how many ppl will be using it to get the device because they came across the video 😉
@BostonGrambo
@BostonGrambo Год назад
I'd recommend doing a comparison between the bins for each to see where the pin is stored, and either modify with a hex editor or remove (with blanks)
@CommonCentsRob
@CommonCentsRob 10 месяцев назад
I was thinking the same thing since he had a backup of the locked version. Would come in handy if considering buying more.
@bjackman16502
@bjackman16502 Год назад
I'd like to see a comparison of the bios dump with and without the password... It would be interesting to see if it was hashed or just stored in plaintext.
@anon_y_mousse
@anon_y_mousse Год назад
If it just encrypts the BIOS, then it may not be stored at all.
@bjackman16502
@bjackman16502 Год назад
True, but that should also be easy to spot - if you add an 8 character password and the entire file changes then it encrypted the whole thing. Or I should say most. Because a small piece would have to stay unencrypted to ask for the password and decrypt the rest.@@anon_y_mousse
@LeadFarmer813
@LeadFarmer813 Год назад
one tip 10:10.. intel ME Management Engine needs to be Clean aka Configured to be able to boot on Others PC.. same pc works fine. there is hp unlocker for up to 2016 then RC Unlocker for newer. hp serials tend to be in paddings you can see w UEFiTooL
@crashtfa
@crashtfa Год назад
So another way is to dump the bios, you can then pull the password hash out and throw it into something like hashcat and using a gtx3080ti crack the hash in like 2 hours
@StuffJason437
@StuffJason437 Год назад
Or just generate a hash from string of text and replace the existing hash with the new one.
@tin2001
@tin2001 Год назад
​@@StuffJason437 If you got a bunch of equipment from the same location, knowing the password can be more helpful. For example, the state government education department I used to work for used the same BIOS password for over a decade in all schools across hundreds of different models of computer. The password was "danish", for anyone who wants to work out what state it was (it was well known). So if anyone was buying equipment from a school, and got 5 or 6 different models, flashing one fixed bios wouldn't help but cracking the password probably would.
@StuffJason437
@StuffJason437 Год назад
I had recently purchased old RM computer for £19 that's bios locked and even had the original hard drive with the original operating system and had to replace on screen keyboard with command prompt inorder to change the administrator password to login as administrator. Fingers crossed the method for removing the bios password won't get crazy complex.
@emotionz3
@emotionz3 Год назад
Lifting prom pin 1 or 8 from the motherboard will allow you to program it without desoldering. Do not ground the voltage pin as some people say, it could damage the chip and your programmer. I usually slide a piece of kapton tape under the lifted pin to make sure it doesn’t make contact again while clamped. Cheers!
@vilhelmiina.
@vilhelmiina. Год назад
On lenovo you can modify and set serial, mtm, name (on laptops kbd layout) using either Planar or Golden Key U1 tools which both are lenovos own tools. Planar is designed for thinkpad and U1 works with other lenovo computers. Both tools are used to brand the motherboard after replacement. Additionally U1 can be used to re-flash / recover corrupted bios.
@D3M3NT3Dstrang3r
@D3M3NT3Dstrang3r Год назад
Done a reflash on a bios chip I wrote the bios to by using another board with a similar bios chip. Start pc with good bios, carefully swap to bad bios with unit powered on. Run flash program for the right version of corrupted bios. If successful then power down and replace proper bioses into proper boards and away you go. There is also some specialized software for recovering bios passwords as well, but like you stated it really depends on the board and manufacturer implementation. I know ThinkPads of many models had to be reflashed using a programmer or serial flash cable of some description.
@ChadDulake
@ChadDulake Год назад
If you've got the same laptop without a password but all those tools, just take a dump without a password then with a password set and then maybe with a different password set. Diff the binaries and now you'd know exactly what bytes to write to remove it from any bios chip of that same model.
@Lvl_5_Magikarps
@Lvl_5_Magikarps Год назад
I bought an hp 720 plus for like 50 bucks but it came bios locked lucky for me all I had to do was move the jumper and hold the cmos button like you said. Great video probably going to use this in the future!
@alirezanzdy
@alirezanzdy Год назад
that 5 volt is not a problem, search about it and you find out, Sorin explained about in his channel.
@paulpsomiadis5847
@paulpsomiadis5847 Год назад
I once had to remove a BIOS password on an old DELL laptop… The actual solution (after much Google-fu) was to fully disassemble the laptop then reassemble each PCB without the outside shell and use tweezers to short a password clear jumper at power on…easier said than done, as there were about 7 small PCBs to make the laptop complete and a bazillion screws!!! 😅
@doityourself2save
@doityourself2save 11 месяцев назад
What model did you try this on
@paulpsomiadis5847
@paulpsomiadis5847 10 месяцев назад
@@doityourself2save it was YEARS ago…so unfortunately I can’t remember…
@robonator2945
@robonator2945 Год назад
If the owner of a device puts a bios password on it that can't be bypassed by the unlawful owner afterwards, that is a product which "questions the concept of ownership". Hugh Jefferies taught me that! So remember, *_it's our computer comrade_*
@PauloRondynele
@PauloRondynele Год назад
I'm an IT technician, and I've worked with computers since I was 12 and couple years ago I was about to swap an HD and format and do all the stuff on my mother in law's laptop and got the locked BIOS thing going on, I read the manual and in there told me to contact ASUS for the unlock, tried a bunch of times and didnt even could have any information from them because the documentation from it was missing since her nephew owned it, I was shock that I could even do nothing with the thing, the only solution that I've found in the internet and the market around here (brazil) was to replace the chip that holds the BIOS and this around here is rather expensive.
@dt1133
@dt1133 9 месяцев назад
8:25 the problem here was that you have connected the ram and also the CMOS battery!!! to the MB. Those need to be removed so you don't have to deal with solder-disolder process.
@M8R3rojcq
@M8R3rojcq Год назад
I'm afraid this video might drive prices up for bios-locked pcs 😢 If you're not happy with that programmer, give the XGecu T48 a try (or its bigger brother). It works with everything.
@leondeco4835
@leondeco4835 Год назад
Already did)))
@phr3ui559
@phr3ui559 Год назад
what about the ch341a
@FinTra_
@FinTra_ 11 месяцев назад
Here ia what you could have done. 1. Read good cmos chip. 2. Add password to cmos chip. 3. Read again chip. 4 compair 2 binaries for chnages. 5. Read lockes chip and edit that offset as test.
@ciaduck
@ciaduck Год назад
I once repaired an Asus ROG laptop that had failed to upgrade to windows 10. The bios was corrupted during OS install (no idea how). I was able to use a raspberry pi and a SOC clip to reprogram it. I had a similar issue with not being able to read the chip in system, but figured out I could plug in the power (without turning on the laptop), and that was enough to power the chip and dump the ROM. You might try it out next time, it could save you a ton of soldering.
@BnE-sports
@BnE-sports 5 месяцев назад
What were the specs
@ciaduck
@ciaduck 5 месяцев назад
@@BnE-sports ROG G750JH (Black Flag edition) Has a i7-4700HQ and a GTX 780M among other things.
@Amixus
@Amixus Год назад
Most motherboards have not standardized header pins that allow me to connect striate to the bios chip. I use mostly those to get a copy of the BIOS and reprogram it. Stand alone motherboards are easy, you just flash the new bios file from the support page on the chip. Mainboards from Dell, Lenovo or you name it including a windows key are harder and a big pain. You need to preserve the windows key and serial numbers this means there is no other choice than replacing parts of the bios mostly by try and error.
@coctailrob
@coctailrob Год назад
If you dump the original bios, the serial number and windows key are typically stored in plain text
@Amixus
@Amixus Год назад
@@coctailrob It is mostly not easy to find those, they are not labelled with serial number or windows key.
@coctailrob
@coctailrob Год назад
@@Amixus that's true. But I think last time I looked , the windows key was stored in one of the padding sections (extracted using uefi tool software )
@trym2121
@trym2121 Год назад
You dont need to solder it to the board, just clamp it directly (make sure all pins are connected) and then read it. I'd rather put least amount stress/destructive approach to a single single specimen.
@RarioTrarioWario
@RarioTrarioWario Год назад
Personally, I noticed that a lot of times when a bios gets corrupt a bios password that doesn't exist gets set and it happened to an old lenovo ideapad laptop of mine, I swear I never set a password on it, I don't really care because the settings are right and the boot selector works
@unknownworld8238
@unknownworld8238 Год назад
6:44 - 6:58 From what you pointed out, it looks like the user can get a full copy of their BIOS straight from the OEM or unofficial sources, which is not correct. An oversimplified, brief explaination is that: The BIOS UPDATE cannot restore the BIOS IMAGE, because the update is not a full bios image. It has the same size as the BIOS IMAGE, but the BIOS UPDATE is mostly filled with FF to match the BIOS IMAGE layout. That is why many BIOS brands like Insyde, AMI and Phoenix have a check to prevent the users from bricking their computers. The only ways to obtain a full BIOS image for your device are: 1. Contact your device OEM, which will most likely not help you at all, by saying that "they can't make a new bios for you because they don't cover that, they don't like you or the warranty expired" 2. Dump the BIOS IMAGE with a physical programmer 3. Dump the BIOS IMAGE with a digital programmer I like your vids and I learnt some things from your channel. Keep it up ❤❤❤❤❤❤❤
@lordmmx1303
@lordmmx1303 7 месяцев назад
tip for heatgun soldering: when you remove chips use flux and circle the heatgun around the chip. solder will melt faster.
@devarionarias
@devarionarias Год назад
Ha. Nice. I actually just did this a couple of weeks ago for an old laptop manufactured in 2006. The price was too reasonable to pass up and I was up for the challenge vs. the risk to do some retro games. Lucky for me, bridging a couple of pins on the EEPROM did the trick. Like a few others who posted, it was also a Thinkpad series T42.
@junior0460
@junior0460 8 месяцев назад
The only issue with having 5 volts instead of 3.3 would be the write part. More voltage could just change some of the data you're trying to write. It's still pretty safe to use as long as you make sure to verify your dump each time and have a differents read dumps.
@Reza1984_
@Reza1984_ Год назад
Very nice vid, it's also possible to solder a 8 pin chip socket in place of the bios chip, modding it into a removable bios chip
@SymphoColors
@SymphoColors Год назад
I remember resetting the BIOS password for my friend's laptop using the same website you showed. It worked well. I think it was a Dell laptop. Not sure if it works all the time though, but it worked for me back then.
@solidus1983
@solidus1983 9 месяцев назад
Firstly it was great of you to point out the flaw with the CH341A, I was in the same boat on mine as i was only flashing 1.8v chips the issue didn't both me but as it started to look like i was going to be touching 3.3v i replaced it with the new version. Secondly i would like to expand on what you said about saving a dump of the chip. Really you should be dumping the content of the chip 2 or 3 times before even flashing anything back then comparing the files checksums match. It takes just a slight knock on table and that clip can move slightly giving you a bad dump rather then a good dump. I normally do 3 dumps of a chip, check and then use one as the backup, one as stock the other to mod after checking the checksum.
@pedroveloso9707
@pedroveloso9707 Год назад
8.53, you can use de board adapter connector, put a bios in the bench and connect. (do not need to solder in the adapter ) fast and practical. By the way it isnt a good policies to program in circuit, and ways do 2 or 3 dumps and conpare to confirm a good bin file.
@aelaan12
@aelaan12 Год назад
Most BIOSes need to be desoldered. It is, however, pretty easy to do, and I would people attempting this to get board schematics. Desktops are often more easy, these days they can be flashed without the system being physically on. I also noted that password unlock bios website show up, which works for about 80% of older machines - given that it gives you a code to work with. I spend a weekend unlocking about 60 laptops that I bought from eBay. I say about, because there were some in such bad shape that they could be resold, but the job let did not mention it. To me, it is a nice side hustle and I can offer the laptops cheap to the buyers. I do not sell on eBay any more, the fees are too prohibitive.
@isettech
@isettech 10 месяцев назад
I bought a PC Laptop at a decent price at Costco, and found it was an S mode machine.Took me 3 months to to exit S mode as my phone number was already used on another machine for my parents, and then I forgot the Microsoft account credentials used to exit S mode to add Zoom to the machine. With forgotten credentials, could not use my phone number to open another Micorsoft account, so yea, locked out of the new machine. Could not use the free one year subscription to Office 360, so yes, it was a box with a working web browser I don't use, and a free card game. Finally a walkthrough video was found on how to exit S mode without a MS account. This worked, so the computer is now working for me. S Mode is a really locked down machine.
@nashorn9745
@nashorn9745 Год назад
Almost all HP Desktops have this jumper got some old ones from school and could unlock all Bioses this way. It should always be possible to change some things in the Bios in case you press F10 (HP Bios button)and it asks for a password just hit enter 3 times and most of the bios will work.
@TruthAndMoreTruth
@TruthAndMoreTruth Год назад
Bought a BIOS locked Dell from a company that was liquidating. They were supplied the computer from a vendor, so I called the vendor to see if they could help me unlock it, and they were complete D*CKS about it. "you just bought yourself a paper weight". A few moments after that phone call, I found the jumper on the board that resets the BIOS, and was good to go.
@dev0xr1
@dev0xr1 Год назад
I literally was forced to do this yesterday due to me accidentally powering down an old system. Nice vid as always!!!
@donoteatmikezila
@donoteatmikezila Год назад
It's best to only connect or disconnect the clip on the chip while the programmer is unplugged.
@minirock000
@minirock000 Год назад
If you have an encrypted disc but don't have the key, format it. For a bios locked laptop I had, I unplugged the bios battery. It even corrupted a hard drive I put in it with its "Return me!" lock screen on bios boot.
@HyperMAX9001
@HyperMAX9001 Год назад
I came across BIOS images that were the full size but with added header. So i compared with a backup from the chip and removed the header, then it uploaded fine and worked.
@sireveman
@sireveman Год назад
In my experience, it is unnecessary to desolder the chip. Just add power to the system and then flash the chip.
@matthewday7565
@matthewday7565 Год назад
Oh the pain, I had a BIOS locked motherboard, clip flash wouldn't work, and desoldering I was too impatient and ripped a pad off
@WiKAi
@WiKAi Год назад
The data pins of the CH341a being at 5 volts doesn't matter. The current is so low that it's basically impossible to burn a chip. Also, instead of desoldering the chip, sometimes just plugging the cable in to supply standby power (and thus 3.3V to the chip) is enough.
@Whoatharmage
@Whoatharmage Год назад
What we need is a way to get around the lock on school Chromebooks as they're essentially e-waste if the schools don't want them back and they've flooded eBay, Craigslist, and marketplace. Received one in a large trade last trade myself, the school didn't want it back, yet wouldn't unlock it, so it's stuck with a lock to the school's domain and no way to bypass it with reinstalling chromeos, removing cmos, etc.
@ArifKamaruzaman
@ArifKamaruzaman Год назад
If you're planning to install windows and BIOS setting disabled booting from USB, you can take the storage out and install Windows using WinNTSetup from another computer. Reinstall the storage and continue on the BIOS-locked device. I've been doing this for many customer. It's faster than getting the chip replaced. Clear password jumper is easy and most of the time it worked. If it doesn't, yeet out computer disk.
@ergi2226
@ergi2226 Год назад
For the guys that cant reflash the bios ic and wanna get a pc for cheap . Bios will lock the option to boot from another device (depends on the pc) Just put the ssd or hdd you want in another pc same generation format it until you see setup screen remove it and plug it in the bios locked device on the same sata port and it should boot just fine on the fresh installed os . Used to do it a lot when i didn’t have tools to flash bios ics
@SianaGearz
@SianaGearz Год назад
I wouldn't worry too much about the non-3v3 ch341a. Because the current source capability of the CH341a chip i forget but it's absolutely miniscule, like 2mA or something, while 3v3 supply off the regulator on the board provides the clamping voltage via EEPROM's internal ESD diodes. There is a very low likelihood to kill something.
@ArikGST
@ArikGST 12 дней назад
I had a simple bios flash remove a password on a Gigabyte B450 board a while ago. I used the Gigabyte flash tool (I think it's called Q-Flash) and after the successful flash the password was just gone. Safety-wise, not great, but made my life a lot easier :D
@CXensation
@CXensation Год назад
Provided you have the correct clip-on for your programmer, in some cases you may do away by just unsoldering the power pin on the bios memory chip. - instead of removing the chip completely. My solution was using solder wick fine braid to remove solder on that single pin and then inserting a piece of tin plastic foil between the pin pin and the solder pad. Now the programmer can not power up the motherboard on those pesky motherboards whicj does not include a diode to the bios power pin.
@EfficientRVer
@EfficientRVer Год назад
So, I guess I saved a lot of time by just buying a brand new Simodewa mini PC with N95 CPU, 8GB memory, 256GB SSD, 2.5 Gbps Ethernet (despite the description saying 1 Gbps), two 4K HDMI video outputs, and Windows 11 Pro pre installed, for $103.99 delivered on Amazon. To me, that beats buying an old/outdated machine that might have been stolen, and screwing around for weeks, praying I can get it working before making a mistake and destroying it. As for preventing it from becoming e-waste, it's not all that different from saving a 100-watt incandescent bulb from going to a landfill. It belongs in a landfill, even if brand new. You'll waste more money on electricity, than it costs to buy something newer and 10x as efficient. I realize it can be fun to play around with this stuff as a challenge, but in no way is it a way to save money or save perfectly good hardware from going to waste. It's saving obsolete stuff for run, at great expense of time, brainpower, and other things. Plus a considerable waste of energy usage, if you actually run the machine for years. One watt-year costs $1 or $2. I would have felt bad about getting the higher-TDP N95 vs N100, but it turns out to not be a big physical difference, more of a marketing decision about which default BIOS power setting they recommended and did benchmarks at.
@HardwareHaven
@HardwareHaven Год назад
Your preferences and how you want to spend your time are yours to decide. Buying a new PC is totally fine, and you are correct that power usage will be lower. However, your argument that these are better off in a landfill is a bit silly. Sure the energy usage is slightly higher with something like a 6500t, but the mentality of just buying everything new for the sake of efficiency is misguided. You're completely leaving out the massive impact of manufacturing and shipping. There are plenty of studies showing that computers are less responsible for carbon emissions during their lifetime than the process that manufactured them. If everyone chose your mentality, manufacturing would need to skyrocket to keep up with demand. And yes, I have fun doing this type of thing, but I also find value in the way I repurpose machines. I also get comments pretty often of people who were also able to fix/salvage/repurpose computers, and many of those people live in regions where buying something like that mini PC is nearly impossible. Once again, no judgement for buying what you did. I buy plenty of new computers and other hardware. But do realize that there is a real benefit to reusing hardware.
@russellzauner
@russellzauner Год назад
Here's how to defeat your IT department's UEFI agents, LAN booting, etc. All enterprise workstations are running custom firmware; using the stock BIOS flash, you can then go into your settings at all levels of power up to deny IT their hooks and reflashing over the network. If you didn't keep it off the network prior, the place I used to work would literally rewrite your BIOS within an hour of flashing it to stock and if it did it enough times or IT realized it's only your build that just keeps failing you start getting nasty emails from the admins. Since you couldn't get on the network without an IT Build OS, once I had control of the BIOS I could turn on virtualization and then let the virtual machine receive the request from IT autobuilders to detect and re-install the OS (it was a blank VM lol) so then I was eternally running inside of a VM but kept full control of my host system (no dual boot needed). Computers are dumb; once you have access to console they can't protect themselves - I haven't found a single clientside HP workstation/endpoint that's been unable to flash back to OEM generic BIOS. The stuff in the racks, yes it can lock you out at console for a while, but that's serverside and a very much different beast. But still, once you have physical access it's just a matter of time.
@309electronics5
@309electronics5 Год назад
I always buy them because i am a repair master and k ow how to flash them easily with a custom or unlocked bios, even managed to install a custom os on a settoobox for tv using uart. I also know how to change a few bits in hex. But your tips help other people
@Half-Bryan
@Half-Bryan Год назад
The thing that bothers me is the Apple Activation Lock. If activated and don't know the user or user information, then you can't use the device or in my case can't use 2nd hand. I did contact Apple and they wanted proof that you bought it originally "NEW" with receipt, not ebay resale receipt. So Apple told me unless you are the original owner that they cannot unlock it. So they do have the ability to unlock it if you bought it new and shown your receipt. I even asked can you contact the original owner and email them to untie the device from there account and they said they have no way to contact them. But then how would Apple know who's device it is if given the serial number tied to the email. Apple just told me I can use it for parts or "We have plenty of new devices you can purchase on our site". And the Apple Activation Lock is not in the bios but tied to the Apples cloud service. There hardware is DRM.
@BangBangBang.
@BangBangBang. 6 месяцев назад
You laugh but I used to work for a server hosting company. Signs that a Chinese customer is running a spam operation: the hard drive is set to boot in IDE (to boot Windows 2003, causing the server automated wipe image when the customer didn't pay the bill to fail) and the server is BIOS locked
@BakkaYU
@BakkaYU 7 месяцев назад
Once my father bought a used notebook that after a while we needed to format, the BIOS was locked, but luckily I found the jumper contacts and with the help of a copper wire I managed to unlock the BIOS.
@MrDarkDragone
@MrDarkDragone Год назад
I can say last time I tried to contact HP to remove a bios password on a company laptop they refused, even under warranty they will not remove a bios password. This was on a laptop so no jumper to reset and removing bios battery didn't work either.
@johngallagher912
@johngallagher912 Год назад
Seems like a lot of manufacturers are intentionally preventing the display of the POST during startup. This is with UEFI equipped computers - windows 10/11. They don't want their computers being upgraded. They sell more pc's that way.
@CBGX
@CBGX Год назад
You sometimes don't even need to reflash the BIOS. If the computer is going to be used by someone else and you just want to install Windows and are certain that they won't use any BIOS settings, you can simply install windows on an SSD in another PC / laptop and then move it to the PC with the locked BIOS. It isn't ideal but it will save you from the struggle (and risk for the inexperienced) or working with BIOS chips
@mendozairis
@mendozairis Год назад
Currently experiencing a similar issue when I bought a used Asus Chromebox 4 from marketplace which was super cheap only to find out it was enterprise enrolled. Had to go the CH341A route to flash Coreboot on it but found out new machines are no longer using BIOS chips with feet like in the video.
@KokoroKatsura
@KokoroKatsura Год назад
a n i m e n i m e
@lucasn0tch
@lucasn0tch 11 месяцев назад
Many arcade boards that use PC hardware are indeed BIOS locked. Bringus Studios bought a Sega ALLS machine from Japan, and he had a headache unlocking the BIOS.
@w6dm
@w6dm Год назад
Just found out about your channel, i am already loving it!
@DeschutesCore
@DeschutesCore Год назад
Doesn't happen with the chip in-situ often, but it can be done. Managed to dump a router once while the lights were doing the "we don't have enough juice to boot" dance.
@JReinhoud
@JReinhoud Год назад
I have just emailed HP customer support, for my 8760w, even though i bought the laptop second hand. I had to give the uuid and maybe some other info and they send me some bios reset file, I believe tailered to that specific uuid and also valid for a short time, only one week if I remember correctly. But it was working and I had a good experience with the customer service.
@FelixLantiguaCamacho
@FelixLantiguaCamacho Год назад
I remember back to 2005, my ex-wife's nephew bought a Dell Laptop with passwork locked, it was sent to Best Buy, Circuit City and few stores with no luck. He told me about it , then I remember, I went to a "New Dell's PC Show" at Allentown, PA, where they explained, new Dell's PC, store the password in a CHIP, like the one you removed. Took Motherboard out of the housing, placed to a microscope I had. Just saw that CHIP number, and guess what? He was so damn lucky same CHIP number DDR Memory has, well, some brands. I took that shit out, I mean , CHIP out, replaced it with the one I found, BOOM! worked like charm. My last LAB was in the basemant, "my ex-nephew", was wating at the first floor. Before calling him, I did a couple test, just in case, added password, restarted the laptop, asking for password, typed in my custom one, it went through, revomed my password and yelled his name, Hand over the laptop, he was so happy and said "you know your shit". I am fixing computers sinces 1990
@Napert
@Napert Год назад
can't wait for youtube to strike down this video for "showing tutorial how to hack into the mainframe"
@SchoolforHackers
@SchoolforHackers Год назад
Yup, I’m going to play a game. Guess what it’s called. 😂
@anon_y_mousse
@anon_y_mousse Год назад
I don't know why you'd need a Windows key at all. If you're refurbishing a machine, whether to use yourself or give/sell to someone else, who in good conscience would use Windows? Overwrite the BIOS, install Linux and be done with it. This is why we need open source hardware, including motherboards with completely free BIOS's. I would even consider going back to sub-Ghz speed machines just to avoid the TPM and UEFI. Such things should have already been made illegal, yet there are people in the industry who don't work for one of the big monopolies and still think such things are in anyway near necessary. It's truly sad the times we're living in.
@5nowChain5
@5nowChain5 Год назад
Not all bios locks are proofed against upgrades to the bios via a windows app. LENOVO ones may be bypassed where genuine upgrades are available. During the upgrade tge settings are reset to factory default. This I found on the miix 720 tablets used in schools.
@15fakeaccount
@15fakeaccount Год назад
I have noticed exact same thing with CH341a, newer model with 3.3V switch won't read chips with using clip, meanwhile unmodified CH341a works just fine with clip.
@sdvcs-o2v
@sdvcs-o2v 3 месяца назад
man i love bricking things this is my second time bricking a device for repair purposes
@laurencejohnson4106
@laurencejohnson4106 Год назад
An interesting video!👍👍I have an HP Compaq DC7800p USDT, and to do something as simple as change the boot order a password is required, it's only that one pc., though as I had another example of the same pc., and it did not require a password. I had no idea what the password could be or how to find out, so I rapidly pressed the enter key on the keyboard and that succeeded. Those computers are old and they use DDR2 ram., and the maximum is 4 gig, but I have found that with 4 gig., and an SSD., and a lightweight Linux OS., installed that they are okay for basic computing, for example, checking e-mail, browsing Ebay, watching YT., videos, doing office work etc..
@PaulHindt
@PaulHindt Год назад
Why weren't you able to use that clamp to read the BIOS after it had been de-soldered from the motherboard? What necessitated soldering the chip to the adaptor board?
Далее
Don't Overlook This Slot
15:54
Просмотров 580 тыс.
This isn't a normal mini PC... and I love it.
14:17
Просмотров 232 тыс.
DOTA 2 - ИНВОКЕР ИМБА!
24:17
Просмотров 258 тыс.
Интересный наборчик 😀
00:12
Просмотров 13 тыс.
NEVER install these programs on your PC... EVER!!!
19:26
I got this PC from a fast food restaurant. What now?
16:32
How to unlock 8FC8 || 8FC8 BIOS PASSWORD RESET
11:41
Просмотров 1,6 тыс.
A SERIOUS Home Server That's Affordable
18:59
Просмотров 200 тыс.
Apple Wanted this DESTROYED...
54:04
Просмотров 718 тыс.
How A Steam Bug Deleted Someone’s Entire PC
11:49
Просмотров 997 тыс.
Using CH341a to recover a mobo I bricked - LFC#279
29:18
DOTA 2 - ИНВОКЕР ИМБА!
24:17
Просмотров 258 тыс.