False.After 10.8.2 update, rc.shutdown.local and rc.local stop working. Any solution for that?
I have 10.8.2 and my scripts work as before.
False.After 10.8.2 update, rc.shutdown.local and rc.local stop working. Any solution for that?
I found out that wake only works when I boot with -v with an earlier version of OsxAptioFixDrv-64.efi.
These two work when boot with -v for me:Where can I get that version of OsxAptioFixDrv-64.efi.
I would like to have sleep working again, but it´s not being easy.
OsxAptioFixDrv-64.efi.zip 11.77KB
40 downloads
OsxAptioFixDrv-64.efi.zip 11.3KB
27 downloads
sudo mkdir /Volumes/EFI sudo mount_msdos /dev/disk0s1 /Volumes/EFI/
This one is easy, and the way I've done it.
Install package to ML partition with default settings
run those commands again.^^^
and this one
sudo cp -R /EFI/* /Volumes/EFI
delete /EFI or rename /EFI1
restart and wallah
done
These two work when boot with -v for me:
OsxAptioFixDrv-64.efi.zip 11.77KB 40 downloads
OsxAptioFixDrv-64.efi.zip 11.3KB 27 downloads
Clover currently does NOT support 4K sectors ( may be coming shortly though )
Use a USB flash drive and install to that.
You will need to boot off USB to boot the HD
OR try smaller HD and do as I said.
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>ACPI</key> <dict> <key>DropOemSSDT</key> <string>Yes</string> <key>GenerateCStates</key> <string>Yes</string> <key>GeneratePStates</key> <string>Yes</string> <key>PLimitDict</key> <string>1</string> </dict> <key>SystemParameters</key> <dict> <key>boot-args</key> <string>-v npci=0x2000 slide=0</string> <key>prev-lang:kbd</key> <string>en:0</string> <key>InjectSystemID</key> <string>Yes</string> <key>LegacyBoot</key> <string>PBR</string> <key>iCloudFix</key> <string>Yes</string> </dict> <dict> <key>AppleRTC</key> <string>Yes</string> <key>StringInjector</key> <string>No</string> <dict> <key>Pointer</key> <dict> <key>Speed</key> <string>8</string> </dict> <key>Graphics</key> <dict> <key>GraphicsInjector</key> <string>Yes</string> <key>PatchVBiosBytes</key> <dict> <key>Find</key> <data>gAeoAqAF</data> <key>Replace</key> <data>gAeoAjgE</data> </dict> </dict> </dict> </plist>
If this makes you a difference in sleep, can you identify me which versions are those? Where did you get it?These two work when boot with -v for me:
OsxAptioFixDrv-64.efi.zip 11.77KB 40 downloads
OsxAptioFixDrv-64.efi.zip 11.3KB 27 downloads
If this makes you a difference in sleep, can you identify me which versions are those? Where did you get it?
What does that mean? Which disk do you have?My disc Is partitioned in GUID with Sectors to 4096
Support for real 4K disk will probably not come, at least, I believe, not shortly. I think this will require rewriting/modifying all boot sector loaders.Clover currently does NOT support 4K sectors ( may be coming shortly though )
What does that mean? Which disk do you have?
Support for real 4K disk will probably not come, at least, I believe, not shortly. I think this will require rewriting/modifying all boot sector loaders.
But, as far as I understood, real 4K disks (in the sense that system communicates with disks with 4K sectors) are very rare. Almost all 4K disks are emulating 512 bytes sectors and should work like 512 disks. Check this.
Meaning, no issues with Clover or Chameleon with 4K 512e disks. Except known issue with some of them when dd utility can not write boot1h - see here.
I got it from anther person... I'll ask him if he remember.If this makes you a difference in sleep, can you identify me which versions are those? Where did you get it?
Did you get wake from sleep work with or without -v?Well, it makes a difference with him, as it did with me. We should investigate this better.
I only had time to test the 1st of the 2 files he posted.
And it was the first time I got my pc to sleep and wake while booting in UEFI mode.
Did you get wake work with or without -v in boot?
And are you able to wake it with darkwake=0 in
On it nowWhat does that mean? Which disk do you have?
Support for real 4K disk will probably not come, at least, I believe, not shortly. I think this will require rewriting/modifying all boot sector loaders.
Nov 30 22:44:08 localhost WindowServer[97]: handle_will_sleep_auth_and_shield_windows: no action for lock state 1 Nov 30 22:44:08 localhost kernel[0]: Wake reason: PWRB (User)
screenshot9.png 304.12KB
22 downloads
Clover-911-test.zip 288.05KB
22 downloads
<key>ACPI</key>
<dict>
<key>DsdtName</key>
<string>DSDT-n.aml</string>
<key>DropOemSSDT</key>
<string>Yes</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>PLimitDict</key>
<string>0</string>
<key>UnderVoltStep</key>
<string>0</string>
<key>EnableC6</key>
<string>No</string>
<key>EnableC4</key>
<string>No</string>
<key>EnableC2</key>
<string>Yes</string>
<key>EnableISS</key>
<string>Yes</string>
<key>ResetAddress</key>
<string>0xCF9</string>
<key>ResetValue</key>
<string>0x06</string>
<key>smartUPS</key>
<string>No</string>
<key>PatchNMI</key>
<string>No</string>
<key>FixDsdtMask</key>
<string>0xB1BF</string>
</dict>
<key>Graphics</key>
<dict>
<key>GraphicsInjector</key>
<string>Yes</string>
<key>FBName</key>
<string>Ipomoea</string>
<key>LoadVBios</key>
<string>No</string>
<key>VideoPorts</key>
<string>3</string>
<key>PatchVBios</key>
<string>Yes</string>
</dict>
<key>CPU</key>
<dict>
<key>Turbo</key>
<string>No</string>
<key>ProcessorType</key>
<string>0x0903</string>
<key>BusSpeedkHz</key>
<string>99790</string>
<key>QPI</key>
<string>6400</string>
</dict>
<key>KernelAndKextPatches</key>
<dict>
<key>KernelCpu</key>
<string>No</string>
<key>ATIConnectorsController</key>
<string>6000</string>
<key>ATIConnectorsData</key>
<string>000400000403000000010000120401050008000004020000000100001102040310000000100000000001000000000002</string>
<key>ATIConnectorsPatch</key>
<string>040000000403000000010000100001061000000010000000000100000000000100080000040200000001000012040403</string>
<key>AsusAICPUPM</key>
<string>No</string>
<key>AppleRTC</key>
<string>Yes</string>
<key>KextsToPatch</key>
<dict>
<key>0</key>
<dict>
<key>Name</key>
<string>VoodooHDA</string>
<key>Find</key>
<data>SGVhZHBob25lcwA=</data>
<key>Replace</key>
<data>VGVsZXBob25lcwA=</data>
</dict>
<key>1</key>
<dict>
<key>Name</key>
<string>AppleAHCIPort</string>
<key>Find</key>
<data>RXh0ZXJuYWw=</data>
<key>Replace</key>
<data>SW50ZXJuYWw=</data>
</dict>
</dict>
</dict>
and serials/uuid/volumes
Correction or amendment to above ...ML install does not need FakeSMC. First time heard it from Trauma here (23/03/2011, some time ago). My response was:
But if Apple one day releases OSX that does (not) need some SMC fix, I would not be surprised if it gets unnoticed for a while, since we are all automatically adding FakeSMC to every install.
Well, installed OSX needs it, but not installer.
Almost ... yes.My config is almost empty.
| Topic | Stats | Last Post Info | ||
|---|---|---|---|---|
|
International →
Italiano →
Mountain Lion 10.8 →
Desktop →
aiuto...re-istallazione bootloader hackintosh!Started by gios163, 13 Apr 2013 |
|
|
|
|
OSx86 Project →
Post-Installation →
OSx86 10.8 (Mountain Lion) →
iMessage problems and UEFI CloverStarted by jwmann, 08 Apr 2013 |
|
|
|
|
OSx86 Project →
OSx86 Installation →
OSx86 10.8 (Mountain Lion) →
Can't boot. Can I reinstall bootloader or even OS X without starting over?Started by sshanky, 05 Apr 2013 |
|
|
|
|
International →
Deutsch →
Hardware/Installation →
Clover Boot0: ErrorStarted by TimmePfeife, 03 Apr 2013 |
|
|
|
|
OSx86 Project →
Post-Installation →
OSx86 10.8 (Mountain Lion) →
BIOS to UEFI Pros and ConsStarted by jwmann, 25 Mar 2013 |
|
|