Jump to content

Clover General discussion


ErmaC
29,866 posts in this topic

Recommended Posts

Preboot log is attached.

 

Looks like its almost there. You're the man :)

 

The only thing will be left is the dreadful CPU issue :)

Also just noticed this in preboot.log: The CPU not supported turbo, but I'm pretty sure it does.

 

This is what I was telling you about, the terminal crush and Geekbench showing No Value on the CPU architecture.

attachicon.gifTerminal_Geekbench.jpg

Impressive

Congratulations Slice

Link to comment
Share on other sites

@Slice

here is hibernate bug log.

Last login: Thu Oct 6 02:01:17 on console
Sherlocks-MacBook-Air:~ Supreme$ pmset -g
Active Profiles:
Battery Power 1
AC Power -1*
Currently in use:
standbydelay 10800
standby 1
womp 0
halfdim 1
hibernatefile /var/vm/sleepimage
powernap 1
networkoversleep 0
disksleep 10
sleep 1 (sleep prevented by iTunes, coreaudiod)
autopoweroffdelay 14400
hibernatemode 3
autopoweroff 1
ttyskeepawake 1
displaysleep 10
lidwake 1
Sherlocks-MacBook-Air:~ Supreme$



clover not detect RAM on my laptop in all clover version.

my laptop should has to input ram on smbios section in config.plist

if no ram info on smbios section, laptop is force reboot.


also i think it affects geekbench ram info. here is screenshot.

my laptop ram info with aida64 ram dump

My laptop has slot 1 on motherboard. Single channel
post-980913-0-22634000-1475687055_thumb.png


thanks in advance :)

add. my desktop has ram info bug. vendor can not detect in clover
you can check ScanSPD section in desktop log.

so i have to add info vendor "Samsung" on smbios section in config.plist

aida64 ram info.htm

Link to comment
Share on other sites

i have not had a chance to recreate the hibernation situation my system. hibernate mode 7 used to work for me. i have not tried to recover in sierra.  

 

in El Capitan, setting hibernatemode 7 means manually editing the plist files in /Library/Preferences/SystemConfiguration/com.apple.PowerManagement.plist as the pmset tool only accepts a few values.

 

from this log i see:

 

8:383  0:002  CurrentMode: Width=1920 Height=1080
8:386  0:002  Beginning FSInjection
8:393  0:007  PrepareHibernation:
8:396  0:002      read prefs \Library\Preferences\SystemConfiguration\com.apple.PowerManagement.plist status=Success
8:399  0:003      SleepImage name from pref: ImageVolume = 'Macintosh SSD', ImageName = '\private\var\vm\sleepimage'
8:402  0:002      returning previously calculated offset: 2A8E837000
8:404  0:002   SleepImageOffset: 2A8E837000

 

 

but now in Sierra the plist file(s) seem to be moved to /Library/Preferences

$ ls -l /Library/Preferences/*PowerManage* /Library/Preferences/SystemConfiguration/*PowerManage*
-rw-r--r--  1 root  wheel  1965 Jul 25 08:11 /Library/Preferences/SystemConfiguration/com.apple.PowerManagement.plist~previous
-rw-r--r--  1 root  wheel   287 Oct  5 09:33 /Library/Preferences/com.apple.PowerManagement.3759A000-6E97-545E-BBBC-E88DB235CB34.plist
-rw-r--r--  1 root  wheel   297 Oct  5 09:33 /Library/Preferences/com.apple.PowerManagement.plist

see 2nd file below

$ /usr/libexec/PlistBuddy -c print /Library/Preferences/com.apple.PowerManagement.plist
Dict {
    Battery Power = Dict {
        Display Sleep Uses Dim = 1
        Display Sleep Timer = 3
        ReduceBrightness = 1
        System Sleep Timer = 15
        Disk Sleep Timer = 10
    }
    SystemPowerSettings = Dict {
        Update DarkWakeBG Setting = true
    }
    AC Power = Dict {
        Display Sleep Uses Dim = 1
        Display Sleep Timer = 20
        Disk Sleep Timer = 0
        Wake On LAN = 1
        System Sleep Timer = 0
    }
}

$ /usr/libexec/PlistBuddy -c print /Library/Preferences/com.apple.PowerManagement.3759A000-6E97-545E-BBBC-E88DB235CB34.plist
Dict {
    Battery Power = Dict {
        Wake On Clamshell Open = 1
        Hibernate Mode = 0
        Standby Delay = 4200
        TTYSPreventSleep = 1
        Hibernate File = /var/vm/sleepimage
        Standby Enabled = 0
    }
    AC Power = Dict {
        Hibernate Mode = 0
        Wake On Clamshell Open = 1
        PrioritizeNetworkReachabilityOverSleep = 0
        Standby Delay = 4200
        TTYSPreventSleep = 1
        Hibernate File = /var/vm/sleepimage
        Standby Enabled = 0
    }
}
Link to comment
Share on other sites

It's OEM and if rumors to be true thats the CPU that Apple might be using on the higher end BTO on the new Mac Pros.

 

Here is the darwin dump as you asked. Also just in case I'm attaching CPU and ACPI dumps from Linux, x86infoCPU is interesting it shows 120 APICs.

 

On the side note, the hyper threading is not the only thing that causes panic, activating x2apic trows the system into panic with and without hyper threading.

 

 

 

 

You seems have an beta-CPU, not documented

attachicon.gifScreen Shot 2016-10-05 at 14.07.40.png


Can you make full DarwinDumper report without BIOS, without html, archive LZMA?

 


 

 

46:908  0:002  Found ACPI CPU: CP00 | CP01 | CP02 | CP03 | CP04 | CP05 | CP06 | CP07 | CP08 | CP09 | CP0A | CP0B | CP0C | CP0D | CP0E | CP0F | CP10 | CP11 | CP12 | CP13 | CP14 | CP15 | CP16 | CP17 | CP18 | CP19 | CP1A | CP1B | CP1C | CP1D | CP1E | CP1F , within the score: _SB_SCK0

 

 

 

 

 

I have the same thing BUT, look at the image, ACPI CPU in the DSDT goes all the way up to the CP2F (47?) and I've got 4 SCK's

 

post-6786-0-32677400-1475698974_thumb.jpg

DarwinDumper_3.0.1_05.10_11.48.44_MacPro6,1_AMI_X64_3790_Sierra_16A323_balamut.tar.lzma.zip

UbuntuDumps.zip

Link to comment
Share on other sites

@Slice

 

Bravo! 

Clover Version 3791 fixed the sleep issues (instant wake from sleep on a GA Z97XUD5H, which could be fixed with a dsdt patch). This patch (removing method (_prw from usb audio and lan devices)is not needed anymore. Thanks

  • Like 2
Link to comment
Share on other sites

Hey Slice! Thank you for the response! 

 

Fri Oct  7 14:31:40.793 Info: <airportd[59]> __42-[WiFiLocaleManager initWithXPCSubsystem:]_block_invoke: Locale timer fired

Fri Oct  7 14:31:40.793 Info: <airportd[59]> -[WiFiLocaleManager checkLocale]: Location services disabled or Wi-Fi is turned off, set locale to default

Fri Oct  7 14:31:40.793 Info: <airportd[59]> -[WiFiLocaleManager setRegulatoryDomain:]: Current locale: <>, new locale: <> (<> implies default cc)

Fri Oct  7 14:31:40.793 Info: <airportd[59]> -[WiFiLocaleManager setRegulatoryDomain:]: Locale has not changed, no need to set regulatory domain

Fri Oct  7 14:32:12.568 IPC: <airportd[59]> INVALIDATED WIFI AGENT [WiFiAgent (pid=570, euid=501, egid=20)]

Fri Oct  7 14:32:12.989 IPC: <airportd[59]> INVALIDATED XPC CLIENT CONNECTION [WiFiProxy (pid=525, euid=501, egid=20)]

Fri Oct  7 14:32:15.162 <airportd[59]> _SC_callback: Changed keys = { 'State:/Users/ConsoleUser' }

Fri Oct  7 14:32:15.162 SC: <airportd[59]> airportdProcessSystemConfigurationEvent: Processing 'State:/Users/ConsoleUser'

Fri Oct  7 14:32:15.163 AutoJoin: <airportd[59]> no user logged in

Fri Oct  7 14:33:43.593 ***Starting Up***

Fri Oct  7 14:33:44.660 <airportd[59]> BluetoothCoexistenceInitialize: Registered for clamshell state notifications

Fri Oct  7 14:33:44.660 <airportd[59]> BluetoothCoexistenceInitialize: Registered for bluetooth audio notifications

Fri Oct  7 14:33:44.661 <airportd[59]> BluetoothCoexistenceInitialize: Registered for bluetooth status notifications

Fri Oct  7 14:43:53.251 <airportd[59]> _interfaceAdded: utun0 added.

Link to comment
Share on other sites

Hi devs, I'm a translator working from the zetam.pootle.org website and just now tried to improve some lines but couldn't update nor commit my changes. This is the error when I press "update all from VCS":

Failed to update from version control: [SVN] Subversion error running '['svn', 'update', u'/var/www/pootle/env/lib/python2.6/site-packages/pootle/repos/clover']': svn: E155004: Working copy '/var/www/pootle/env/lib/python2.6/site-packages/pootle/repos/clover' locked. svn: E155004: '/var/www/pootle/env/lib/python2.6/site-packages/pootle/repos/clover' is already locked. svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)

And with "commit all to VCS":

Failed to commit to version control: [SVN] Error running SVN command '['svn', 'add', '-q', '--non-interactive', '--force', '--parents', u'/var/www/pootle/env/lib/python2.6/site-packages/pootle/repos/clover/es.po']': svn: E155004: Working copy '/var/www/pootle/env/lib/python2.6/site-packages/pootle/repos/clover' locked. svn: E155004: '/var/www/pootle/env/lib/python2.6/site-packages/pootle/repos/clover' is already locked. svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)

Can someone take a look at this please? Thanks in advance!

Link to comment
Share on other sites

Hi folks,

 

Could I please ask you advice about NVRAM and allowing Clover to save it to disk via the "Save NVRAM contents to disk" setting in the Clover System Preferences.

 

My systems NVRAM works ok without using this setting but occasionally it throws a wobbly and appears to loose it which causes things like Messages and FaceTime to reset, if I had the setting enabled would it use that saved NVRAM as a backup and if so should I use the "Auto" or "Always" option?

 

 

Thanks for any advice  :thumbsup_anim:

Link to comment
Share on other sites

Hi devs, I'm a translator working from the zetam.pootle.org website and just now tried to improve some lines but couldn't update nor commit my changes. This is the error when I press "update all from VCS":

Failed to update from version control: [SVN] Subversion error running '['svn', 'update', u'/var/www/pootle/env/lib/python2.6/site-packages/pootle/repos/clover']': svn: E155004: Working copy '/var/www/pootle/env/lib/python2.6/site-packages/pootle/repos/clover' locked. svn: E155004: '/var/www/pootle/env/lib/python2.6/site-packages/pootle/repos/clover' is already locked. svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)

And with "commit all to VCS":

Failed to commit to version control: [SVN] Error running SVN command '['svn', 'add', '-q', '--non-interactive', '--force', '--parents', u'/var/www/pootle/env/lib/python2.6/site-packages/pootle/repos/clover/es.po']': svn: E155004: Working copy '/var/www/pootle/env/lib/python2.6/site-packages/pootle/repos/clover' locked. svn: E155004: '/var/www/pootle/env/lib/python2.6/site-packages/pootle/repos/clover' is already locked. svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)

Can someone take a look at this please? Thanks in advance!

svn cleanup

  • Like 1
Link to comment
Share on other sites

Thanks Micky but the error is still there while trying to commit:

Failed to commit to version control: [SVN] Error running SVN command '['svn', 'add', '-q', '--non-interactive', '--force', '--parents', u'/var/www/pootle/env/lib/python2.6/site-packages/pootle/repos/clover/es.po']': svn: E155004: Working copy '/var/www/pootle/env/lib/python2.6/site-packages/pootle/repos/clover' locked. svn: E155004: '/var/www/pootle/env/lib/python2.6/site-packages/pootle/repos/clover' is already locked. svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)

Sorry for being a pain but I don't have access to Clover's code.

Link to comment
Share on other sites

So why is clover theme manager included in the clover install package when it doesn't work?

 

attachicon.gifctm.jpg

Maybe because the on line Repository is not online? 

EDIT

here work

Thanks Micky but the error is still there while trying to commit:

Failed to commit to version control: [SVN] Error running SVN command '['svn', 'add', '-q', '--non-interactive', '--force', '--parents', u'/var/www/pootle/env/lib/python2.6/site-packages/pootle/repos/clover/es.po']': svn: E155004: Working copy '/var/www/pootle/env/lib/python2.6/site-packages/pootle/repos/clover' locked. svn: E155004: '/var/www/pootle/env/lib/python2.6/site-packages/pootle/repos/clover' is already locked. svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)

Sorry for being a pain but I don't have access to Clover's code.

I can only suggest to save your changes, delete the repo or the problematic folder and the call svn co or update

  • Like 1
Link to comment
Share on other sites

Hi devs, I'm a translator working from the zetam.pootle.org website and just now tried to improve some lines but couldn't update nor commit my changes. This is the error when I press "update all from VCS":

Failed to update from version control: [SVN] Subversion error running '['svn', 'update', u'/var/www/pootle/env/lib/python2.6/site-packages/pootle/repos/clover']': svn: E155004: Working copy '/var/www/pootle/env/lib/python2.6/site-packages/pootle/repos/clover' locked. svn: E155004: '/var/www/pootle/env/lib/python2.6/site-packages/pootle/repos/clover' is already locked. svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)

And with "commit all to VCS":

Failed to commit to version control: [SVN] Error running SVN command '['svn', 'add', '-q', '--non-interactive', '--force', '--parents', u'/var/www/pootle/env/lib/python2.6/site-packages/pootle/repos/clover/es.po']': svn: E155004: Working copy '/var/www/pootle/env/lib/python2.6/site-packages/pootle/repos/clover' locked. svn: E155004: '/var/www/pootle/env/lib/python2.6/site-packages/pootle/repos/clover' is already locked. svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)

Can someone take a look at this please? Thanks in advance!

JrCs absent. I afraid Pootle is no more working

  • Like 1
Link to comment
Share on other sites

Hi Slice,

I am using boot efi you prepared for Balamut because in my case it solves memory complete viewing of 128 Gb without adding lines in clover smbios section

 

I would like to ask:

if I had config.plist, config1.plist, config2.plist and so on in clover folder, before the choice of the config I want in config section ie config2.plist is config.plist also used?

 

I say because if I have no fakecpuid in config2.plist that I have chosen, in binaries patching section  I am seeing fakecpuid that I have in config.plist...

 

Any advice?

By default config.plist will be used. You may choose config2.plist by menu. Returning to main menu you will be switched to settings of config2. All settings from config.plist will be overriden by new setiings.

Hey all! Slice, some information about my issue with wireless (WI-FI TL-781n)?

You provided not enough information.

As well a question. Did the WiFi working in Hackintosh?

  • Like 1
Link to comment
Share on other sites

 

 

changing to config1 and then back to menu/system binaries shows always  0x00040764 instead of 0x00000000

C u. It looks like a bug with default values.

 

 

How about adding a menu in SMBIOS section to select what model you want to use?

Save a lot of typing/editing config.plist etc to test different models on the fly.

But what to do with SN? It must be unique for each user else problems with iCloud etc.

 

 

Hi folks,

 

Could I please ask you advice about NVRAM and allowing Clover to save it to disk via the "Save NVRAM contents to disk" setting in the Clover System Preferences.

 

My systems NVRAM works ok without using this setting but occasionally it throws a wobbly and appears to loose it which causes things like Messages and FaceTime to reset, if I had the setting enabled would it use that saved NVRAM as a backup and if so should I use the "Auto" or "Always" option?

 

 

Thanks for any advice  :thumbsup_anim:

I cant' understand what do you want. Clover read nvram.plist if no hardware NVRAM present but why to do reversed?

Link to comment
Share on other sites

@Slice

 

I think the best compromise for Smbios would be sort of a emergency thing for example:

 

Instead of using the smbios data from clover.conf have a menu as: boot as iMac14,1 or MacPro4,1

 

This in the case that something went wrong in the installation or boot and you want to use a different mac model to boot or even quickly test something without having 5 different versions of config file.

 

In this case SN don't really matter because if we want to use a specific mac model for production we will have it set in the conf with sn and the rest of it.

 

This is more of a quick fix to see how the system will react to a certain thing or to recover from stupid mistakes like having macpro6,1 with nvidia and forgetting to fix apple graphic device policy

 

Just my 2c.

Link to comment
Share on other sites

C u. It looks like a bug with default values.

 

 

But what to do with SN? It must be unique for each user else problems with iCloud etc.

 

 

I cant' understand what do you want. Clover read nvram.plist if no hardware NVRAM present but why to do reversed?

Because occasionally it seems my hardware NVRAM fails or becomes corrupted and iCloud, Messages and FaceTime resets. I just wondered if NVRAM.plist was present would it be used as a backup?
Link to comment
Share on other sites

Slice, I had a similar issue with using a second config.plist yesterday.

 

As a test, I duplicated my existing one and edited it to be 10.6-friendly so it could boot my old 10.6 install. I put OsxAptioFix2Drv-64.efi into DisableDrivers because Snow can't boot with it.

 

However, instead of using OsxAptioFixDrv it still loaded OsxAptioFix2Drv and I ended up with the memory allocation error and failed boot. I could see that it was loading the correct config as extra boot args were displayed but it looks like it's missing some parameters?

Link to comment
Share on other sites

If hardware NVRAM 'failed', you could not boot at all ;)

 

Thanks, maybe it becomes corrupted then after a failed boot as sometimes I get the "Not Allowed" symbol instead of the Apple symbol.

 

Is Clover capable of detecting something like that and loading the NVRAM.plist if present?

Link to comment
Share on other sites

By default config.plist will be used. You may choose config2.plist by menu. Returning to main menu you will be switched to settings of config2. All settings from config.plist will be overriden by new setiings.

You provided not enough information.

As well a question. Did the WiFi working in Hackintosh?

 

Hi Slice! What information you need, please? The WIFI works flawlessly in 3773. After that, not anymore.

 

Thanks.

Link to comment
Share on other sites

×
×
  • Create New...