Jump to content

Recommended Posts


Posted (edited)

You will need bmzip and PEChecksum by Jeffrey Bush

First decompress bootmgr

bmzip bootmgr bootmgr.exe

Joakim has found out how to Modify bootmgr of Windows 8

Here you have the adresses for bootmgr.exe version 6.2.9200.16384 (RTM)

So use a HexEditor and change following bytes in bootmgr.exe.

0000066B: 0F 90
0000066C: 88 90
0000066D: A3 90
0000066E: 02 90
0000066F: 00 90
00000670: 00 90

0002957A: 74 EB

000295A1: 75 EB

At adress 8345C you have the \Boot\BCD string that you can change.

Then use PEChecksum to update the Exe checksum

PEChecksum bootmgr.exe

And Finally recompress bootmgr

bmzip /c bootmgr.exe bootmgr

bootmgr-tools.zip

Edited by JFX
Posted (edited)

thanks JFX. I hex edit successed. God bless you :angel :angel :angel But after modified bootmgr, when I boot setup windows 8, prompt stopped about 5 seconds. Then the installation can be continue. How do I fix it ?

Capture-3.png

Edited by congnt92
Posted

Might be better to post yours so we can see what you did wrong, and suggest ways so you can do it correctly next time.

Cheers and Regards

Posted

Might be better to post yours so we can see what you did wrong, and suggest ways so you can do it correctly next time.

It might be even better if noone re-distributes non-redistributable files through the board.

Noone ever heard of hashing a file (let's say MD5) to check if it's the same as another one? :unsure:

jaclaz

Posted

@congnt92

You did nothing wrong, you edit it correctly.

But still i can't reproduce your problem.

Posted

thanks JFX. Now, I think I should be content with what I already have because the error does not affect the installation process. Thanks again, JFX.

  • 3 months later...
Posted

Here you have the addresses for bootmgr.exe version 6.3.9600.16384 (RTM)

0000065E: 0F 900000065F: 88 9000000660: AE 9000000661: 02 9000000662: 00 9000000663: 00 900002B1C1: 74 EB0002B1EB: 75 EB

At address 8AF90 you have the \Boot\BCD string that you can change.

@Mods

Maybe this topic would be better places in WinPE or Multi boot sub forum.

  • 11 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...