Hackintosh
- 2 Devlogs
- 2 Total hours
Yep , you read that right I will be documenting me creating a full fledged Hackintosh onto my amd laptop. and its going to be bare metal, stick around and find out.
Yep , you read that right I will be documenting me creating a full fledged Hackintosh onto my amd laptop. and its going to be bare metal, stick around and find out.
Added Kext Files and updated the config.plist to include the patches for amd.
Let’s see how this goes , With how simple all these steps were , I don’t think its going to boot in the first try. I feel like I am missing a lot of things that are not generated for my EFI.
Also just something I forgot to inform, and this might look kind of cheating , but I have created hackintosh using open simplify for compiling a program , and while it worked, I never really understood.As such I am going blank in here , just the knowledge of my hardware from mess with Arch is pushing me through.
Anyway that’s it for this hour.
├───BOOT
└───OC
├───ACPI
├───Drivers
├───Kexts
│ ├───AMDRyzenCPUPowerManagement.kext
│ │ └───Contents
│ │ ├───MacOS
│ │ └───_CodeSignature
│ ├───AppleALC.kext
│ │ └───Contents
│ │ └───MacOS
│ ├───BrightnessKeys.kext
│ │ └───Contents
│ │ └───MacOS
│ ├───HoRNDIS.kext
│ │ └───Contents
│ │ ├───MacOS
│ │ └───Resources
│ │ └───en.lproj
│ ├───Lilu.kext
│ │ └───Contents
│ │ └───MacOS
│ ├───NootedRed.kext
│ │ └───Contents
│ │ └───MacOS
│ ├───NVMeFix.kext
│ │ └───Contents
│ │ └───MacOS
│ ├───RealtekRTL8111.kext
│ │ └───Contents
│ │ ├───MacOS
│ │ └───_CodeSignature
│ ├───RestrictEvents.kext
│ │ └───Contents
│ │ └───MacOS
│ ├───SMCAMDProcessor.kext
│ │ └───Contents
│ │ ├───MacOS
│ │ └───_CodeSignature
│ ├───SMCBatteryManager.kext
│ │ └───Contents
│ │ ├───MacOS
│ │ └───Resources
│ ├───SMCRadeonSensors.kext
│ │ └───Contents
│ │ └───MacOS
│ ├───USBToolBox.kext
│ │ └───Contents
│ │ └───MacOS
│ ├───UTBMap.kext
│ │ └───Contents
│ ├───VirtualSMC.kext
│ │ └───Contents
│ │ └───MacOS
│ ├───VoodooI2C.kext
│ │ └───Contents
│ │ ├───MacOS
│ │ └───PlugIns
│ │ ├───VoodooGPIO.kext
│ │ │ └───Contents
│ │ │ ├───MacOS
│ │ │ └───_CodeSignature
│ │ ├───VoodooI2CServices.kext
│ │ │ └───Contents
│ │ │ ├───MacOS
│ │ │ └───_CodeSignature
│ │ └───VoodooInput.kext
│ │ └───Contents
│ │ ├───MacOS
│ │ └───_CodeSignature
│ ├───VoodooI2CHID.kext
│ │ └───Contents
│ │ ├───MacOS
│ │ └───_CodeSignature
│ └───VoodooPS2Controller.kext
│ └───Contents
│ ├───MacOS
│ └───PlugIns
│ ├───VoodooInput.kext
│ │ └───Contents
│ │ ├───MacOS
│ │ └───_CodeSignature
│ ├───VoodooPS2Keyboard.kext
│ │ └───Contents
│ │ └───MacOS
│ ├───VoodooPS2Mouse.kext
│ │ └───Contents
│ │ └───MacOS
│ └───VoodooPS2Trackpad.kext
│ └───Contents
│ └───MacOS
├───Resources
│ ├───Audio
│ ├───Font
│ ├───Image
│ └───Label
└───Tools
Howdy People I Will be creating a Hackintosh, yep you read that right , a bare metal hackintosh on my Amd laptop.
So what did I do in these 44 minutes:
Gathering files: So I got the opencore bootloader and setuped the default release option of it.
Next was prepping my hardware information, luckly SSDTtime helps you prepare it within 10 minutes
The next step is gathering files called Kext (Kernel Extension) these are required by macOs to do work , they are Like Drivers I believe.
There is another but if you were to use this tool , the outcome might not be respected by the community of hackintosh but it does give you an easy way for it.