Good idea. I will keep you updated. Thank you for your help so farThen restart from the scratch - the 2011 does not need OC to boot. Only AMD or some Kepler GPU for brightness control.
Follow the instructions step by step.
Good idea. I will keep you updated. Thank you for your help so farThen restart from the scratch - the 2011 does not need OC to boot. Only AMD or some Kepler GPU for brightness control.
Follow the instructions step by step.
This is a good one. Read the first 20 posts of this thread (dated June 2013) and then take into account it took only six years of reverse engineering by several people to get the boot screen into a non Apple BIOS.hi
today i got a nvidia gtx460m from a msi gaming notebook
i put it in to a imac and it works but no boot screen
can somone tel me how to mod the vbios to enable the boot screen
the driver etc works
Ok...so it failed again. I don't really have any idea why this doesn't work. I will try to get an older Big Sur installer, maybe that will help (I used one I got from Appstore on my Macbook Air 2019 so it's the newest one).Then restart from the scratch - the 2011 does not need OC to boot. Only AMD or some Kepler GPU for brightness control.
Follow the instructions step by step.
The download links are on post #1 of the Big Sur thread. 2nd. link in signature.Ok...so it failed again. I don't really have any idea why this doesn't work. I will try to get an older Big Sur installer, maybe that will help (I used one I got from Appstore on my Macbook Air 2019 so it's the newest one).
I think I have found something. While installing kexts and other things withThe download links are on post #1 of the Big Sur thread. 2nd. link in signature.
BTW: OpenCore/WhateverGreen und Lilu help indeed to get around this black screen. But the iMac fork patch-kext.sh will patch the AGC to enable all display ports and the internal screen, too.
patch-kext.sh --ns
Go ahead. Only linker messages when enabling Night Shift. RebootI think I have found something. While installing kexts and other things withI have an error. I don't know what it means though...Code:patch-kext.sh --ns
View attachment 1699491
After rebooting it is still the same thing. Screen is dark, in few minutes I have voice over notification and to see my screen and setup my Big Sur I have to reboot into boot menu and manually boot into my main drive.Go ahead. Only linker messages when enabling Night Shift. Reboot
All these GPUs are meant for Windows with PC vBIOS. They should work without problems unflashed in Bootcamp Windows.Hello,
I have a mid 2011 iMac 27" i5 w/ hd 6770m running windows 10 in BIOS (non UEFI) mode. Sound and graphics work great. I do not have macOS installed at all, so I am only worried about windows compatibility. Does this allow me to run a 10 series nvidia card? I'm thinking windows could boot with the Intel hd graphics until I get the nvidia driver installed, but then I am worried about BIOS compatibility as well. I also bought a Xeon e3-1240 (4c/8t @ 3.3ghz) I plan to install, but then I lose the Intel graphics so I think I need to wait to install it.
Any help is appreciated. Thanks!
The best SSD ? then you would be in the wrong forum. Besides, SSD has no tie with the GPU brightness control.Hi I just joined MacRumors to post this. I have a top of the line late 2009 27" iMac. It has a 4580 512mb i7 12gb ram and a 2tb crucial ssd. I am wondering what is the best ssd I can install that has Vbios and Brightness Control. I read on a fourm that the 880m is the best card with them. I also prefer that it works with Windows. Thanks Tony.
It's more for fun, and to say I did it. After making some trades I only had about $150 into the iMac. The Xeon was another $30 so not a big deal there. $150-200 gpu upgrade will bring my cost to just around $350 and make the value hopefully over $500. I love the Mac form factors but prefer windows since I mainly game on the computer. I build and sell windows desktops all the time, and always try to do something new. I enjoy the challenge.But won't it be a waste to buy a premium price mac simply for running Windows? There are much cheaper and better choices for that![]()
Read the first post and the link to the VBIOS. All the answers are there.Do you think I could run a 880m. Is there any brightness control patches. What would be a better card if the 880m is not good.
Dont forget I need a card😜RX480 is basically WX7100 4GB - fastest card you can get. I still have one 480 for sale (on sale??).
Big Sur - first post is your friend an my fork of the micro patcher. Most complex thing is to get OC running, first post, too.
you need stay offline and create a group polity using the specific hardware IDs of the iGPU. to do this go to device manager -> right click on video controller -> properties -> details tab and in the property drop down menu you will find "hardware ids" for the iGPU.Hello, do any one get Windows 10 bootcamp working after upgrading the card?
Mine is iMac 2011 27 with 880M.
I'm able to install Win10 on an external drive through VM then boot on it no problem
But all needs to be done offline, otherwise Windows will automatically find driver for iGPU HDMI audio output then leads to BSOD igdkmd64.sys.
I've seen a post saying I should disable device with id 8086.
Problem is, 8086 is company id for intel and I don't find anything looks like iGPU HDMI audio.
Soon the driver got installed, the whole system crashes.
Disable SIP and try again.Ciao,
this is driving me nuts.
I'm trying to backup my iMac11,2's ROM using dosdude's ROMtool.
This is exactly what I'm doing:
This is what I get: "Kext Error DirectHW.kext could not be loaded. The operation cannot proceed."
- move the zip to Applications folder
- unzip the app
- open the app
- select 'Dump System ROM'
- insert root password
So if I look at the Console, I see two repeated log entries from kextd stating that "/Users/[myusername]/Library/Application Support/ROMTool/DirectHW.kext has no Info.plist file."
So from Terminal, I try to head to /Applications/ROMTool.app/Contents/Resources/, and issue a sudo kextload DirectHW.kext. In this case Terminal returns "failed to load - (libkern/kext) authentication failure (file ownership/permissions)", and Consoled reads "Kext rejected due to improper filesystem permissions".
So I try sudo -R chmod 755 DirectHW.kext and sudo -R chown root:wheel DirectHW.kext, and once again sudo kextload DirectHW.kext. This works! Console reads "Kext with invalid signatured (-67062) allowed".
So next, sudo kextunload DirectHW.kext, head over to ~/Library/Application Support/ROMTool/, and first, as a check, sudo kextload DirectHW.kext: as expected, same error as above regarding missing Info.plist.
So the idea is: I have a kext that loads fine in /Applications, and one that does not in ~/Library. Let's simply replace the latter with the former!
Then, still under ~/Library/Application Support/ROMTool/, sudo rm -R DirectHW.kext, followed by sudo cp -R /Applications/ROMTool.app/Contents/Resources/DirectHW.kext /Users/[myusername]/Library/Application\ Support/ROMTool/. Then, finally, sudo kextload DirectHW.kext.
It should work now, right? But it doesn't!! I still get the "failed to load - (libkern/kext) not found" message in Terminal, and "/Users/[myusername]/Library/Application Support/ROMTool/DirectHW.kext has no Info.plist file" message in Console.
It seems like the very same kext is loading if put in one place (/Applications), but not in another (~/Library).
What am I doing wrong??
Or, alternatively, how can I go backup my ROM without using dosdude's GUI? After all, I was able to load the kext from Terminal. I just need to know what command to issue in order to dump the ROM.
Thanks in advance
Sergio