-
Posts
310 -
Joined
-
Last visited
-
Days Won
13
Baio77 last won the day on November 22 2022
Baio77 had the most liked content!
Contact Methods
-
Website URL
https://t.me/HackintoshLife_it
- GitHub
Profile Information
-
Gender
Male
-
Location
Italy
Recent Profile Visitors
1706 profile views
Baio77's Achievements

Second Lieutenant (11/17)
41
Reputation
-
Latitude 7400: unable to install Ventura with OpenCore
Baio77 replied to Xristomania's topic in 7000 Series
USBs are not good, remove the kext for port mapping and redo it maybe from Hackintosh. XHC is seen as a HUB. https://ibb.co/ynZY4SR -
Ioreg made by the 2 efi could reveal the mystery, it would show us the differences between the 2 EFIs.
-
Latitude 7400: unable to install Ventura with OpenCore
Baio77 replied to Xristomania's topic in 7000 Series
Attach ioreg and let's see if the configuration is OK, other kexts may be needed to activate everything. BT, SD reader etc etc ...... -
Latitude 7400: unable to install Ventura with OpenCore
Baio77 replied to Xristomania's topic in 7000 Series
https://drive.google.com/drive/folders/1QjGKs9MDcRksvwlk-9QF-wu74D-C7-Df?usp=share_link test this -
ThinkPad E470: OpenCore 0.8.5's EFI for macOs Ventura
Baio77 replied to Max.1974's topic in Lenovo systems
Hi Max you have a DSDT patch, Opencore puts patches on ALL os it starts. So the SSDT or DSDT patches must contain for example "If Darwin" in all ACPI patches are needed by the Hackintosh. In this way the ACPI patches will not be loaded when Windows starts, but only when an Apple OS starts. What you have is a DSDT made by Mald0n and it probably doesn't contain the parts I'm telling you about. Many Users say to start Windows from Bios and NOT from Opencore, but this is just a wrong information, or the solution to avoid working on Opencore ACPIs. I've read around that there is a modded version of Opencore that solves this problem, Clover might be for you too. The solution for Opencore is just to rewrite DSDT patches on SSDT. Test this EFI if start OS Apple ioreg https://drive.google.com/drive/folders/1-KofL2spIbDI2Xz9i___49TIN2X8-vy0?usp=share_link . If it launches Hack, try starting Windows from Opencore -
Latitude 7480: couple of issues under Monterey
Baio77 replied to isyeikhdevice's topic in 7000 Series
For TB3 ports, sleep and Wake are mangy, on my Lenovo T14 I tested ACPI stuff that fix Hot Plug problem, I need ioreg of your Hack and original DSDT after we can do tests if you want. -
Casper Excalibur G770: Error trying to install Monterey
Baio77 replied to batman1st's topic in The Archive
https://drive.google.com/drive/folders/1Kp9iqd0tE5AKmnjDVI8oE1B6pUZcks8E?usp=sharing test this EFI -
Surface Book 2: UHD 620 Graphic Acceleration/Framebuffer Issue
Baio77 replied to Hack.intosh's topic in The Archive
For CPU Kabylake -R test this patch : https://drive.google.com/drive/folders/1RuTtuQ2dNnu01zKXcD8jWkfde1LjmLN3?usp=sharing. Connector patch is not included. If you still have problems delete device-id or change it to C087 -
HP Pavilion All-in-One (24-b016) i5-6400T: black screen
Baio77 replied to svan71's topic in HP Systems
Test this https://drive.google.com/file/d/1i2zhSfK6W6V8a5hWiqOvjsLkr6jsiblK/view?usp=sharing for OC 0.8.5. If you have problems, you can add this in botarg in your config. "igfxonln=1" boot argument (force-online device property) to force online status on all displays. Ioreg if start -
OC 0.8.5 + kext release https://drive.google.com/drive/folders/1QBLglDhIlwXqE3t55AGjLM4f53E6px3e?usp=sharing test this EFI if start ioreg. I added SSDT-USBW and relative kext ..... This ACPI patch is critical in some Desktop configurations
-
For trackpad check the pictures in this reposity, set as in the picture and try https://github.com/Baio1977/DELL_VOSTRO_5501-ICE-LAKE/blob/main/Screenshot/touchpad.png For WI-FI use kext for Monterey https://github.com/OpenIntelWireless/itlwm/releases/tag/v2.1.0 and BT https://github.com/OpenIntelWireless/IntelBluetoothFirmware/releases . Don't use this kext on Monterey or higher IntelBluetoothInjector.kext. Use this kext for Monterey+ BlueToolFixup.kext
-
The problem surely depends on the ACPI of your DELL, in this case the DSDT. Here in the code is the explanation: // DefinitionBlock("", "SSDT", 2, "OCLT", "OCWork", 0) { External (_SB.ACOS, IntObj) External (_SB.ACSE, IntObj) Scope (\) { If (_OSI ("Darwin")) { \_SB.ACOS = 0x80 \_SB.ACSE = 0 //ACSE=0:win7;;ACSE=1:win8 } } } //EOF This you might try to vary ACSE=0:win7; ACSE=1:win8 In SSDT single is Zero set, you have to try with One https://github.com/Lorys89/DELL_LATITUDE_7280/blob/main/EFI/OC/ACPI/SSDT-DELL-LATITUDE-7280.dsl Scope (\) { If (_OSI ("Darwin")) { HPTE = Zero SDM1 = Zero \_SB.ACOS = 0x80 \_SB.ACSE = Zero } Test this EFI if start ioreg https://drive.google.com/drive/folders/1ZNwe7Rw2ZXV0fbzpnRq43uhnUIDqp6Nh?usp=sharing
-
Use this ACPI , Also fix the config, restart and post ioreg, test everything https://drive.google.com/drive/folders/1RcdprNHRBZu-kTep9plhpYqmwm0gqZEI?usp=sharing
-
Test this EFI https://github.com/Lorys89/DELL_LATITUDE_7280
-
is good