Jump to content

GUIDE: Z77MX-QUO-AOS Migrating from Ozmosis to OpenCore


IronManJFF
 Share

235 posts in this topic

Recommended Posts

3 hours ago, Casm101 said:

Wasn't able to boot the installer, I instantly got a kernel panic, and then my system reboots, I can still boot into Catalina thought. Any advice?

 

You could try with Display Options set to "Auto" in firmware ...

Dortania's Guide suggest iMac15,1 instead of iMac14,4 for replacement of iMac13,2 .. I haven't tried it.

Link to comment
Share on other sites

12 hours ago, IronManJFF said:

Dortania's Guide suggest iMac15,1 instead of iMac14,4 for replacement of iMac13,2 .. I haven't tried it.

 

8 hours ago, CiTroNaK said:

Yes, I have it with iMac15,1 and I only needed to update kexts (and new SN and so for "new" iMac).

Kexts.zip

 

I changed my system values to iMac15,1 as well as updated to the kexts given by @CiTroNaK and updated with no problems!

 

Screenshot 2020-09-27 at 05.29.09.png

Link to comment
Share on other sites

  • 1 month later...

Thanks IronManJFF for all your hard  work and the time you spent in it. I made my migration to OC successfully ! Thanks !

However I was nostalgic of the full black screen experience at boot with OZ, so I made a custom version of your oc friendly firmware, it's exactly the same version with your customizations in it, but there is no visible splash screen at all during the boot sequence before the Bootpicker screen. it's important to note that it is just a dark splash screen so it works at cold boot (issue related in the first post of this topic ) . Enjoy.

Z77MXQUOAOS.H4O.OpenCore_black-edition.ROM

Link to comment
Share on other sites

5 minutes ago, IronManJFF said:

You could try ´Show Splash Screen’ OFF in firmware’s settings .. i haven’t tested it since 0.5.7 the old issue might have been fixed

 

I tried, but it was showing a text with the bios version. It was not a blank screen.

Link to comment
Share on other sites

@IronManJFF

 

Dear IronMan thanks for all the help u gave me few years back when i had problem with my Quo. Time has come and i try to update my system to Catalina,,, and how wrong i was to even try. Now my system is totally destroyed.  

 

 

i have follow dortania.github.io opencore instalation guide 

 

then i switch files to IronMan EFI 

i double copy config.plist and other files in EFI folder on my SSD osx

 

I have edited only PlatformInfo.plist with my old i think rom and serials ect.

 

currently im connecting ssd meanted for osx to macbook so i can do changes. 

 

please help me boss ;)

126202088_1055063401608942_1210598341805634989_n.jpg

125810247_367026461253576_5119018051407009885_n.jpg

126316876_204320814436024_1439957991665762230_n.jpg

Screen Shot 2020-11-24 at 12.03.11.png

Link to comment
Share on other sites

44 minutes ago, IronManJFF said:

Dn not follow Dortania's Guide ... il will not work.

 

ok but i have wiped sdd now what should i start with? 

 

should i follow ur steps from this guide?

 

"3) Retrieving info, you will need using HackinTool " 

 

-I got that information from my mac before it crashed forever but there is possibility i f# something.

 

4) Download "OC to OC Migration.zip" (to come) and extract it 

 

U mean https://github.com/Kazbah/Z77MX-QUO-AOS-OpenCore-Migration-Kit 

 

5) Now Open this file using XCode or your favorite Plist Editor

6) Fill in the info from Step 3 in the Generic Section (don't touch anything else

7) Save as config.plist

 

Done i think

 

 

1391053237_ScreenShot2020-11-24at17_45_36.png.9d6d6ce874aafff827b54600d017d79f.png

 

8a) Mounting EFI folder with script

 

1732126868_ScreenShot2020-11-24at17_51_09.png.bbf588a5a0d3fd3463410b59c2c6d2b4.png

 

8) Open your EFI folder from your boot drive (the one that has the OZ folder), time to copy the stuff over

 

 

             a)config_template.plist renamed to config.plist

 

1996802660_ScreenShot2020-11-24at17_56_24.thumb.png.22ae8d109cf69967d88679297bdb7395.png

 

8A) Run CreateConfig.sh (this will merge the config_template.plist with the Platform Info) to create the config.plist in the EFI folder

 

ERROR dosent wana merge. 

 

515982680_ScreenShot2020-11-24at18_00_52.png.a360cde122c7acef585ebc5bbf2258b2.png

 

9) Bios Flash Z77MXQUOAOS.H4O.OC.ROM

 

10) ssd put back to  hackintosh from external enclosure, Testing and .... 

 

 

Link to comment
Share on other sites

There is no renaming of any files (I changed that to simplify process) 

PlatformInfo.plist and config_template.plist should not be renamed. config_template.plist should not be edited at all.

Step 5) Open PlatformInfo.plist

Step 6 ) Unchanged

Step 7) Should now read as Run CreateConfig.sh

 

I notice that you copied the Migration Kit to EFI ..that is wrong ...

You should copy stuff to EFI only at Step 8 

 

Edited by IronManJFF
Link to comment
Share on other sites

There is no renaming of any files (I changed that to simplify process) 

PlatformInfo.plist and config_template.plist should not be renamed. config_template.plist should not be edited at all.

 

ok downloaded fresh KIT,

- not touching anything 

Step 5) Open PlatformInfo.plist 

 

Done

 

6) Fill in the info from Step 3 in the Generic Section (don't touch anything else

 

Done

 

 

Step 7) Should now read as Run CreateConfig.sh

 

 

 

 

2142454069_ScreenShot2020-11-24at18_54_28.thumb.png.cea2bedfdef2937220b0d083539c8a5b.png

 

 

Not done.

 

 

 #!/bin/bash

echo "=============================================="
echo "===                                        ==="
echo "=== Welcome to OC Migration Config Utility ==="
echo "===                                        ==="
echo "=============================================="
echo ""
echo ""
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
echo "Running script from $DIR"
path_to_EFI="${DIR}/EFI"
echo "Path to EFI= " $path_to_EFI
path_to_OC="${path_to_EFI}/OC"
path_to_BOOT="${path_to_EFI}/BOOT"
echo "Checking if it makes senses ..."
FILE=$path_to_BOOT
if [ -d "$FILE" ]; then
    echo "$FILE exist"
else
    echo "Could not find BOOT Folder"
    exit 1
fi
FILE=$path_to_OC
if [ -d "$FILE" ]; then
    echo "$FILE exist"
else
    echo "Could not find OC Folder"
    exit 1
fi 

echo "=============================================="
echo "===         Looks good , lets proceed      ==="
echo "=============================================="
Config="${path_to_OC}/config.plist"
FILE=$Config
if [ -f "$FILE" ]; then
    echo "$FILE exist, removing"
    rm "$FILE"
fi 
echo "Merging Template with your personnal PlatformInfo"
/usr/libexec/PlistBuddy -c "Merge ${DIR}/config_template.plist " "$Config"
FILE="${DIR}/MyPlatformInfo.plist"
if [ -f "$FILE" ]; then
    echo "$FILE exist"
    PlatformInfo="$FILE"
else
    echo "Could not find Personnalized Platform Info, using PlatformInfo.plist"
    PlatformInfo="${DIR}/PlatformInfo.plist"
fi 
/usr/libexec/PlistBuddy -c "Merge ${PlatformInfo} " "$Config"
#/usr/libexec/PlistBuddy -c "Print " "$Config"
echo "Done"


 

Link to comment
Share on other sites

im using 0.6.3 migration kit on el capitan and i dont have option "service"

 

1339987034_ScreenShot2020-11-24at22_55_41.png.dbf664fa1bd0d828d2170298184ff5e8.png 

am i beeing dump now?;/

Last login: Tue Nov 24 18:39:31 on ttys000

PL-MOBILEs-MacBook-Pro:Z77MX-QUO-AOS-OpenCore-Migration-Kit-main 5 karol$ ./CreateConfig.sh

==============================================

===                                        ===

=== Welcome to OC Migration Config Utility ===

===                                        ===

==============================================

 

 

Running script from /Users/karol/Desktop/Z77MX-QUO-AOS-OpenCore-Migration-Kit-main 5

Path to EFI=  /Users/karol/Desktop/Z77MX-QUO-AOS-OpenCore-Migration-Kit-main 5/EFI

Checking if it makes senses ...

/Users/karol/Desktop/Z77MX-QUO-AOS-OpenCore-Migration-Kit-main 5/EFI/BOOT exist

/Users/karol/Desktop/Z77MX-QUO-AOS-OpenCore-Migration-Kit-main 5/EFI/OC exist

==============================================

===         Looks good , lets proceed      ===

==============================================

Merging Template with your personnal PlatformInfo

File Doesn't Exist, Will Create: /Users/karol/Desktop/Z77MX-QUO-AOS-OpenCore-Migration-Kit-main 5/EFI/OC/config.plist

Merge: "5/config_template.plist" Entry Does Not Exist

Could not find Personnalized Platform Info, using PlatformInfo.plist

Merge: "5/PlatformInfo.plist" Entry Does Not Exist

Done

PL-MOBILEs-MacBook-Pro:Z77MX-QUO-AOS-OpenCore-Migration-Kit-main 5 karol$ 

Edited by bezna
Link to comment
Share on other sites

2 hours ago, IronManJFF said:

Check your Inbox

Thanks a lot for all the help u are the star catalina instaled without problema just like on nativ mac;) 

 

sad news os i have Nvidia gpu gtx 1060 and cant get drivers for it so i will have to go back to high sierra. 
 

Im trying to instal el capitan on my 2nd ssd  as i have instal usb laying around. 

 

C837D207-2D39-44F9-9FCB-7B58652F80AA.thumb.jpeg.ea3c62d778a7a6e1258fef407ba034b2.jpeg

 

This ssd is connected to 2nd sata port so this might be a problem will have to check it tomorrow . Cheers and thanks again;) i know im pain in the ass 

Link to comment
Share on other sites

Im pleased to report os big sur

 

Efi provided by IronMan work superb.

 

Just for test i change id of mac to newest  imac19.2  and instalation fron catalina to big sur went ok

 

i think there is just a problem with sleep mode . 

 

 

4A98AFFD-B6CC-4C2E-9D07-80F2758A1759.thumb.jpeg.408cf43def2aedb08857125764bfbfa6.jpeg

 

im on nvidia now so no graphic card;/ 

 

Iron Man if u want me to test something just let me know. 

Link to comment
Share on other sites

  • 2 weeks later...
 Share

×
×
  • Create New...