Contribute
Register

Fast boot with no headphone vs slow boot with intermittent sound from headphone

Status
Not open for further replies.
Joined
Apr 20, 2014
Messages
154
Motherboard
Acer 5755G, Acer 7750G
CPU
i7-2670QM, i7-2630QM
Graphics
Intel HD3000 1366x768 + NVIDIA GeForce GT 540M, AMD Radeon 6850M
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
I am stuck between rock and hard place, and really need expert advice to figure out the problem and hopefully find a fix.

Normally, my machine boots up in less than 1 minute – let us call it fast boot mode; then after a few reboot, it will got into this slow boot mode, and it takes a few minutes.

For fast boot mode:

  • Fast boot
  • Video animation stuff works such as the dock Gene effects
  • Clock appears to be normal
  • Bluetooth works (I have no way to turn it off from bios, cannot find such option)
  • Audio works, but headphone has no sound

Slow mode

  • Slow boot
  • Video animation stuff runs in slow motion
  • Clock runs much more slow like 4 ~5 time slower that the true clock
  • Bluetooth not working
  • Audio works including headphone, but it has intermittent sound like someone repeatedly pressing the play and pause button.

I have the system.log included, the first BOOT_TIME is the fast mode, the second BOOT_TIME is the slow mode. The log event times for second BOOT_TIME cannot be trusted because the clock is broken at this mode.
 
I am stuck between rock and hard place, and really need expert advice to figure out the problem and hopefully find a fix.

Normally, my machine boots up in less than 1 minute – let us call it fast boot mode; then after a few reboot, it will got into this slow boot mode, and it takes a few minutes.

For fast boot mode:

  • Fast boot
  • Video animation stuff works such as the dock Gene effects
  • Clock appears to be normal
  • Bluetooth works (I have no way to turn it off from bios, cannot find such option)
  • Audio works, but headphone has no sound

Slow mode

  • Slow boot
  • Video animation stuff runs in slow motion
  • Clock runs much more slow like 4 ~5 time slower that the true clock
  • Bluetooth not working
  • Audio works including headphone, but it has intermittent sound like someone repeatedly pressing the play and pause button.

I have the system.log included, the first BOOT_TIME is the fast mode, the second BOOT_TIME is the slow mode. The log event times for second BOOT_TIME cannot be trusted because the clock is broken at this mode.

Which bootloader are you using? What were your procedures for installing?
 
Clover... the initial USB one was created using clover installer, the new one is created by copying stuff from USB Clover folder to EFI partition of hard drive then tweaked to this state.
 
Clover... the initial USB one was created using clover installer, the new one is created by copying stuff from USB Clover folder to EFI partition of hard drive then tweaked to this state.

What version of Clover? What about the second question?
 
Sorry. It is Clover v2K.2652.

In terms of procedures for installing.

1. Plug in created 10.9.2 bootable USB
2. Boot from EFI partition
3. Choose the bootable USB
4. Install 10.9.2
5. Boot up the new install
6. Replace AppleHDA with the patched one.

That is about it.
 
Sorry. It is Clover v2K.2652.

In terms of procedures for installing.

1. Plug in created 10.9.2 bootable USB
2. Boot from EFI partition
3. Choose the bootable USB
4. Install 10.9.2
5. Boot up the new install
6. Replace AppleHDA with the patched one.

That is about it.

Did you need to install a bootloader, setup config.plist, do DSDT patches, install FakeSMC, etc. etc... Complete details are necessary.

What is the contents of your config.plist?
 
Here is my config.plist. I haver clover boot loader boot from EFI partition, inject kexts including fakesmc, GenericUSBXHCI, ACPIBatteryManager and voodoops2.

I found actually I have three modes. I suspect there are two different things going on. One would be the on surface a "conflict" between bluetooth and headphone. One works then the other won't. Another issue might be related to time, where bluetooth fails and time is way off.

1. Fast mode without bluetooth
  • Power off machine completely and boot up, about 50% times I am able to get int this mode
  • Bluetooth is off
  • Sound works fully including headphone
  • Everything else works normally

2. Slow mode without bluetooth

  • Power off machine completely and boot up, the other 50% times I end up in this mode
  • Bluetooth not working
  • Everything is super slow
  • Time is way off
  • Intermittent audio for both speaker and headphone
3. Fast mode with bluetooth
  • Boot into OSX by rebooting from Linux where bluetooth was turned on by default
  • Sound works but headphone has no sound
  • Everything else appears to be normal.

Code:
<?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>DSDT</key>
        <dict>
            <key>Debug</key>
            <false/>
            <key>Fixes</key>
            <dict>
                <key>AddDTGP_0001</key>
                <false/>
                <key>AddMCHC_0008</key>
                <false/>
                <key>FakeLPC_0020</key>
                <false/>
                <key>FixAirport_4000</key>
                <false/>
                <key>FixDarwin_0002</key>
                <false/>
                <key>FixDisplay_0100</key>
                <false/>
                <key>FixFirewire_0800</key>
                <false/>
                <key>FixHDA_8000</key>
                <false/>
                <key>FixHPET_0010</key>
                <false/>
                <key>FixIDE_0200</key>
                <false/>
                <key>FixIPIC_0040</key>
                <false/>
                <key>FixLAN_2000</key>
                <false/>
                <key>FixSATA_0400</key>
                <false/>
                <key>FixSBUS_0080</key>
                <false/>
                <key>FixShutdown_0004</key>
                <false/>
                <key>FixUSB_1000</key>
                <false/>
                <key>NewWay_80000000</key>
                <false/>
                <key>FIX_RTC_20000</key>
                <true/>
                <key>FIX_TMR_40000</key>
                <false/>
                <key>AddIMEI_80000</key>
                <true/>
                <key>FIX_INTELGFX_100000</key>
                <false/>
                <key>FIX_WAK_200000</key>
                <false/>
                <key>DeleteUnused_400000</key>
                <false/>
                <key>FIX_ADP1_800000</key>
                <false/>
                <key>AddPNLF_1000000</key>
                <false/>
                <key>FIX_S3D_2000000</key>
                <false/>
                <key>FIX_ACST_4000000</key>
                <false/>
                <key>AddHDMI_8000000</key>
                <false/>
                <key>FixRegions_10000000</key>
                <false/>
            </dict>
            <key>Name</key>
            <string>DSDT.aml</string>
        </dict>
        <key>DropTables</key>
        <array>
            <dict>
                <key>Signature</key>
                <string>DMAR</string>
            </dict>
            <dict>
                <key>Signature</key>
                <string>SSDT</string>
                <key>TableId</key>
                <string>CpuPm</string>
            </dict>
            <dict>
                <key>Signature</key>
                <string>SSDT</string>
                <key>TableId</key>
                <string>Cpu0Ist</string>
            </dict>
        </array>
        <key>HaltEnabler</key>
        <false/>
        <key>SSDT</key>
        <dict>
            <key>Generate</key>
            <false/>
            <key>EnableC7</key>
            <false/>
            <key>EnableC6</key>
            <true/>
            <key>EnableC4</key>
            <false/>
            <key>EnableC2</key>
            <false/>
        </dict>
    </dict>
    <key>Boot</key>
    <dict>
        <key>DefaultVolume</key>
        <string>OSX</string>
        <key>Fast</key>
        <false/>
        <key>Legacy</key>
        <string>PBR</string>
        <key>Log</key>
        <false/>
        <key>Timeout</key>
        <integer>5</integer>
        <key>XMPDetection</key>
        <string>-1</string>
    </dict>
    <key>Devices</key>
    <dict>
        <key>Audio</key>
        <dict>
            <key>Inject</key>
            <string>No</string>
        </dict>
        <key>FakeID</key>
        <dict>
            <key>ATI</key>
            <string>0x0</string>
            <key>IntelGFX</key>
            <string>0x0</string>
            <key>LAN</key>
            <string>0x0</string>
            <key>NVidia</key>
            <string>0x0</string>
            <key>SATA</key>
            <string>0x0</string>
            <key>WIFI</key>
            <string>0x0</string>
            <key>XHCI</key>
            <string>0x0</string>
            <key>IMEI</key>
            <string>0x0</string>
        </dict>
        <key>Inject</key>
        <false/>
        <key>USB</key>
        <dict>
            <key>AddClockID</key>
            <true/>
            <key>FixOwnership</key>
            <true/>
            <key>Inject</key>
            <trued/>
        </dict>
    </dict>
    <key>DisableDrivers</key>
    <array>
        <string>Nothing</string>
    </array>
    <key>GUI</key>
    <dict>
        <key>Hide</key>
        <array>
            <string>Windows</string>
            <string>\EFI\BOOT\BOOTX64.EFI</string>
            <string>Legacy</string>
        </array>
        <key>Language</key>
        <string>en:0</string>
        <key>Mouse</key>
        <dict>
            <key>Enabled</key>
            <false/>
            <key>Speed</key>
            <integer>8</integer>
        </dict>
        <key>Scan</key>
        <dict>
            <key>Entries</key>
            <true/>
            <key>Legacy</key>
            <true/>
            <key>Tool</key>
            <true/>
        </dict>
        <key>TextOnly</key>
        <false/>
        <key>Theme</key>
        <string>metal</string>
    </dict>
    <key>Graphics</key>
    <dict>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <false/>
            <key>NVidia</key>
            <false/>
        </dict>
        <key>PatchVBios</key>
        <false/>
    </dict>
    <key>KernelAndKextPatches</key>
    <dict>
        <key>AppleRTC</key>
        <true/>
        <key>AsusAICPUPM</key>
        <false/>
        <key>Debug</key>
        <false/>
        <key>KernelCpu</key>
        <false/>
        <key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>External icons patch</string>
                <key>Find</key>
                <data>
                RXh0ZXJuYWw=
                </data>
                <key>Name</key>
                <string>AppleAHCIPort</string>
                <key>Replace</key>
                <data>
                SW50ZXJuYWw=
                </data>
            </dict>
        </array>
    </dict>
    <key>RtVariables</key>
    <dict>
        <key>LogEveryBoot</key>
        <string>10</string>
        <key>LogLineCount</key>
        <integer>3000</integer>
        <key>MountEFI</key>
        <true/>
    </dict>
    <key>SystemParameters</key>
    <dict>
        <key>InjectKexts</key>
        <string>Detect</string>
        <key>InjectSystemID</key>
        <true/>
    </dict>
</dict>
</plist>
 
Status
Not open for further replies.
Back
Top