Hello,
after changing the graphics card on my mid 2011 27 inch iMac and installing Catalina with dosdude1 patch (see here), I tried installing Big Sur on this iMac. There are several "patchers" that allow Big Sur to be installed on unsupported iMacs. I chose to use the micropatcher "patcher".
As Big Sur has just been released, I installed it on a external USB SSD for testing. I will install on my working disk only after 1 or 2 Big Sur updates, it's more careful
Here are the different steps:
1) You need to get the Big Sur installation file. There are different ways to do this, one of the easiest is to run the installation from a Mac supporting Big Sur update, grab the file from the Applications folder and move it to a working directory ( and do not continue with the installation 😉). If you installed Catalina on your mid 2011 27-inch iMac, this method works 😄
2) You must create a USB key with the image and the patches (adapt the commands with your own directory names).
- image creation:

- run the first patch command:

- then launch the command:

3) You must use the "Catalina Loader OC 0.6.3" (see here) with plist for my Dell WX4130 card, beware version 0.6.2 did not work on my iMac.
4) Reboot on the key, you should see your usual internal drives and 2 other choices: "EFI" and "install macOS Big Sur"

5) You must choose a first boot on "EFI", at this time; the iMac shuts down almost instantly, this is normal.
6) Restart and choose this time "install macOS Big Sur", you must then have the classic screen of an installation:

If you do not have the installation screen, but the no-entry sign, the micropatcher documentation indicates that you have to redo point 5 several times.
I had formatted the disk in APFS but strangely the selection of this disk was not possible, the installer asked for a disk in "Mac OS Extended (Journaled)" !!!!! So I had to stop the installation and reformat the USB drive to "Mac OS Extended (Journaled)". Of course, during the next installation this disk will be converted to APFS.
The installation takes quite a long time, around 2 hours, with several reboots.
7) After a while, you will see a classic configuration screen appear (language, CGU, etc.). After answering these questions, there is still a patch to launch (Ethernet and WIFI are not available elsewhere before this last patch). You must therefore restart on the micropatcher key and then launch a terminal to launch the last patch command which will install kernel extensions:
EDIT 18 november : I make a error , no --2010, the right code is:
There is a auto detection of your model and the GPU and you would get all the necessary patches needed for this particular model.
here is the result:



There are some errors but at the end it says "Installed patch kexts successfully". I will try to find out the meaning of these errors anyway. Someone had a idea ?
After a last reboot, we can therefore choose the boot in Big Sur:

The "About" is there

many thanks to @Ausdauersportler, @Barry K. Nathan and others peoples 👍
Description en français ici 🇫🇷
after changing the graphics card on my mid 2011 27 inch iMac and installing Catalina with dosdude1 patch (see here), I tried installing Big Sur on this iMac. There are several "patchers" that allow Big Sur to be installed on unsupported iMacs. I chose to use the micropatcher "patcher".
As Big Sur has just been released, I installed it on a external USB SSD for testing. I will install on my working disk only after 1 or 2 Big Sur updates, it's more careful
Here are the different steps:
1) You need to get the Big Sur installation file. There are different ways to do this, one of the easiest is to run the installation from a Mac supporting Big Sur update, grab the file from the Applications folder and move it to a working directory ( and do not continue with the installation 😉). If you installed Catalina on your mid 2011 27-inch iMac, this method works 😄
2) You must create a USB key with the image and the patches (adapt the commands with your own directory names).
- image creation:
Code:
/Volumes/BOOT4T/Users/serge/Documents/Distrib/Apple/Install \ macOS \ Big \ Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/name_de_la_clef_USB

- run the first patch command:
Code:
./micropatcher.sh

- then launch the command:
Code:
./install-setvars.sh

3) You must use the "Catalina Loader OC 0.6.3" (see here) with plist for my Dell WX4130 card, beware version 0.6.2 did not work on my iMac.
4) Reboot on the key, you should see your usual internal drives and 2 other choices: "EFI" and "install macOS Big Sur"

5) You must choose a first boot on "EFI", at this time; the iMac shuts down almost instantly, this is normal.
6) Restart and choose this time "install macOS Big Sur", you must then have the classic screen of an installation:

If you do not have the installation screen, but the no-entry sign, the micropatcher documentation indicates that you have to redo point 5 several times.
I had formatted the disk in APFS but strangely the selection of this disk was not possible, the installer asked for a disk in "Mac OS Extended (Journaled)" !!!!! So I had to stop the installation and reformat the USB drive to "Mac OS Extended (Journaled)". Of course, during the next installation this disk will be converted to APFS.
The installation takes quite a long time, around 2 hours, with several reboots.
7) After a while, you will see a classic configuration screen appear (language, CGU, etc.). After answering these questions, there is still a patch to launch (Ethernet and WIFI are not available elsewhere before this last patch). You must therefore restart on the micropatcher key and then launch a terminal to launch the last patch command which will install kernel extensions:
Code:
patch-kexts.sh --2010 "/Volumes/name_of_your_big_disk_on
EDIT 18 november : I make a error , no --2010, the right code is:
Code:
patch-kexts.sh "/Volumes/name_of_your_big_disk_on
There is a auto detection of your model and the GPU and you would get all the necessary patches needed for this particular model.
here is the result:



There are some errors but at the end it says "Installed patch kexts successfully". I will try to find out the meaning of these errors anyway. Someone had a idea ?
After a last reboot, we can therefore choose the boot in Big Sur:

The "About" is there

many thanks to @Ausdauersportler, @Barry K. Nathan and others peoples 👍
Description en français ici 🇫🇷
Last edited: