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
𝓕𝓪𝓼𝓽𝓮𝓼𝓽 {$200"OFF} TEMU COUPON CODE → ‖...
Last Post: pregeta31
Today 09:33 AM
» Replies: 0
» Views: 1
{^•New.2026•^} Bahrain Temu Discount Cod...
Last Post: bint50
Today 09:33 AM
» Replies: 0
» Views: 4
✓Best "Republic of Korea Temu Promo ...
Last Post: rtuv56
Today 09:32 AM
» Replies: 0
» Views: 4
{[@$WiN$@]] $100 off Temu Coupon Code⟬("...
Last Post: nikuu09
Today 09:32 AM
» Replies: 0
» Views: 6
ꕤ⪼ QatarTemu COUPON Code QAR400 off௹⟪ACW...
Last Post: radha2285
Today 09:32 AM
» Replies: 0
» Views: 7
⟪⇉‶BiG“↹⟫Temu Referral Bonus"$120 off"[×...
Last Post: pregeta31
Today 09:31 AM
» Replies: 0
» Views: 6
{[@$WiN$@]] $120 off Temu Coupon Code⟬("...
Last Post: nikuu09
Today 09:31 AM
» Replies: 0
» Views: 7
{^•New.2026•^} Pakistan Temu Discount Co...
Last Post: bint50
Today 09:31 AM
» Replies: 0
» Views: 8
ꕤ⪼ NorwayTemu COUPON Code kr1,000 off௹⟪A...
Last Post: radha2285
Today 09:30 AM
» Replies: 0
» Views: 7
✓Best "Portugal Temu Promo Code €10...
Last Post: rtuv56
Today 09:30 AM
» Replies: 0
» Views: 8
[NeW]Oman TemU Coupon Code OMR40 off [{"...
Last Post: sonu22
Today 09:30 AM
» Replies: 0
» Views: 6
⫆Get New Official⫆ Temu Discount Code ≋ ...
Last Post: pregeta31
Today 09:29 AM
» Replies: 0
» Views: 7
₰₱∞LatviaTemu COUPON Code €100 off௹⟪ACW5...
Last Post: radha2285
Today 09:29 AM
» Replies: 0
» Views: 8
{^•New.2026•^} Saudi Arabia Temu Discoun...
Last Post: bint50
Today 09:29 AM
» Replies: 0
» Views: 7
{[@$WiN$@]] 90% off Temu Coupon Code⟬("→...
Last Post: nikuu09
Today 09:29 AM
» Replies: 0
» Views: 7
✓Best "Hungary Temu Promo Code Ft35...
Last Post: rtuv56
Today 09:28 AM
» Replies: 0
» Views: 8
ꕤ⪼ LithuaniaTemu COUPON Code €100 off௹⟪A...
Last Post: radha2285
Today 09:28 AM
» Replies: 0
» Views: 8
©› USA ≕TemU ⟪ProMO⟫ Code ⁑acs904137⁑ ↡4...
Last Post: kammu
Today 09:28 AM
» Replies: 0
» Views: 7
[NeW]UAE TemU Coupon Code AED400 off [{"...
Last Post: sonu22
Today 09:27 AM
» Replies: 0
» Views: 8
{[@$WiN$@]] 70% off Temu Coupon Code⟬("→...
Last Post: nikuu09
Today 09:27 AM
» Replies: 0
» Views: 10

ASUS M5A78L-M LX3 MC Update
#11
(03-31-2019, 04:22 AM)fre4kyc0de Wrote: This might explain, why it fails to boot.

But if I hex-edit the microcode into the original ROM both "ASUS EZ-Flash" and AFUDOS report the ROM as "damaged".
Is there anything MMTool changes when replacing the module (e.g. CRC32)? And if yes, is it stored before or after the module?

As MMTool shows two different sizes ("source size" and "size in rom" (== "source size" + 0x14)) I'll try to move the "new" E2-module + it's header/footer from the broken modded BIOS to 0xA0000 in a new copy and try that one.

[edit]
There is a kind of header in front of the inserted module:
original (0x9FFEC - 0x9FFFF): C0 A4 04 00 16 B4 8D AA F4 FF 04 00 FF FF E2 90 00 00 00 00
patched (0x8 - 0x1B):            C0 A4 04 00 51 CD 02 D3 14 B5 13 00 FF FF E2 80 00 00 00 00
The first 4 bytes represent the size of the module ("source size" = 0x4A4C0), but I don't know / can't guess the meaning of  the rest.
[/edit]

[edit2]
I copied around byte by byte and after adjusting all of the "header" bytes to match the ones from the broken MMTool-Mod the ROM flashed and booted fine.
According to "RW-Everything" the injected Microcode has been loaded and is working.
The ROM hasn't been fully tested, but is attached now.
[/edit2]

Your method and think the same with me.
But i stop at 16 B4 8D AA and 51 CD 02 D3 ,it should a checksum code.
You paste C0 A4 04 00 51 CD 02 D3 14 B5 13 00 FF FF E2 80 00 00 00 00 to replace C0 A4 04 00 16 B4 8D AA F4 FF 04 00 FF FF E2 90 00 00 00 00 and flash right by ez flash??

==========edit
Ok,i uderstood your mod ,but now i still can't realize the checksum code how to calculate.
Or it's address of next module ,but after check your modification ,i think checksum has large chance.

I guess we can't change sequence of the microcode module , if use mmtool to replace it ,the address change to 01ch ,this address original location is a pci option rom.

Another thing ,bios run post start with rom's bottom ,not head.
As long as the boot block doesn't damage ,you can recover it.

find
quote
#12
Sorry forthe late reply, but first I needed to fix my sleep-cycle...

I tried to calculate different checksums on the E2-module, but none of them matches the data I wrote in any kind.
The first four bytes are equal to the size of the module, so this might be used for getting the next one...

I currently don't know, what exactly has been damaged as 0x0 is not listed in MMTool and I didn't have the time to take a look at it yet...

---
 
This motherboard has a very low chance of bricking it as you can always force it to go into "CrashFree BIOS" and reflash from there...
find
quote
#13
Don't rely on CrashFree BIOS protection, if you mess up BIOS bad enough it will break, you should have flash programmer in hand if you want to keep trying random things
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)