Contribute
Register

Can't Boot Into Normal Mode (10.8.3)

Status
Not open for further replies.
Joined
Mar 31, 2013
Messages
9
Motherboard
ASUS A45VD
CPU
Intel Core i3 2370M 2.4 GHz
Graphics
Intel HD3000 & nVidia GeForce 610M
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
I am newbie for this OSX86 and i need support to solve my problem.

This is my notebook specification (ASUS A45VD) :
  • Intel Core i3 2370M CPU 2.4 GHz
  • DDR3 2GB RAM
  • nVidia GeForce 610M 2GB VRAM
  • 500GB HDD
  • Realtek Audio
  • Bluetooth
  • DVD RAM

I can boot into Desktop using -x boot flags, but i can't boot into Normal mode.
When i used just -v boot flags, i got this log.

IMG00172-20130405-2004.jpg

I upgraded my OSX from 10.8.0 to 10.8.3 but it did not solve my problem.
Please give me some help :(
And thanks in advance :)
 
I am newbie for this OSX86 and i need support to solve my problem.

This is my notebook specification (ASUS A45VD) :
  • Intel Core i3 2370M CPU 2.4 GHz
  • DDR3 2GB RAM
  • nVidia GeForce 610M 2GB VRAM
  • 500GB HDD
  • Realtek Audio
  • Bluetooth
  • DVD RAM

I can boot into Desktop using -x boot flags, but i can't boot into Normal mode.
When i used just -v boot flags, i got this log.

View attachment 52309

I upgraded my OSX from 10.8.0 to 10.8.3 but it did not solve my problem.
Please give me some help :(
And thanks in advance :)

What chipset do you have? From the "-v" boot log (capri frame buffer loading), it seems like it might be 7-series (eg. QM76?). You should find out because if so, you need to do some special DSDT patches for Sandy CPU on 7-series board (you can google it to find out).
 
What chipset do you have? From the "-v" boot log (capri frame buffer loading), it seems like it might be 7-series (eg. QM76?). You should find out because if so, you need to do some special DSDT patches for Sandy CPU on 7-series board (you can google it to find out).

I have Intel® Chief River Chipset HM76. If so, how to do DSDT patches for my Sandy CPU? Can you give me the link of tutorial :D
I reinstalled my notebook with some additional driver but it doesn't match, and it still can't boot without -x boot flags :(
 
I have Intel® Chief River Chipset HM76. If so, how to do DSDT patches for my Sandy CPU? Can you give me the link of tutorial :D
I reinstalled my notebook with some additional driver but it doesn't match, and it still can't boot without -x boot flags :(

This is the one we are using on ProBook 4x40s series with Sandy:
Code:
into device label PCI0 insert
begin
Device (IMEI)\n
{\n
    Name (_ADR, 0x00160000)\n
    Method (_DSM, 4, NotSerialized)\n                
    {\n
        If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n
        Return (Package()\n
        {\n
            "device-id",\n 
            Buffer (0x04) { 0x3A, 0x1C, 0x00, 0x00 }\n
        })\n
    }\n
}
end;
 
This is the one we are using on ProBook 4x40s series with Sandy:
Code:
into device label PCI0 insert
begin
Device (IMEI)\n
{\n
    Name (_ADR, 0x00160000)\n
    Method (_DSM, 4, NotSerialized)\n                
    {\n
        If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n
        Return (Package()\n
        {\n
            "device-id",\n 
            Buffer (0x04) { 0x3A, 0x1C, 0x00, 0x00 }\n
        })\n
    }\n
}
end;

it did some changes! i could see booting process 'till

Code:
macx_swapon SUCCESS

But i got another kernel panic.

it's said :

Code:
panic(cpu 2 caller 0xffffff80002b7b95): Kernel trap at 0xffffff .......

what should i do now? :(
 
it did some changes! i could see booting process 'till

Code:
macx_swapon SUCCESS

But i got another kernel panic.

it's said :

Code:
panic(cpu 2 caller 0xffffff80002b7b95): Kernel trap at 0xffffff .......

what should i do now? :(

Not enough information. Take a *good* photo of the *entire* screen.
 
Not enough information. Take a *good* photo of the *entire* screen.

Here is the logs :

IMG00178-20130408-0006.jpg

There are some random kernel panic, but the error is always the 0xffffff80002b7b95 one.
Thanks for fast response, RehabMan :)
 
Here is the logs :

View attachment 52536

There are some random kernel panic, but the error is always the 0xffffff80002b7b95 one.
Thanks for fast response, RehabMan :)

You are still getting conflicts between AppleIntelFramebufferCapri (HD4000) and AppleIntelSNBGraphicsFB.kext (HD3000).
Maybe post your DSDT and I'll take a quick look at it for anything obvious...

Otherwise you might try removing the HD4000 related kexts (rebuild cache or boot with "-f" after...)
 
You are still getting conflicts between AppleIntelFramebufferCapri (HD4000) and AppleIntelSNBGraphicsFB.kext (HD3000).
Maybe post your DSDT and I'll take a quick look at it for anything obvious...

Otherwise you might try removing the HD4000 related kexts (rebuild cache or boot with "-f" after...)

i have removed those AppleIntelHD4000 kexts, but i still can't reach desktop.
Here is the log :

IMG00181-20130410-1007.jpg

it said "SNB Framebuffer did not show up, unload".
 
Status
Not open for further replies.
Back
Top