Re: hp elitebook 745 g6 amd bios unlock
hi can i use another bios file to my chip? because i dont have a backup for my bios, it's bricked
hi can i use another bios file to my chip? because i dont have a backup for my bios, it's bricked
# flashrom --programmer buspirate_spi:dev=/dev/ttyUSB0 -c "W25Q128.V" -r spidump.bin flashrom v1.3.0 on Linux 5.10.160-gentoo (x86_64) flashrom is free software, get the source code at https://flashrom.org Using clock_gettime for delay loops (clk_id: 1, resolution: 1ns). Found Winbond flash chip "W25Q128.V" (16384 kB, SPI) on buspirate_spi. === This flash part has status UNTESTED for operations: WP The test status of this chip may have been updated in the latest development version of flashrom. If you are running the latest development version, please email a report to flashrom@flashrom.org if any of the above operations work correctly for you with this flash chip. Please include the flashrom log file for all operations you tested (see the man page for details), and mention which mainboard or programmer you tested in the subject line. Thanks for your help! Reading flash... done. # cp spidump.bin /path/to/usb/drive/hp_eb_745G6_U366_orig.bin #
# md5sum hp_eb_745G6_U366_* 12ddd7780641c31293df20f614f963bd hp_eb_745G6_U366_modded_unlocked.bin 8b534a83ec1683808cb461f0a4c2c6f0 hp_eb_745G6_U366_orig.bin # flashrom --programmer buspirate_spi:dev=/dev/ttyUSB0 -c "W25Q128.V" -w hp_eb_745G6_U366_modded_unlocked.bin flashrom v1.3.0 on Linux 5.10.160-gentoo (x86_64) flashrom is free software, get the source code at https://flashrom.org Using clock_gettime for delay loops (clk_id: 1, resolution: 1ns). Found Winbond flash chip "W25Q128.V" (16384 kB, SPI) on buspirate_spi. === This flash part has status UNTESTED for operations: WP The test status of this chip may have been updated in the latest development version of flashrom. If you are running the latest development version, please email a report to flashrom@flashrom.org if any of the above operations work correctly for you with this flash chip. Please include the flashrom log file for all operations you tested (see the man page for details), and mention which mainboard or programmer you tested in the subject line. Thanks for your help! Reading old flash chip contents... done. Erasing and writing flash chip... Erase/write done. Verifying flash... VERIFIED. #
# hexdump hp_eb_745G6_U366_modded_unlocked.bin -vC > unlocked.hxdmp # hexdump hp_eb_745G6_U366_orig.bin -vC > original.hxdmp # diff -u original.hxdmp unlocked.hxdmp | unix2dos > /tmp/hexdump_diff.txt #
00027260 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 00027270 12 00 00 00 c0 11 00 00 ff 87 66 f6 f3 8c 19 4a |..........f....J| 00027280 b4 ac f5 f0 b7 8e 4d 18 55 00 73 00 65 00 72 00 |......M.U.s.e.r.| -00027290 43 00 72 00 65 00 64 00 00 00 02 00 00 00 00 00 |C.r.e.d.........| -000272a0 00 00 02 00 00 00 00 00 00 00 41 00 64 00 6d 00 |..........A.d.m.| -000272b0 69 00 6e 00 50 00 57 00 00 00 00 00 00 00 00 00 |i.n.P.W.........| +00027290 43 00 72 00 65 00 64 00 00 00 00 00 00 00 00 00 |C.r.e.d.........| +000272a0 00 00 ff ff ff ff 00 00 00 00 00 00 00 00 00 00 |................| +000272b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 000272c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| -000272d0 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00 |................| +000272d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 000272e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 000272f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 00027300 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
Comment