Live data from Hacker News

OpenCore bootloader – open-sourced Apple UEFI drivers, enabling Hackintosh

github.com

121–130 of 216 posts

Re: OpenCore bootloader – open-sourced Apple UEFI drivers, enabling Hackintosh

#121
post #74

Hackintoshes are very stable if: - You buy the right hardware. Intel CPU and AMD GPU. Choose Ryzen if you like those and like tinkering and hacking on your OS a lot. And no, it's very unlikely your Nvidia GPU will ever work with a recent macOS. - You use the vanilla method of macOS install. The dortania guides along with /r/hackintosh are all you need. Avoid tonymacx86, insanelymac, and any software with the word "be…

Damn, this is a buzzkill for me. I just built a new computer a month ago and was hoping to get a Hackintosh setup working but didn't do much research into it beforehand. Why will Nvidia GPUs never work? Because they won't publish open source drivers to work off of?

Re: OpenCore bootloader – open-sourced Apple UEFI drivers, enabling Hackintosh

#122
post #119
post #74

Hackintoshes are very stable if: - You buy the right hardware. Intel CPU and AMD GPU. Choose Ryzen if you like those and like tinkering and hacking on your OS a lot. And no, it's very unlikely your Nvidia GPU will ever work with a recent macOS. - You use the vanilla method of macOS install. The dortania guides along with /r/hackintosh are all you need. Avoid tonymacx86, insanelymac, and any software with the word "be…

I've stopped playing with these around 10.5 - I had some unsolvable issues with my Radeon x1600 back then; OS updating was also somehow broken; the one of most popular "distributions" of 10.4 was most reliable on my hardware. I haven't touched Hackintosh world since then. I know it's obviously impossible that Apple would ever enter PC market with MacOS but damn, that would be great.

It has gotten better in recent years. No one uses "distributions" anymore (or at least, if they do, its very misguided). Point-release updates almost always work fine if you set up the machine right—in fact, I've never had a problem from a point release update during a decade of Hackintosh use.

Re: OpenCore bootloader – open-sourced Apple UEFI drivers, enabling Hackintosh

#123
post #79
post #74

Hackintoshes are very stable if: - You buy the right hardware. Intel CPU and AMD GPU. Choose Ryzen if you like those and like tinkering and hacking on your OS a lot. And no, it's very unlikely your Nvidia GPU will ever work with a recent macOS. - You use the vanilla method of macOS install. The dortania guides along with /r/hackintosh are all you need. Avoid tonymacx86, insanelymac, and any software with the word "be…

Dont use Ryzen, virtualization does not work, including Docker and some other apps like Adobe ones are buggy. Other than that I agree. I made a hackintosh a month ago for half the price of what I would need to pay Apple and it is rock solid. Everything works including all wireless features like sidecar, airdrop, etc. Sleep, thunderbold, rx5700xt, everything is working well.

This is only if you use a vanilla kernel, right? (Which of course has its own advantages, since with a custom kernel updating is guaranteed to be a pain.)

Re: OpenCore bootloader – open-sourced Apple UEFI drivers, enabling Hackintosh

#124
post #74

Hackintoshes are very stable if: - You buy the right hardware. Intel CPU and AMD GPU. Choose Ryzen if you like those and like tinkering and hacking on your OS a lot. And no, it's very unlikely your Nvidia GPU will ever work with a recent macOS. - You use the vanilla method of macOS install. The dortania guides along with /r/hackintosh are all you need. Avoid tonymacx86, insanelymac, and any software with the word "be…

Damn, this is a buzzkill for me. I just built a new computer a month ago and was hoping to get a Hackintosh setup working but didn't do much research into it beforehand. Why will Nvidia GPUs never work? Because they won't publish open source drivers to work off of?

Because Apple computers don't use nVidia cards, and nVidia no longer makes their own Mac drivers (as they did until recently). Porting the Linux driver would be a massive amount of effort, even if nVidia was more open.

If you have a slightly older nVidia GPU (1000 series or older), it will work in High Sierra via nVidia's in-house drivers. But you will never be able to upgrade past High Sierra.

Re: OpenCore bootloader – open-sourced Apple UEFI drivers, enabling Hackintosh

#125

Earlier quoted context omitted.

I've been tempted before but am super wary of the fact I may suddenly become stuck on a certain version of macOS because updating it breaks everything. I imagine you're knowledgeable as you've built one - is that a genuine risk? Or do all versions become hackable eventually?

I'm not the person you replied to but I've used hackintoshes since the Snow Leopard days. Generally if you set it up properly as was described at the beginning of this thread minor updates will work fine without any user input. Some major updates will be the same, with others you might end up needing to change some kexts to fix audio or wifi but it'll generally boot. With major updates that change a lot you might be…

I wonder how soon we'll see ARM64 based Hackintosh builds. Like on a Raspberry Pi 4 or one of those ThunderX2 workstations.

Re: OpenCore bootloader – open-sourced Apple UEFI drivers, enabling Hackintosh

#126
post #54

Earlier quoted context omitted.

Gaming on a Mac will never be a first class citizen. Just go PC

And with WSL, Windows is also now the best desktop computing environment for Unix hacking.

Eh... I'll have to try it but wont' be easy to give up Linux.

Re: OpenCore bootloader – open-sourced Apple UEFI drivers, enabling Hackintosh

#127
post #88

Earlier quoted context omitted.

Having done dev on OSX you are going to be constantly fighting the machine. Apple is worse about walled gardens than MS is. With Apple, you need to do exactly what they want or you will have pain.

My experience is the exact opposite - but we're probably looking for different things. That walled garden approach is why, in my opinion, the OS feels as good as it does. MacOS feels like a mature operating system that Apple have created with restraint and control - where to me Windows feels like a piece of legacy enterprise software with a shiny UI. If I wanted out of a walled garden, there's no way it'd be to a non…

> MacOS feels like a mature operating system that Apple have created with restraint and control - where to me Windows feels like a piece of legacy enterprise software with a shiny UI.

Quibble, I don't think this has to do with being a walled garden—or at least, I think you may be using the term in a different way than I generally think of it. Apple could have much better legacy support and an equally well designed OS.

Some older applications might look out of place, but that's preferable to not letting them run at all—you can still choose to stick with newer software and have the same experience. Alternately, Apple could stop overhauling the OS's visual design for no reason every seven years...

Re: OpenCore bootloader – open-sourced Apple UEFI drivers, enabling Hackintosh

#128
post #97

Earlier quoted context omitted.

My entire C/C++ development cycle. I haven't touched it in years because of this. If what you want to do is bang out a GUI in Xcode you'll have a pretty good time, if instead you want to interact with your hardware or other software in ways Apple didn't predict then you're probably just not going to be able to do it. I can accept that this works for most people. They don't want to mess with the UI and want to "solve…

Have you looked into Macports (or Homebrew) at all? At the command-line level macOS is really quite like other Unix systems, once you install a bit of standard tooling. The semi-exception where I occasionally run into problems is TCC. It's usually not a bother on the command line, but starting with Mojave it can occasionally interfere. But, since Mojave came out in late 2018, if you haven't touched macOS in years you…

Yes, I used homebrew extensively. It helps but does not solve every problem. There's still things Apple does not want you to do and you will not do them.

Re: OpenCore bootloader – open-sourced Apple UEFI drivers, enabling Hackintosh

#129
post #24

Earlier quoted context omitted.

macOS isn't exactly perfect, but I don't know any other desktop operating system that comes even close to macOS in terms of polish and user experience. I understand that Microsoft can't just redesign Windows over night, but I also fail to understand why Windows isn't better. Better as in more consistent and more responsive. As much as I like to consider other operating systems, the reality is that I don't want the ha…

Are you primarily a mac OS user? I am primarily a Windows user and when I occasionally have to use mac OS, I find myself regularly facing many seemingly inconsistent behaviors that really surprise me. I'm inclined to think it is a matter of familiarity more than anything.

Counter: I grew up with Windows, using Macs only occasionally in stores and such. Never really liked Windows. Tried Linux for a year when I was 12 or so, ended up coming back to Windows.

When I was 16 I decided to Hackintosh my Dell and absolutely fell in love with Snow Leopard. I've used OS X in some form ever since.

Re: OpenCore bootloader – open-sourced Apple UEFI drivers, enabling Hackintosh

#130
As someone who used to do this myself, I don't quite understand why people still go through all the effort to run macOS. In the past I've built Hackintoshes on desktops and laptops, and it was fun to accomplish (audio through HDMI was especially tricky!), but in the end it was slower, less stable, and not nearly as useful as running Linux on the same hardware. I run Linux on everything these days.

What's the draw? Better off buying a mac if you want the "Apple Experience" anyway. If you don't, I don't imagine why you'd want anything to do with this.

Post reply on HN