StoneTemplePilots Posted October 8, 2013 Share Posted October 8, 2013 asrock Z87 Extreme 4 No clue, it's reported to work as explained on Asrock Z87 Extreme 4. Vanilla install or something else? Did you verfify? dump + patch + flash > reboot > dump + patch?? Link to comment Share on other sites More sharing options...
thegmanosx Posted October 8, 2013 Share Posted October 8, 2013 Where is this ? What do you mean dump ? as in backup the old bios ? Link to comment Share on other sites More sharing options...
StoneTemplePilots Posted October 8, 2013 Share Posted October 8, 2013 Where is this ? post #775 this thread What do you mean dump ? as in backup the old bios ? did you read post #775??? it's clearly explained. Link to comment Share on other sites More sharing options...
thegmanosx Posted October 8, 2013 Share Posted October 8, 2013 Ok i have put the original firmware back on start from scratch now Link to comment Share on other sites More sharing options...
CodeRush Posted October 8, 2013 Author Share Posted October 8, 2013 is it possible to compile it on OS X? It would fill a gap as there's no UEFI editor for Mac Yes, but you need XCode and Qt 4.8 installed, then a normal "qmake uefitool.pro" will do the job. I don't have OSX now to compile it, but I will do something about that ASAP. 1 Link to comment Share on other sites More sharing options...
thegmanosx Posted October 8, 2013 Share Posted October 8, 2013 ok does this mean i have a pmpatched bios now ? PMPatch 0.5.13 PowerManagement modules not found. PowerMgmtDxe/PowerManagement2.efi modules not found. Trying to apply patch #1 Nested PowerMgmtDxe/PowerManagement2.efi module at 001DB06C not patched: Patch p attern not found. AMI nest module at 000571C0 not patched: PowerManagement modules not found in ne sted module. Phoenix nest modules not found. CpuPei module at 0055F200 not patched: Patch pattern not found. Link to comment Share on other sites More sharing options...
StoneTemplePilots Posted October 8, 2013 Share Posted October 8, 2013 Yes, but you need XCode and Qt 4.8 installed, then a normal "qmake uefitool.pro" will do the job. I don't have OSX now to compile it, but I will do something about that ASAP. #include "Tiano\EfiTianoCompress.h" is missing, it refuses to build, there appear some other 'semantic issues' too: The following build commands failed: CompileC build/UEFITool.build/Release/UEFITool.build/Objects-normal/x86_64/descriptor.o descriptor.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler CompileC build/UEFITool.build/Release/UEFITool.build/Objects-normal/x86_64/uefitool.o uefitool.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler CompileC build/UEFITool.build/Release/UEFITool.build/Objects-normal/x86_64/main.o main.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler CompileC build/UEFITool.build/Release/UEFITool.build/Objects-normal/x86_64/treemodel.o treemodel.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (4 failures) /Users/mac/Code/UEFITool/LZMA/LzmaDecompress.c:30:34: warning: unused parameter 'p' [-Wunused-parameter] static void * AllocForLzma(void *p, size_t size) { return malloc(size); } ^ /Users/mac/Code/UEFITool/LZMA/LzmaDecompress.c:31:31: warning: unused parameter 'p' [-Wunused-parameter] static void FreeForLzma(void *p, void *address) { free(address); } ^ 2 warnings generated. wrong compiler mp-gcc44 and llvm-gcc42? ZIP attached for review UEFITool.zip 1 Link to comment Share on other sites More sharing options...
Common Sense Posted October 8, 2013 Share Posted October 8, 2013 Ok i have put the original firmware back on start from scratch now Boot DOS and make a backup of the bios using AFUDOS. Patch the backup and flash it back using AFUDOS. Asrock Z87 Extreme4 can be patched. Link to comment Share on other sites More sharing options...
StoneTemplePilots Posted October 8, 2013 Share Posted October 8, 2013 ok does this mean i have a pmpatched bios now ? PMPatch 0.5.13 PowerManagement modules not found. PowerMgmtDxe/PowerManagement2.efi modules not found. Trying to apply patch #1 Nested PowerMgmtDxe/PowerManagement2.efi module at 001DB06C not patched: Patch p attern not found. AMI nest module at 000571C0 not patched: PowerManagement modules not found in ne sted module. Phoenix nest modules not found. CpuPei module at 0055F200 not patched: Patch pattern not found. Yeah! That's right : ) Good for a Go now! Link to comment Share on other sites More sharing options...
thegmanosx Posted October 8, 2013 Share Posted October 8, 2013 i just did all in windows You can even do it all from windows as pmpatch is provided as windows executable, steps: backup: afuwinx64 bios.bin /o patch: pmpatch bios.bin bios-pmpatched.bin apply: afuwinx64 bios-pmpatched.bin /gan verification after reboot: backup: afuwinx64 bios.bin /o test: pmpatch bios.bin bios-pmpatched.bin Perfect here goes Link to comment Share on other sites More sharing options...
Common Sense Posted October 8, 2013 Share Posted October 8, 2013 ok does this mean i have a pmpatched bios now ? PMPatch 0.5.13 PowerManagement modules not found. PowerMgmtDxe/PowerManagement2.efi modules not found. Trying to apply patch #1 Nested PowerMgmtDxe/PowerManagement2.efi module at 001DB06C not patched: Patch p attern not found. AMI nest module at 000571C0 not patched: PowerManagement modules not found in ne sted module. Phoenix nest modules not found. CpuPei module at 0055F200 not patched: Patch pattern not found. Yes! And if you patched a bios image file that was extracted using AFUDOS then it will work to flash back with AFUDOS. If you patched a bios image file downloaded directly from Asrock then it will not work to flash it back. i just did all in windows You can even do it all from windows as pmpatch is provided as windows executable, steps: backup: afuwinx64 bios.bin /o patch: pmpatch bios.bin bios-pmpatched.bin apply: afuwinx64 bios-pmpatched.bin /gan verification after reboot: backup: afuwinx64 bios.bin /o test: pmpatch bios.bin bios-pmpatched.bin Perfect here goes Sorry for being off topic, I have the same mothearboard and have some difficulties with wake from sleep. Are you running Clover? UEFI mode? GFX with UEFI bios? Does your computer wake from sleep properly? Link to comment Share on other sites More sharing options...
CodeRush Posted October 8, 2013 Author Share Posted October 8, 2013 Compiler must be right, I think. That include file is in it's place too. Strange... Will fugure it out ASAP, my OSX is now installing into VmWare container. Link to comment Share on other sites More sharing options...
thegmanosx Posted October 8, 2013 Share Posted October 8, 2013 Ok i have it all working now just need to find a DSDT for my mainboard and drivers for my sound and network card plus my video card Link to comment Share on other sites More sharing options...
CodeRush Posted October 8, 2013 Author Share Posted October 8, 2013 Please stay on PMPatch and flashing topic, guys. It's already hard to read this topic now, please don't make it even harder to read. If I would have some free time, I will reorganize the first post into PMPatch and flashing FAQ to make things easier for new people, but now I'm too busy, so please keep calm and carry on. 1 Link to comment Share on other sites More sharing options...
Rinnefy Posted October 8, 2013 Share Posted October 8, 2013 Is this alright? Link to comment Share on other sites More sharing options...
CodeRush Posted October 8, 2013 Author Share Posted October 8, 2013 Note on program output: if it says "Output file is generated" at the end, then one ore more modules to patch was found and patched. Do not worry about "... not found" messages, they are normal. Every. Single. Page. Of. This. Topic. Can. Not. Be. Complete. Without. Someone. Who. Asks. That. Question. What's wrong with you, guys? I don't wait for anyone to read all the topic, first post is enough. 2 Link to comment Share on other sites More sharing options...
xpamamadeus Posted October 8, 2013 Share Posted October 8, 2013 Every. Single. Page. Of. This. Topic. Can. Not. Be. Complete. Without. Someone. Who. Asks. That. Question. What's wrong with you, guys? I don't wait for anyone to read all the topic, first post is enough. Then make new output message and replace "Output file genetated." with "This its ok and dont ask about it!" Link to comment Share on other sites More sharing options...
magnifico Posted October 8, 2013 Share Posted October 8, 2013 Then make new output message and replace "Output file genetated." with "This its ok and dont ask about it!" Ahahahahahahhahahahahahah you are a crazy......ahahahahahahahah Sorry coderush for OT ...but this man it is a very crazy Link to comment Share on other sites More sharing options...
bikinifarm Posted October 8, 2013 Share Posted October 8, 2013 it's Intel bios, not AMI? Use Intel flashtool iflash2.exe instead, if possible I recommend flashing from DOS. iflash2.exe was included in the ZIP file of the link you provided above. Indeed. I tried to flash using F7 during boot. Appeared to go successfully, but did not resolve the mach_kernel reboot issue Then I tried iflash2.exe (DOS), once again it appears to go successfully, but no dice. What's really happening is that it takes the bios, reboots, and then I believe it rejects the bios, restores back, and reboots again. There are no messages, iflash2 indicates successful, but the reboot issue is still with me... Any insights... Thx. Link to comment Share on other sites More sharing options...
StoneTemplePilots Posted October 8, 2013 Share Posted October 8, 2013 Indeed. I tried to flash using F7 during boot. Appeared to go successfully, but did not resolve the mach_kernel reboot issue Then I tried iflash2.exe (DOS), once again it appears to go successfully, but no dice. What's really happening is that it takes the bios, reboots, and then I believe it rejects the bios, restores back, and reboots again. There are no messages, iflash2 indicates successful, but the reboot issue is still with me... Any insights... Thx. sorry, I never owned an Intel board, good source for help is MDL Link to comment Share on other sites More sharing options...
TUX FIRE Posted October 8, 2013 Share Posted October 8, 2013 I have tried Windows XP with IE6 to generate a package with DCCU but it doesn't works I have tried BiosFlsh with Dos usb stick, i launch the tool, nothing happens :s Any idea with this HDR file ? Link to comment Share on other sites More sharing options...
StoneTemplePilots Posted October 8, 2013 Share Posted October 8, 2013 I have tried Windows XP with IE6 to generate a package with DCCU but it doesn't works I have tried BiosFlsh with Dos usb stick, i launch the tool, nothing happens :s Any idea with this HDR file ? tried this one? Potentially this guide will help you as it's for E6510. Link to comment Share on other sites More sharing options...
TUX FIRE Posted October 8, 2013 Share Posted October 8, 2013 Yes, i've tried the second method but it doesn't work. The first method will not work because i don't have an exe file. Link to comment Share on other sites More sharing options...
StoneTemplePilots Posted October 8, 2013 Share Posted October 8, 2013 Yes, i've tried the second method but it doesn't work. The first method will not work because i don't have an exe file. try again second method but rename patched HDR to PFS.HDR and put it on FAT32 stick. Link to comment Share on other sites More sharing options...
CodeRush Posted October 9, 2013 Author Share Posted October 9, 2013 OSX version of UEFITool is uploaded, link is in the MDL post. 1 Link to comment Share on other sites More sharing options...
Recommended Posts