From c745e24c938ae7bdb82f0c8829d69f18dfeff163 Mon Sep 17 00:00:00 2001 From: zearp <63272687+zearp@users.noreply.github.com> Date: Sun, 19 Dec 2021 21:06:37 +0100 Subject: [PATCH 1/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c05545b3..aa02273c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a quick and dirty repo for Intel NUC 8th gen Coffee Lake models. I've used various sources (see credits) to build my EFI and did quite some testing. It should leave you with a stable and reliable build but as always, these things are never really finished. Compatible with macOS Mojave, Catalina, Big Sur and Monterey. ## Please note that from the 27th of October the assumed installion target will be Monterey. -The EFI should work fine for earlier version too but will require different kexts for the Intel wireless card. You can find these kexts in the "stuff" folder on the repo. +The EFI should work fine for earlier version too but will require different kexts for the Intel wireless card. You can find these kexts in the "stuff" folder on the repo -- use the snapshot function in ProperTree to easily update the config once you made the kext swaps. If you encouter bluetooth issues on version prior to Monterey you may also have to replace BlueToolFixup.kext with IntelBluetoothInjector.kext, good luck! ![macOS Monterey](https://github.com/zearp/Nucintosh/blob/master/Stuff/Monterey.png?raw=true) From c1da7bdc6e35ab6e61c1ca13033e0c7d47a46063 Mon Sep 17 00:00:00 2001 From: zearp <63272687+zearp@users.noreply.github.com> Date: Sun, 19 Dec 2021 21:07:56 +0100 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa02273c..e94e701c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a quick and dirty repo for Intel NUC 8th gen Coffee Lake models. I've used various sources (see credits) to build my EFI and did quite some testing. It should leave you with a stable and reliable build but as always, these things are never really finished. Compatible with macOS Mojave, Catalina, Big Sur and Monterey. ## Please note that from the 27th of October the assumed installion target will be Monterey. -The EFI should work fine for earlier version too but will require different kexts for the Intel wireless card. You can find these kexts in the "stuff" folder on the repo -- use the snapshot function in ProperTree to easily update the config once you made the kext swaps. If you encouter bluetooth issues on version prior to Monterey you may also have to replace BlueToolFixup.kext with IntelBluetoothInjector.kext, good luck! +The EFI should work fine for earlier version too but will require different kexts for the Intel wireless card. Use the snapshot function in ProperTree to easily update the config once you made the kext swaps. If you encounter bluetooth issues on versions prior to Monterey you may also have to replace BlueToolFixup.kext with IntelBluetoothInjector.kext -- the kexts can be found in the "stuff" folder on the repo. Good luck! ![macOS Monterey](https://github.com/zearp/Nucintosh/blob/master/Stuff/Monterey.png?raw=true) From 3ceaa58b2754d521124784ca7813f37231163abe Mon Sep 17 00:00:00 2001 From: zearp <63272687+zearp@users.noreply.github.com> Date: Sun, 19 Dec 2021 22:06:42 +0100 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e94e701c..3934254a 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ For both 1st and 3rd party you will need a [supported](https://dortania.github.i One big plus of going native is that you gain HID-proxy. This means that when there is no OS running the Airport card will proxy any paired HID bluetooth devices to the machine as usb devices. This means you can enter the BIOS or boot menu using the bluetooth keyboard and mouse. This is not a feature you will find on many other cards, including the the one Intel put in here. Even expensive bluetooth cards often can not do this. But Apple has added it even in the cheap BCM943224PCIEBT2 Airport card. -Speaking of the $10 BCM943224PCIEBT2, I've personally tested that card and it still works fine in Catalina by setting ```Kernel -> Patch -> 0``` to true. Big Sur and Monterey will need the patch disabled and [AirportBrcmFixup](https://github.com/acidanthera/AirportBrcmFixup) added with boot flags ```brcmfx-driver=2 brcmfx-country=#a``` instead. You can also add your card as a device in the configs DeviceProperties section and set the options there, for example; +Speaking of the $10 BCM943224PCIEBT2, I've personally tested that card and it still works fine in Catalina by setting ```Kernel -> Patch -> 0``` to true. Big Sur will need the patch disabled and [AirportBrcmFixup](https://github.com/acidanthera/AirportBrcmFixup) added with boot flags ```brcmfx-driver=2 brcmfx-country=#a``` instead. For Monterey you will beed to patch the installer which will disable SIP and isn't recommended. You can also add your card as a device in the configs DeviceProperties section and set the options there, for example; ``` PciRoot(0x0)/Pci(0x1C,0x4)/Pci(0x0,0x0) From 0b497fc80ff6d007c54bc35384aba2911d6211a6 Mon Sep 17 00:00:00 2001 From: zearp <63272687+zearp@users.noreply.github.com> Date: Mon, 20 Dec 2021 00:23:14 +0100 Subject: [PATCH 4/5] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3934254a..1defde93 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a quick and dirty repo for Intel NUC 8th gen Coffee Lake models. I've used various sources (see credits) to build my EFI and did quite some testing. It should leave you with a stable and reliable build but as always, these things are never really finished. Compatible with macOS Mojave, Catalina, Big Sur and Monterey. ## Please note that from the 27th of October the assumed installion target will be Monterey. -The EFI should work fine for earlier version too but will require different kexts for the Intel wireless card. Use the snapshot function in ProperTree to easily update the config once you made the kext swaps. If you encounter bluetooth issues on versions prior to Monterey you may also have to replace BlueToolFixup.kext with IntelBluetoothInjector.kext -- the kexts can be found in the "stuff" folder on the repo. Good luck! +The EFI should work fine for earlier versions too but will require different kexts for the Intel wireless card. Use the snapshot function in ProperTree to easily update the config once you made the kext swaps. If you encounter bluetooth issues on versions prior to Monterey you may also have to replace BlueToolFixup.kext with IntelBluetoothInjector.kext -- the kexts can be found in the "stuff" folder on the repo. Good luck! ![macOS Monterey](https://github.com/zearp/Nucintosh/blob/master/Stuff/Monterey.png?raw=true) @@ -23,8 +23,6 @@ The EFI should work fine for earlier version too but will require different kext * [Installation](#installation) * [Post install](#post-install) * [Updating](#updating) -* [Big Sur](#big-sur) -* [Monterey](#monterey) * [Thunderbolt](#Thunderbolt) * [Apple and 3rd party wifi/bt](#apple3rd-party-bluetooth-and-wifi) * [Intel wifi/bt](#intel-bluetooth-and-wifi) From ecb072a672dde47e1c596bacc66ad488355d5782 Mon Sep 17 00:00:00 2001 From: zearp <63272687+zearp@users.noreply.github.com> Date: Mon, 20 Dec 2021 00:24:09 +0100 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1defde93..59e7f897 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ For both 1st and 3rd party you will need a [supported](https://dortania.github.i One big plus of going native is that you gain HID-proxy. This means that when there is no OS running the Airport card will proxy any paired HID bluetooth devices to the machine as usb devices. This means you can enter the BIOS or boot menu using the bluetooth keyboard and mouse. This is not a feature you will find on many other cards, including the the one Intel put in here. Even expensive bluetooth cards often can not do this. But Apple has added it even in the cheap BCM943224PCIEBT2 Airport card. -Speaking of the $10 BCM943224PCIEBT2, I've personally tested that card and it still works fine in Catalina by setting ```Kernel -> Patch -> 0``` to true. Big Sur will need the patch disabled and [AirportBrcmFixup](https://github.com/acidanthera/AirportBrcmFixup) added with boot flags ```brcmfx-driver=2 brcmfx-country=#a``` instead. For Monterey you will beed to patch the installer which will disable SIP and isn't recommended. You can also add your card as a device in the configs DeviceProperties section and set the options there, for example; +Speaking of the $10 BCM943224PCIEBT2, I've personally tested that card and it still works fine in Catalina by setting ```Kernel -> Patch -> 0``` to true. Big Sur will need the patch disabled and [AirportBrcmFixup](https://github.com/acidanthera/AirportBrcmFixup) added with boot flags ```brcmfx-driver=2 brcmfx-country=#a``` instead. For Monterey you will need to patch the installer which will disable SIP and isn't recommended. You can also add your card as a device in the configs DeviceProperties section and set the options there, for example; ``` PciRoot(0x0)/Pci(0x1C,0x4)/Pci(0x0,0x0)