Am I correct in thinking that all you're doing when you edit kext is telling your Mac that the card you're using is in fact one that it supports? Hence why I'm showing the correct gpu ram size, resolution, etc. with the nuances of it labeled as "ATI Radeon HD 5000" and I don't get a boot screen.
Yes. When you modify the Info.plist file inside the kext bundle, you are adding the manufacturer ID and the board ID as a unique single concatenated ID. The Mac can then match the board ID to the kext.
Having said that, your card seems to have matched against the AMD5000Controller, but then it has selected the RadeonFramebuffer, which I think may be the software renderer. If you compare your ioreg output with mine, my card matches the Vervet personality, this gives me full hardware acceleration (capabilities of the card).
The best online resource I have used for graphics mods (especially for the MacPros, as compared to hackintoshes) is the Netkas forums (osx86 tends to be mackintosh related). You might want/need to go have a read over there.....
This thread implies a reverse approach. Re-flash your 6770 BIOS using Radeon Bios Editor (RBE) to have a board ID of a 5770. then there is no need to modify kexts...
[doublepost=1491826755][/doublepost]
Thank you very much, for helping me out with installing El Capitan onto a 1TB SSD drive. It works well with small but noticeable speed increase.
I now have my 6TB System El Capitan HDD drive corrupted. It would not boot at all. However, I can access it from SSD drive and my data looks good. Looks like only the system is hurt. It was also backed up with a Time Machine every hour. I am not sure if the system on the time machine is corrupt, too. I tried to reinstall the El Capitan using the Recovery disk. But it also does not work. It looks like working a few seconds but it does not reinstall the system and the result is the same. My last hope is to reinstall the El Capitan downloaded from the purchased section of the App Store, which I already downloaded the Install OS X El Capitan.app and placed it into the applications folder. Then I saw rthpjm's amazing work on Pikify3.1 v14. Therefore, my questions please are:
1. If I do not erase my corrupted 6TB System disk and starting from my 1TB SSD System disk, which is running El Capitan can I use the new Pikify3.1 v14 and reinstall El Capitan onto my 6TB system hard disk, please? Will this keep my data on the 6TB system disk intact?
2. Or, shall I try to reinstall the El Capitan onto my 6TB system disk using the Install OS X El Capitan.app on the 1TB SSD System disk and then manually replace the boot.efi files, please? Will this keep my data intact, too? Will this be preferred way over using the Pikify 3.1 v14?
Thank you very much for all your kind help.
Hello TT01,
before going any further have you performed the simple checks to see if the boot.efi files have been overwritten with Apple versions?
I'm assuming you can boot from your SSD, and that your 6TB drive will be accessible from /Volumes/6TB (change that to match your actual volume name for the 6TB drive)
Both from your SSD
Open up a Terminal
Code:
ls -lh /Volumes/6TB/System/Library/CoreServices/boot.efi /Volumes/6TB/usr/standalone/i386/boot.efi
Locate a copy of the Pike boot.efi files (the pikify zip file has copies of both the black and grey background variants, or download from Pike's web site).
Unlock the attributes (another layer of protection)
Code:
chflags nouchg /Volumes/6TB/System/Library/CoreServices/boot.efi
Copy the Pike version of the boot.efi file into place. Let's assume it is in your Downloads folder...
Code:
cd ~/Downloads
sudo -s
You will be prompted for your password, enter it carefully
Code:
cp boot.efi /Volumes/6TB/System/Library/CoreServices/boot.efi
cp boot.efi /Volumes/6TB/usr/standalone/i386/boot.efi
exit
Now try rebooting into your 6TB El Capitan volume....
Last edited: