Jump to content

OpenCore General Discussion


dgsga
8,888 posts in this topic

Recommended Posts

3 hours ago, cankiulascmnfye said:

Now that I have an iMac11,3 I see a few  optimizations for the Kernel/Add section of this config ;)

 

Any Dortania guys in here?

 

I have one iMac 11,3 also, from a week. I already order some upgrades. It is a very nice machine.

Link to comment
Share on other sites

I  want to boot Snow Leopard using newer Hardware,

OpenCore Does boot but it gets stuck on loading drivers.

Any Ideas Anyone.

Link to comment
Share on other sites

8 hours ago, CloverLeaf said:

 

That would be lovely!

But That's NOT The answer I'm looking for, thanks all the same

Link to comment
Share on other sites

12 hours ago, STLVNUB said:

 

I  want to boot Snow Leopard using newer Hardware,

OpenCore Does boot but it gets stuck on loading drivers.

Any Ideas Anyone.

What graphics card do you have compatible with Snow Leopard on newer hardware?

Link to comment
Share on other sites

Just now, Slice said:

What graphics card do you have compatible with Snow Leopard on newer hardware?

Rx 570 8GB

Link to comment
Share on other sites

20 minutes ago, STLVNUB said:

อาร์เอ็กซ์ 570 8GB

I'm afraid it's not compatible. I'm thinking maybe I need to find an older graphics card that supports it? For example, HD3870-4670 or follow this link https://www.nvidia.com/en-us/drivers/results/24947/ It is not possible to use a newer graphics card recognized by the OS. Or it might be possible to make your own special Kexts accordingly.

It is purely my personal opinion.

  • Like 1
Link to comment
Share on other sites

10 hours ago, cankiulascmnfye said:

Some of them are embedded (X3100) and some of them are AGP cards so can't be used on modern hardware.

I think Nvidia 7300 or 7600 is real to use. They work up to 10.7 Lion not more.

  • Like 1
Link to comment
Share on other sites

58 minutes ago, Slice said:

Some of them are embedded (X3100) and some of them are AGP cards so can't be used on modern hardware.

I think Nvidia 7300 or 7600 is real to use. They work up to 10.7 Lion not more.

 

@STLVNUB PCI Cards I have from around 2009/10 are:

  • NVIDIA GTS 250
  • Radeon HD 5450 (my iMac11,3 has a Radeon HD 5670 and I think I could install SL on it). The 2009 iMac definitely runs on SL and uses a Radeon HD 4850 You can get the Radeon Cards pretty cheap on ebay.

     

Edited by cankiulascmnfye
Link to comment
Share on other sites

12 hours ago, cankiulascmnfye said:

 

@STLVNUB PCI Cards I have from around 2009/10 are:

  • NVIDIA GTS 250
  • Radeon HD 5450 (my iMac11,3 has a Radeon HD 5670 and I think I could install SL on it). The 2009 iMac definitely runs on SL and uses a Radeon HD 4850 You can get the Radeon Cards pretty cheap on ebay.

     

Thanks for Your Input, But I Have A Hunch That My Current Video Card SHOULD Be Backwards Compatible, Will Find Out IF I Every Get It To Boot ;)

 

Link to comment
Share on other sites

On 8/8/2023 at 12:47 PM, cankiulascmnfye said:

I ran Tiger, Leopard, Snow Leopard, everything from 10.4 to 13.2 on a MacPro3,1 with GTX680 Mac Edition (UGA EFI driver). No acceleration until 10.7 or 10.8, but earlier Mac OS X versions can use the EFI framebuffer just fine. I don't know how well that works on a Hackintosh. Does it need UGA instead of GOP EFI driver? Does it need some Apple EFI protocol? I suppose that stuff can be added by OpenCore.

 

Edited by joevt
  • Like 1
Link to comment
Share on other sites

2 hours ago, Slice said:

Kepler will work with full acceleration since 10.7.5 up to 12.0beta6.

VESA mode is probably possible in all systems.

Yes, if VESA mode doesn't work well, the screen will be very slow.

Link to comment
Share on other sites

Is there another entry in addition to "PlatformInfo > Generic > SystemProductName" in Open Core's config.plist that defines the Mac Model name?  I ask, because when I run Open Core Legacy Patcher, it detects my hack as "Latitude E6410" even though my SystemProductName is defined as "MacBookPro6,2" in OC's config.plist.

 

If possible, I'd like to be able to configure something in my OC config.plist that makes OCLP detect the Mac Model name and not my laptop's actual model name.

 

I'm looking through OCLP source code now to figure this out, but if someone knows already, it would be a big time saver.  Thank you.

 

I executed the following commands in terminal and don't see why OCLP wouldn't detect my Mac Model:

 

ioreg -lp IOService | grep model   
    |   "model" = <"MacBookPro6,2">
ioreg -lp IOService | grep board-id
    |   "board-id" = <"Mac-F22586C8">

 

Edited by deeveedee
Link to comment
Share on other sites

Hi All

 

For my SSDT-USB-MAP, I need help to convert Droptables (Clover) to Opencore. I read configurations.pdf but I don't understand how.

 

<key>DropTables</key>
            <array>
                <dict>
                    <key>Signature</key>
                    <string>DMAR</string>
                </dict>
                <dict>
				<key>Signature</key>
				<string>MATS</string>
				</dict>
				<dict>
				<key>Length</key>
				<integer>11547</integer>
				<key>Signature</key>
				<string>SSDT</string>
				</dict>
            </array>

 

14 hours ago, deeveedee said:

Is there another entry in addition to "PlatformInfo > Generic > SystemProductName" in Open Core's config.plist that defines the Mac Model name?  I ask, because when I run Open Core Legacy Patcher, it detects my hack as "Latitude E6410" even though my SystemProductName is defined as "MacBookPro6,2" in OC's config.plist.

 

If possible, I'd like to be able to configure something in my OC config.plist that makes OCLP detect the Mac Model name and not my laptop's actual model name.

 

I'm looking through OCLP source code now to figure this out, but if someone knows already, it would be a big time saver.  Thank you.

 

I executed the following commands in terminal and don't see why OCLP wouldn't detect my Mac Model:

 

ioreg -lp IOService | grep model   
    |   "model" = <"MacBookPro6,2">
ioreg -lp IOService | grep board-id
    |   "board-id" = <"Mac-F22586C8">

 

 

Perhaps, CustomSampleConfig.plist can help you. There is a SMBIOS section.

  • Like 1
  • Thanks 1
Link to comment
Share on other sites

15 hours ago, deeveedee said:

Is there another entry in addition to "PlatformInfo > Generic > SystemProductName" in Open Core's config.plist that defines the Mac Model name?  I ask, because when I run Open Core Legacy Patcher, it detects my hack as "Latitude E6410" even though my SystemProductName is defined as "MacBookPro6,2" in OC's config.plist.

 

If possible, I'd like to be able to configure something in my OC config.plist that makes OCLP detect the Mac Model name and not my laptop's actual model name.

 

I'm looking through OCLP source code now to figure this out, but if someone knows already, it would be a big time saver.  Thank you.

 

I executed the following commands in terminal and don't see why OCLP wouldn't detect my Mac Model:

 

ioreg -lp IOService | grep model   
    |   "model" = <"MacBookPro6,2">
ioreg -lp IOService | grep board-id
    |   "board-id" = <"Mac-F22586C8">

 

There is also Serial Number which contains model code.

But probably OCLP looks in SMBIOS instead of IOReg.

  • Like 4
  • Thanks 1
Link to comment
Share on other sites

8 hours ago, miliuco said:

 

Im use two methods. It's better in Windows, but have to macOs too. 

 

XiaSL that fix red errors when compile your DSDT, and extract all tables too, and SSDTTime to drop ACPI tables for Opencore.

 

Nice user on Git Hub. Im fix my USB RHUB with his tutorial. Is the best for me. 

 

 

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...