Jump to content
8755 posts in this topic

Recommended Posts

@deeveedee @Slice Well, if you use Grep SMbus, you get all sorts of other matches as well, like VoodooSMBUS if you use a trackpad…

 

   58    4 0xffffff8002f68000 0xffe      0xffe      com.apple.iokit.IOSMBusFamily (1.1) 02901024-7468-311C-98A7-896350D03A80 <7 6 3>
   91    1 0xffffff8004e58000 0x18000    0x18000    de.leo-labs.VoodooSMBus (3.0) C7EA611A-7A6E-3210-800F-79585B09468C <17 7 6 3>
   94    0 0xffffff8004e70000 0xf000     0xf000     com.1Revenger1.RMISMBus (1.0) 1C98C210-E89C-33DF-9DD7-36058B9AB6AC <93 91 16 7 6 3>
  146    1 0xffffff7f9589d000 0x6ffd     0x6ffd     com.apple.driver.AppleSMBusController (1.0.18d1) 18305D5D-1310-37BC-B654-6C034FD346E7 <58 17 16 7 6 3>

 

That's why I don't use it.

3 hours ago, cankiulascmnfye said:

@deeveedee @Slice Well, if you use Grep SMbus, you get all sorts of other matches as well, like VoodooSMBUS if you use a trackpad…

 

   58    4 0xffffff8002f68000 0xffe      0xffe      com.apple.iokit.IOSMBusFamily (1.1) 02901024-7468-311C-98A7-896350D03A80 <7 6 3>
   91    1 0xffffff8004e58000 0x18000    0x18000    de.leo-labs.VoodooSMBus (3.0) C7EA611A-7A6E-3210-800F-79585B09468C <17 7 6 3>
   94    0 0xffffff8004e70000 0xf000     0xf000     com.1Revenger1.RMISMBus (1.0) 1C98C210-E89C-33DF-9DD7-36058B9AB6AC <93 91 16 7 6 3>
  146    1 0xffffff7f9589d000 0x6ffd     0x6ffd     com.apple.driver.AppleSMBusController (1.0.18d1) 18305D5D-1310-37BC-B654-6C034FD346E7 <58 17 16 7 6 3>

 

That's why I don't use it.

So, there are some influence on SMBus from third party drivers in your case.

I have Z170

Password:
Executing: /usr/bin/kmutil showloaded
No variant specified, falling back to release
   64    2 0xffffff8002f68000 0xffe      0xffe      com.apple.iokit.IOSMBusFamily (1.1) 02901024-7468-311C-98A7-896350D03A80 <7 6 3>
  108    1 0xffffff7f9589d000 0x6ffd     0x6ffd     com.apple.driver.AppleSMBusController (1.0.18d1) 18305D5D-1310-37BC-B654-6C034FD346E7 <64 17 16 7 6 3>
  145    0 0xffffff7f958a9000 0x1000     0x1000     com.apple.driver.AppleSMBusPCI (1.0.14d1) 3B3CBC6F-07BD-3D7E-9F2F-D738A31C290D <17 7 6 3>
sergey@iMac CloverBootloader % 

Screenshot 2023-07-12 at 21.43.53.png

I have a general question that is not exclusively related to OC but here goes:

 

I am trying to completely disable SIP.  I am using the csr-active-config FF0F0000.  When I run csrutil status, I get this:

mnfesq@HPEnvy17 ~ % csrutil status
System Integrity Protection status: unknown (Custom Configuration).

Configuration:
	Apple Internal: disabled
	Kext Signing: disabled
	Filesystem Protections: disabled
	Debugging Restrictions: disabled
	DTrace Restrictions: disabled
	NVRAM Protections: disabled
	BaseSystem Verification: disabled

This is an unsupported configuration, likely to break in the future and leave your machine in an unknown state.

This "custom configuration" appears to me to disable all of SIP's functions but I cannot get csrutil to recognize SIP as disabled.  Is there a different csr-active-config I can use that makes that happen?  Am I better off using csr-active-config 00000000 and then disabling SIP in recovery mode like Mac users do? Suggestions appreciated.

21 hours ago, mnfesq said:

When I run csrutil status, I get this:
 

This is an unsupported configuration

This explains why you get an "unknown" status when you use csrutil to query SIP status.

Edited by deeveedee

Well I Finally Found An EFI Folder That Works 😃

GoodBye Clover, It's Been A Wild Ride 😇

Boy Is OC Fast, Good Job Developers

Edited by STLVNUB
  • Like 2
8 hours ago, deeveedee said:

This explains why you get an "unknown" status when you use csrutil to query SIP status.

 

I finally found the csr-active-config that disables SIP completely.  Thank you @miliuco.

 

 

Edited by mnfesq
6 hours ago, pananning said:

Hi all, in the second stage of booting, it gets stuck at about halfway down the progress bar for 3 to 4 minutes, guessing that the SATA mechanical hard disk is causing the problem, how do I shield the SATA mechanical hard disk?

 

If you think that the culprit is SATA HDD, unplug the power or/and SATA cable on it during the installation.

On 7/19/2023 at 10:31 AM, pananning said:

Hi all, in the second stage of booting, it gets stuck at about halfway down the progress bar for 3 to 4 minutes, guessing that the SATA mechanical hard disk is causing the problem, how do I shield the SATA mechanical hard disk?


I would advise a little further investigation first. You mention “second stage of booting”, have you tried a verbose boot?

 

The easiest method of verbose boot is to hold the Apple-CMD key and the V key at the OpenCore boot selector screen. Keep the keys pressed until the boot sequence starts. Instead of the usual Apple logo and progress bar, you should see the text console. The last few text lines are of interest when the progress “stalls”. It should give you some idea of where the issue occurs.

 

Use of the command keys is a feature in OpenCore. Your OpenCore config.plist file might need to be double-checked and/or edited to enable the keys. You only need to do this if you still get the graphical boot screens even if you have held the keys…

 

An alternative is to add the -v option to the boot-args string in the OpenCore config.plist. Edit the config.plist (using your favourite editor), find the boot-args string, add -v to the string (with a space). This will make MacOS boot into verbose mode without holding the keys. It is a semi-permanent change. To go back to the graphical boot progress, edit the config.plist file and remove the -v from the boot-args string….

 

Once you find out where the boot sequence stops, search the web for help…

 

It could be that the spinning disk is being checked by fsck, if so just be patient….

Edited by rthpjm
  • Like 1
On 7/28/2023 at 6:47 AM, cankiulascmnfye said:

I would think OCLP Python/GUI provides a solid foundation for this.

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.

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?

×
×
  • Create New...