Help with GPU Disabling
I've tried a few methods to disable the GPU, but since I haven't had any success with my installation attempts, I have no idea if what I did was correct. So, I'm leaving it here for review.
First, the **location path** data from Windows Device Manager:
`AMD Radeon RX 9070 XT`
`PCIROOT(0)#PCI(0100)#PCI(0000)#PCI(0000)#PCI(0000)`
`ACPI(_SB_)#ACPI(PC00)#ACPI(PEG1)#ACPI(PEGP)#PCI(0000)#PCI(0000)`
**Method 1:**
ProperTree > config.plist > Root > DeviceProperties > Add >
PciRoot(0x1)/Pci(0x1,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0) | Dictionary | 1 key/value pair
> disable-gpu | Boolean | True
**Method 2:**
SSDT-GPU-DISABLE.aml
DefinitionBlock ("", "SSDT", 2, "DRTNIA", "spoof", 0x00000000)
{
External (_SB_.PC00.PEG1.PEGP, DeviceObj)
Method (_SB.PC00.PEG1.PEGP._DSM, 4, NotSerialized) // _DSM: Device-Specific Method
{
If ((!Arg2 || (_OSI ("Darwin") == Zero)))
{
Return (Buffer (One)
{
0x03 // .
})
}
Return (Package (0x0A)
{
"name",
Buffer (0x09)
{
"#display"
},
"IOName",
"#display",
"class-code",
Buffer (0x04)
{
0xFF, 0xFF, 0xFF, 0xFF // ....
},
"vendor-id",
Buffer (0x04)
{
0xFF, 0xFF, 0x00, 0x00 // ....
},
"device-id",
Buffer (0x04)
{
0xFF, 0xFF, 0x00, 0x00 // ....
}
})
}
}
**Additional notes:**
1. Both methods are given in the [Dortania guide](https://dortania.github.io/OpenCore-Install-Guide/extras/spoof.html#windows-gpu-selection). However, there is a second version of the instructions for the [Method 2](https://github.com/dortania/Getting-Started-With-ACPI/blob/master/Desktops/desktop-disable.md) that mentions changing parts of the path, but it neither provides any explanation why nor does it provide enough examples of changes to deconstruct the logic behind the changes.
2. The second link uses this line:
If ((!Arg2 || (_OSI ("Darwin") == Zero)))
As well as includes this code at the end:
"vendor-id",
Buffer (0x04)
{
0xFF, 0xFF, 0x00, 0x00
},
"device-id",
Buffer (0x04)
{
0xFF, 0xFF, 0x00, 0x00
Whereas the first link does not include "== Zero" or the "vendor-id" and "device-id" parts.
So, for anyone knowledgeable, please let me know if what I've done is correct.
https://redd.it/1o4bm55
@r_hackintosh
I've tried a few methods to disable the GPU, but since I haven't had any success with my installation attempts, I have no idea if what I did was correct. So, I'm leaving it here for review.
First, the **location path** data from Windows Device Manager:
`AMD Radeon RX 9070 XT`
`PCIROOT(0)#PCI(0100)#PCI(0000)#PCI(0000)#PCI(0000)`
`ACPI(_SB_)#ACPI(PC00)#ACPI(PEG1)#ACPI(PEGP)#PCI(0000)#PCI(0000)`
**Method 1:**
ProperTree > config.plist > Root > DeviceProperties > Add >
PciRoot(0x1)/Pci(0x1,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0) | Dictionary | 1 key/value pair
> disable-gpu | Boolean | True
**Method 2:**
SSDT-GPU-DISABLE.aml
DefinitionBlock ("", "SSDT", 2, "DRTNIA", "spoof", 0x00000000)
{
External (_SB_.PC00.PEG1.PEGP, DeviceObj)
Method (_SB.PC00.PEG1.PEGP._DSM, 4, NotSerialized) // _DSM: Device-Specific Method
{
If ((!Arg2 || (_OSI ("Darwin") == Zero)))
{
Return (Buffer (One)
{
0x03 // .
})
}
Return (Package (0x0A)
{
"name",
Buffer (0x09)
{
"#display"
},
"IOName",
"#display",
"class-code",
Buffer (0x04)
{
0xFF, 0xFF, 0xFF, 0xFF // ....
},
"vendor-id",
Buffer (0x04)
{
0xFF, 0xFF, 0x00, 0x00 // ....
},
"device-id",
Buffer (0x04)
{
0xFF, 0xFF, 0x00, 0x00 // ....
}
})
}
}
**Additional notes:**
1. Both methods are given in the [Dortania guide](https://dortania.github.io/OpenCore-Install-Guide/extras/spoof.html#windows-gpu-selection). However, there is a second version of the instructions for the [Method 2](https://github.com/dortania/Getting-Started-With-ACPI/blob/master/Desktops/desktop-disable.md) that mentions changing parts of the path, but it neither provides any explanation why nor does it provide enough examples of changes to deconstruct the logic behind the changes.
2. The second link uses this line:
If ((!Arg2 || (_OSI ("Darwin") == Zero)))
As well as includes this code at the end:
"vendor-id",
Buffer (0x04)
{
0xFF, 0xFF, 0x00, 0x00
},
"device-id",
Buffer (0x04)
{
0xFF, 0xFF, 0x00, 0x00
Whereas the first link does not include "== Zero" or the "vendor-id" and "device-id" parts.
So, for anyone knowledgeable, please let me know if what I've done is correct.
https://redd.it/1o4bm55
@r_hackintosh
Hackintosh with macOS Tahoe – System Keeps Forgetting Password?
Hey everyone,
I recently built a Hackintosh and installed macOS Tahoe (26.0). The installation went smoothly, but I’m running into a strange issue: every time I reboot, the system seems to forget the password I set during setup. I’m 100% sure I’m typing it correctly, but it just won’t accept it after a restart.
Has anyone else experienced this with Tahoe? Could it be related to FileVault 2 or OpenCore settings? I’ve already tried resetting the password via recovery, but the issue keeps coming back.
Any ideas or workarounds would be greatly appreciated!
https://redd.it/1o4hytg
@r_hackintosh
Hey everyone,
I recently built a Hackintosh and installed macOS Tahoe (26.0). The installation went smoothly, but I’m running into a strange issue: every time I reboot, the system seems to forget the password I set during setup. I’m 100% sure I’m typing it correctly, but it just won’t accept it after a restart.
Has anyone else experienced this with Tahoe? Could it be related to FileVault 2 or OpenCore settings? I’ve already tried resetting the password via recovery, but the issue keeps coming back.
Any ideas or workarounds would be greatly appreciated!
https://redd.it/1o4hytg
@r_hackintosh
Reddit
From the hackintosh community on Reddit
Explore this post and more from the hackintosh community
Windowserver process intermittently consumes excessive CPU usage.
https://redd.it/1o4hlu7
@r_hackintosh
https://redd.it/1o4hlu7
@r_hackintosh
Finally got it working after years — few questions about older macOS versions
Hey everyone,
I tried getting Tahoe to work about 7–10 years ago back in the Clover days, but it was such a pain that I eventually gave up. My brother actually managed to get it running on his laptop back then, but I never had much luck.
This time around I decided to give it another shot and it worked with the first try Using OpenCore and following the Dortania guide made the process was east. Everything seems to be working fine now apart from:
**Specs:**
* Core i3-9100F
* 16 GB RAM
* RX 580 8 GB
* 1 TB SSD
* Asus ROG B360-I
No kernel panics, no crashes — it just works. The only thing that’s not working is **AirDrop**, which I’m guessing is because of my Intel Wi-Fi card. Bluetooth works fine though (I can connect my keyboard without issues).
So my question is:
Since I don’t really want to buy an external adapter, would it make sense to install an **older version of macOS** instead? If so, which version would be best for my setup?
I mainly use macOS for browsing and work-related stuff, and I’ve got Windows on dual boot for everything else.
This is my first time posting here, so let me know if I missed any details.
https://redd.it/1o4j26y
@r_hackintosh
Hey everyone,
I tried getting Tahoe to work about 7–10 years ago back in the Clover days, but it was such a pain that I eventually gave up. My brother actually managed to get it running on his laptop back then, but I never had much luck.
This time around I decided to give it another shot and it worked with the first try Using OpenCore and following the Dortania guide made the process was east. Everything seems to be working fine now apart from:
**Specs:**
* Core i3-9100F
* 16 GB RAM
* RX 580 8 GB
* 1 TB SSD
* Asus ROG B360-I
No kernel panics, no crashes — it just works. The only thing that’s not working is **AirDrop**, which I’m guessing is because of my Intel Wi-Fi card. Bluetooth works fine though (I can connect my keyboard without issues).
So my question is:
Since I don’t really want to buy an external adapter, would it make sense to install an **older version of macOS** instead? If so, which version would be best for my setup?
I mainly use macOS for browsing and work-related stuff, and I’ve got Windows on dual boot for everything else.
This is my first time posting here, so let me know if I missed any details.
https://redd.it/1o4j26y
@r_hackintosh
Reddit
From the hackintosh community on Reddit
Explore this post and more from the hackintosh community
Airportitlwm on tahoe 26.0.1
Can someone tell me is it possible to make it work rn im using itlwm with heliport
https://redd.it/1o4ib2p
@r_hackintosh
Can someone tell me is it possible to make it work rn im using itlwm with heliport
https://redd.it/1o4ib2p
@r_hackintosh
Reddit
From the hackintosh community on Reddit
Explore this post and more from the hackintosh community
Unable to connect to iCloud
I’m using an android device paired with AtherosE2200 kext for internet on Sequoia, I’m able to log in into the AppStore but nowhere else, everything else works, I know that nullethernet worked but I’m not able to find an install, is there any other way? Thanks in advance
(I’m sorry if there’s any information missing or if the post doesn’t abide by any rules as I’m not really used to making posts)
https://redd.it/1o4migy
@r_hackintosh
I’m using an android device paired with AtherosE2200 kext for internet on Sequoia, I’m able to log in into the AppStore but nowhere else, everything else works, I know that nullethernet worked but I’m not able to find an install, is there any other way? Thanks in advance
(I’m sorry if there’s any information missing or if the post doesn’t abide by any rules as I’m not really used to making posts)
https://redd.it/1o4migy
@r_hackintosh
Reddit
From the hackintosh community on Reddit
Explore this post and more from the hackintosh community
Doesn't Restart
I have an Acer Aspire E5-575-33BM that I installed Ventura on and I have everything working except restart and unsupported Wifi and Bluetooth.
CPU: Intel i3 7100U
GPU: HD 620
RAM: 4GB
Motherboard/Laptop Make and Model: Acer Aspire E5-575-33BM
Audio Codec: Realtek ALC255
Ethernet Card: Atheros QCA9277
Wifi/BT Card: N/A
BIOS revision: 1.23
https://redd.it/1o4ooyl
@r_hackintosh
I have an Acer Aspire E5-575-33BM that I installed Ventura on and I have everything working except restart and unsupported Wifi and Bluetooth.
CPU: Intel i3 7100U
GPU: HD 620
RAM: 4GB
Motherboard/Laptop Make and Model: Acer Aspire E5-575-33BM
Audio Codec: Realtek ALC255
Ethernet Card: Atheros QCA9277
Wifi/BT Card: N/A
BIOS revision: 1.23
https://redd.it/1o4ooyl
@r_hackintosh
Reddit
From the hackintosh community on Reddit
Explore this post and more from the hackintosh community
Tahoe 26.0.1 on my custom build!
https://preview.redd.it/blr7k1g2youf1.png?width=2560&format=png&auto=webp&s=8999ac051db4f49e23eaac42c79f3072ee21ec80
my rig! sometime i do graphics designing job on this os too, went pretty smoothly so far \(altho i still prefer using windows x\)\)
SPEC:
\----
CPU: i5-12400
GPU: MSI RX 6600XT 8GB OC
MOBO: ASUS Prime B760M-A D4
RAM: 2x 16GB DDR4 3200MHz
OS: Triple boot W11/Tahoe and Archcraft on a single drive 1TB Kingston nv2 m.2 NVME
\----
just recently upgraded from sequoia to tahoe :)
what's working: audio, ethernet
Problem:
\+ no wifi/bluetooth: no problem cause i have ethernet
\+ sleep doesn't really working, it did sleep but upon waking up it stays black screen and forced to restart. any solution is much appreciated!
https://redd.it/1o4qmhq
@r_hackintosh
https://preview.redd.it/blr7k1g2youf1.png?width=2560&format=png&auto=webp&s=8999ac051db4f49e23eaac42c79f3072ee21ec80
my rig! sometime i do graphics designing job on this os too, went pretty smoothly so far \(altho i still prefer using windows x\)\)
SPEC:
\----
CPU: i5-12400
GPU: MSI RX 6600XT 8GB OC
MOBO: ASUS Prime B760M-A D4
RAM: 2x 16GB DDR4 3200MHz
OS: Triple boot W11/Tahoe and Archcraft on a single drive 1TB Kingston nv2 m.2 NVME
\----
just recently upgraded from sequoia to tahoe :)
what's working: audio, ethernet
Problem:
\+ no wifi/bluetooth: no problem cause i have ethernet
\+ sleep doesn't really working, it did sleep but upon waking up it stays black screen and forced to restart. any solution is much appreciated!
https://redd.it/1o4qmhq
@r_hackintosh
This should hopefully work…
does this guide still work? can I use preconfigured efi and preconfigured config
https://redd.it/1o4rs65
@r_hackintosh
does this guide still work? can I use preconfigured efi and preconfigured config
https://redd.it/1o4rs65
@r_hackintosh
Reddit
From the hackintosh community on Reddit
Explore this post and more from the hackintosh community
I can't see internal disks in the MacOS installer disk utility.
I can't see internal disks and partitions In the MacOS Ventura Installer.I can't even see them In the disk utility.Please help me.I'm trying to solve this for 2 days.Greetings.
https://redd.it/1o4vmsy
@r_hackintosh
I can't see internal disks and partitions In the MacOS Ventura Installer.I can't even see them In the disk utility.Please help me.I'm trying to solve this for 2 days.Greetings.
https://redd.it/1o4vmsy
@r_hackintosh
Reddit
From the hackintosh community on Reddit
Explore this post and more from the hackintosh community
iOS Idea
Is it possible to install iOS on ANY phone?
Sounds crazy and naive I know, but with how easy it is to Hackintosh things thanks to OpenCore, I was just wondering if it’s possible to do essentially the same thing but for mobiles.
Found a thread in this sub but it was from 7 years ago so I’ve wondered if times have changed?
https://redd.it/1o50qb1
@r_hackintosh
Is it possible to install iOS on ANY phone?
Sounds crazy and naive I know, but with how easy it is to Hackintosh things thanks to OpenCore, I was just wondering if it’s possible to do essentially the same thing but for mobiles.
Found a thread in this sub but it was from 7 years ago so I’ve wondered if times have changed?
https://redd.it/1o50qb1
@r_hackintosh
Reddit
From the hackintosh community on Reddit
Explore this post and more from the hackintosh community
Help please just look for 2 min
I am downloading hackintosh on a pc and i am on the OpCore step where i need a hardware report but my other pc doesnt have any OS installed on it so i cant make a hardware report so can i just use the hardware report of my laptop for the pc hackintosh.
https://redd.it/1o53xkq
@r_hackintosh
I am downloading hackintosh on a pc and i am on the OpCore step where i need a hardware report but my other pc doesnt have any OS installed on it so i cant make a hardware report so can i just use the hardware report of my laptop for the pc hackintosh.
https://redd.it/1o53xkq
@r_hackintosh
Reddit
From the hackintosh community on Reddit
Explore this post and more from the hackintosh community