Contribute
Register
In kernel use penryn fakecpuid 76060100 00000000 00000000 00000000
cpuid mask FFFFFFFF 00000000 00000000 00000000

dummypowermanagement enabled

algrey x86 topology patch (you can find this patch on first page of this guide)

I recommend you use clover for Pentium N series, on that you can use a KabyLake cpuid and inject PM.
Hello. With this the graphics Intel UHD 600 can be used?
 
  1. on the topic of pentiums and celerons I have a few of these pcs laying around and so i was curious about whether they would work or not. I am not a newbee i have very good hackintosh pcs patch my own DSDT,everything works in them with exception of aIRDROP due to the Intel wifi card,ive come to find out it requires Broadcom at least thats what ive seen to work. Anyways i dont know everything and I had to study my ass of to get where im at two yrs later. i started with no programming experience. So i would appreciate just a simple answer here to the models i will provide if there is a workaround that will provide valuable reasons to attempt the feat then please provide these. if its a useless machine for this then thats all I need to know.
LIST OF PCS
1)ACER ASPIRE TOUCHSCREEN 21 INCH INTEL CELERON N2940 (NOTE:Awful for upgrading anything,WILL NOT GO above 4GB RAM!...positive note it does have a very beautiful picture as weird as that may be but its nice.

2)DELL INSPIRON 20 AIO 3048 (TOUCHSCREEN) INTEL PENTIUM G3220T

And also I know this one will work but was wondering if anyone had ever used it before and how it turned out. Its a X58 EXTREME i7 970 Intel Core. External Graphics card are AMD i have several laying around so was just out of curiosity the thoughts on that machine.

Thank You to any moderators peoples in general that take the time to reply. I appreciate the resnses Thanks
 
  1. on the topic of pentiums and celerons I have a few of these pcs laying around and so i was curious about whether they would work or not. I am not a newbee i have very good hackintosh pcs patch my own DSDT,everything works in them with exception of aIRDROP due to the Intel wifi card,ive come to find out it requires Broadcom at least thats what ive seen to work. Anyways i dont know everything and I had to study my ass of to get where im at two yrs later. i started with no programming experience. So i would appreciate just a simple answer here to the models i will provide if there is a workaround that will provide valuable reasons to attempt the feat then please provide these. if its a useless machine for this then thats all I need to know.
LIST OF PCS
1)ACER ASPIRE TOUCHSCREEN 21 INCH INTEL CELERON N2940 (NOTE:Awful for upgrading anything,WILL NOT GO above 4GB RAM!...positive note it does have a very beautiful picture as weird as that may be but its nice.

2)DELL INSPIRON 20 AIO 3048 (TOUCHSCREEN) INTEL PENTIUM G3220T

And also I know this one will work but was wondering if anyone had ever used it before and how it turned out. Its a X58 EXTREME i7 970 Intel Core. External Graphics card are AMD i have several laying around so was just out of curiosity the thoughts on that machine.

Thank You to any moderators peoples in general that take the time to reply. I appreciate the resnses Thanks
The issue will be graphics acceleration. The Pentium and Celerons do not have supported integrated graphics. The graphics may partially work on VESA default drivers. No gaming or intensive apps, browsing is usually possible but not multiple screens and there are often artifacts and frozen screen issues.

The X58 may work in older software versions but could be a problem in current MacOS versions like Big Sur and Monterey.
 
Okay guys,

So having put it off for more than a year and after several months of researching and tweaking, I am happy to report that I am finally able to boot and run macOS on an old Asus Vivo Celeron 1007U on Opencore. Presenting to you the Asus Vivo PC VM40B on High Sierra 10.13.6!

Screen-Shot-2022-09-22-at-8.29.23-PM-B.png


The build is not quite finalised yet but most of it is/should be working. :)
 
Just informing those not aware, Monterey can now boot with Celeron using OC. Below is my guide for the Asus Vivo PC I just posted recently.


Screen-Shot-2022-09-23-at-1.36.22-PM-B.png


As this is now a possibility I have thought to give some general pointers for those with Pentium or other gen Celerons who may want to try to boot macOS.

My build above works with Ivy Bridge chipsets only. If you want it to help boot macOS on your system (could be anything from Sandy Bridge to 10th gen Comet Lake) there will be 4 main areas that you will need to consider changing, namely the SSDT.aml, the AAPL,-ig-platform-id / device-id, the CPUID and the kernel patches required for the gen of your CPU/motherboard.

For SSDT.aml
1) Identify which generation chipset you have with both your motherboard and/or processor.
2) Using SSDTPrGen, create a SSDT.aml for your chip based on it's Intel ARK processor guide. If you have installed SSDTPrGen, you can create the SSDT.aml using another computer by editing the UserDefined.cfg with your CPU details and the terminal command ./ssdtPrGen.sh -p 'xx' (where xx is the name of your processor you've defined in that file).
4) Replace the SSDT.aml in my EFI/OC/ACPI with your newly generated one.

For the AAPL,ig-platform-id and device-id to use please refer to Dortania for your version of motherboard and this guide on Intel GPU chips and make sure your Intel GPU is in the list of supported chipsets. You will need to change whatever settings I have added in the EFI under the device properties.
> https://github.com/acidanthera/WhateverGreen/blob/master/Manual/FAQ.IntelHD.en.md

Generally speaking, the EFI works when it is defined according to its generation. If your chipset is say Haswell, then you use Haswell platform, IGPU device-ids, CPUID and kernel patches. You should in theory be able to run it up to Monterey if it is all set correctly. Some chips may get full acceleration, others only VESA mode graphics. (Note that macOS Ventura does not support Haswell).

For the CPUID and kernel patches refer to the Dortania guide according to your generation of CPU/motherboard. I used A9060300 for the CPUID as it is for Ivy Bridge and you can either change this or remove this to suit your needs.
Note that some chips such as Comet Lake may not require a CPUID as they are natively supported from Catalina 10.15.4 onwards, whereas older chips may need one in order to boot. CPUIDs can be found on online wikis such as Wikichip, CPU-World, GLView, Clover Configurator's FakeCPUID list and many more.

Below is an example from Clover Configurator's list which is found under Kernel and Kext Patches in the menu.

Screen Shot 2022-09-26 at 8.37.17 AM.png


If you consider to use the code from the above listing for the Haswell chip, you do have to note the code cannot work as is on Opencore's CPUID kernel quirk menu - it must be written in reverse byte order ie. C00603. In addition you must pad the ending number with 00 so it ends up as C0060300. So the code should look like this in Opencore:

Screen Shot 2022-09-26 at 8.43.26 AM.png


Last but not least do not forget to add your own UUID, rom and MLB serials in order to use the EFI under PlatformInfo > Datahub > Generic.
 
hello friends, can anyone help with installing the n3350 celeron on the system, thanks everyone
 
hello friends, can anyone help with installing the n3350 celeron on the system, thanks everyone
follow post 1

also make sure to use a supported video card which has hdmi or DP
 
Back
Top