mount -uw / rm -rf /System/Library/Extensions/Geforce.kext rm -rf /System/Library/Extensions/NVDAGK100Hal.kext rm -rf /System/Library/Extensions/NVDAStartup.kext shutdown -r now
52 replies to this topic
#21
Posted 28 February 2013 - 06:43 PM
Boot with -s and type the following:
#22
Posted 28 February 2013 - 07:53 PM
Thanks to jabirbin and Lejenk.
I tried to wait 30 minut but nothing has changed.
I tried the tip of Lejenk, but at reboot it stopped at DSMOS Arrived.
i search for a IntelCPUPowerManagement.kext
when i don't use Cpus=1 it gave me the System uptime in nanoseconds error.
Thanks a lot to everyone.
I tried to wait 30 minut but nothing has changed.
I tried the tip of Lejenk, but at reboot it stopped at DSMOS Arrived.
i search for a IntelCPUPowerManagement.kext
when i don't use Cpus=1 it gave me the System uptime in nanoseconds error.
Thanks a lot to everyone.
#23
Posted 28 February 2013 - 08:07 PM
u problem is intelhd 4000
remove the appleintel*capri
and must find the right ig-platform-id for u note...
ig-platform-id: 01660000, Stolen RAM for FB: 96MB, Pipes: 3, Ports: 4, FBMem: 3 Code: <key>device-properties</key> <string>7f0000000100000001000000730000000200000002010c00d041030a000000000101060000027fff04002c0000004100410050004c002c00690067002d0070006c006100740066006f0072006d002d006900640000000800000000006601140000006800640061002d0067006600780000000d0000006f6e626f6172642d31</string> ig-platform-id: 01660001, Stolen RAM for FB: 96MB, Pipes: 3, Ports: 4, FBMem: 3 Code: <key>device-properties</key> <string>7f0000000100000001000000730000000200000002010c00d041030a000000000101060000027fff04002c0000004100410050004c002c00690067002d0070006c006100740066006f0072006d002d006900640000000800000001006601140000006800640061002d0067006600780000000d0000006f6e626f6172642d31</string> ig-platform-id: 01660002, Stolen RAM for FB: 64MB, Pipes: 3, Ports: 1, FBMem: 1 Code: <key>device-properties</key> <string>7f0000000100000001000000730000000200000002010c00d041030a000000000101060000027fff04002c0000004100410050004c002c00690067002d0070006c006100740066006f0072006d002d006900640000000800000002006601140000006800640061002d0067006600780000000d0000006f6e626f6172642d31</string> ig-platform-id: 01660003, Stolen RAM for FB: 64MB, Pipes: 2, Ports: 2, FBMem: 2 Code: <key>device-properties</key> <string>7f0000000100000001000000730000000200000002010c00d041030a000000000101060000027fff04002c0000004100410050004c002c00690067002d0070006c006100740066006f0072006d002d006900640000000800000003006601140000006800640061002d0067006600780000000d0000006f6e626f6172642d31</string> ig-platform-id: 01660004, Stolen RAM for FB: 32MB, Pipes: 3, Ports: 1, FBMem: 1 Code: <key>device-properties</key> <string>7f0000000100000001000000730000000200000002010c00d041030a000000000101060000027fff04002c0000004100410050004c002c00690067002d0070006c006100740066006f0072006d002d006900640000000800000004006601140000006800640061002d0067006600780000000d0000006f6e626f6172642d31</string> ig-platform-id: 01660008, Stolen RAM for FB: 64MB, Pipes: 3, Ports: 3, FBMem: 3 Code: <key>device-properties</key> <string>7f0000000100000001000000730000000200000002010c00d041030a000000000101060000027fff04002c0000004100410050004c002c00690067002d0070006c006100740066006f0072006d002d006900640000000800000008006601140000006800640061002d0067006600780000000d0000006f6e626f6172642d31</string> ig-platform-id: 01660009, Stolen RAM for FB: 64MB, Pipes: 3, Ports: 3, FBMem: 3 Code: <key>device-properties</key> <string>7f0000000100000001000000730000000200000002010c00d041030a000000000101060000027fff04002c0000004100410050004c002c00690067002d0070006c006100740066006f0072006d002d006900640000000800000009006601140000006800640061002d0067006600780000000d0000006f6e626f6172642d31</string> ig-platform-id: 0166000A, Stolen RAM for FB: 32MB, Pipes: 2, Ports: 3, FBMem: 2 Code: <key>device-properties</key> <string>7f0000000100000001000000730000000200000002010c00d041030a000000000101060000027fff04002c0000004100410050004c002c00690067002d0070006c006100740066006f0072006d002d00690064000000080000000a006601140000006800640061002d0067006600780000000d0000006f6e626f6172642d31</string> ig-platform-id: 0166000B, Stolen RAM for FB: 32MB, Pipes: 2, Ports: 3, FBMem: 2 Code: <key>device-properties</key> <string>7f0000000100000001000000730000000200000002010c00d041030a000000000101060000027fff04002c0000004100410050004c002c00690067002d0070006c006100740066006f0072006d002d00690064000000080000000b006601140000006800640061002d0067006600780000000d0000006f6e626f6172642d31</string>
ivy platform.png 25K
1 downloadsu can inject that in boot in chameleon or by dsdt..
example
into device name_adr 0x00020000 insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
Store (Package (0x02)\n
{\n
"AAPL,ig-platform-id",\n
Buffer (0x04)\n
{\n
0x03, 0x00, 0x66, 0x01\n
}\n
}, Local0)\n
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
Return (Local0)\n
}
end
good hack
#24
Posted 28 February 2013 - 08:47 PM
Thanks a lot arthur-pt!!!
Sorry for my incompetence but i don't understand what have you post.
Can you help me again?
Jabirbin, i found a guide with a IntelCPUPowerManagement.kext for my i5 3317U. the guide is: http://www.insanelym...ods-tweaks-etc/
Is this the right kext?
Sorry for my incompetence but i don't understand what have you post.
Can you help me again?
Jabirbin, i found a guide with a IntelCPUPowerManagement.kext for my i5 3317U. the guide is: http://www.insanelym...ods-tweaks-etc/
Is this the right kext?
#25
Posted 28 February 2013 - 08:53 PM
You have try it to find out.
#26
Posted 01 March 2013 - 10:46 AM
hello
sorry but english is not my native language...
but what i tell u to do
is
u problem is intelhd4000
if u don't apply the correct ig-platform-id to u cpu, never have graphics...
u can install mac os x , but without graphics
to boot only remove from installer or from hd the appleintelhd4000 and one it have in is name capri , is the framebuffer for hd4000
and u boot without graphics
to resolve the issue use the devices properties in chameleon org.chameleon.boot or by dsdt injecting the correct ig-platform-id, must use also DTGP.
man mac os x is for mac and developed for mac...
hack mac os x is 99% of reading, googling, persistency and 1% of luck u hardware be compatible..
http://www.insanelym...n-for-108-1075/
good hack
sorry but english is not my native language...
but what i tell u to do
is
u problem is intelhd4000
if u don't apply the correct ig-platform-id to u cpu, never have graphics...
u can install mac os x , but without graphics
to boot only remove from installer or from hd the appleintelhd4000 and one it have in is name capri , is the framebuffer for hd4000
and u boot without graphics
to resolve the issue use the devices properties in chameleon org.chameleon.boot or by dsdt injecting the correct ig-platform-id, must use also DTGP.
man mac os x is for mac and developed for mac...
hack mac os x is 99% of reading, googling, persistency and 1% of luck u hardware be compatible..
http://www.insanelym...n-for-108-1075/
good hack
#27
Posted 01 March 2013 - 02:55 PM
Did you disable Nvidia Graphics?Try enabling integrated graphics from BIOS. and disable Nvidia Graphics.
Edited by jabirbin, 01 March 2013 - 02:56 PM.
#28
Posted 01 March 2013 - 05:32 PM
Jabirbin, in my BIOS there isn't any option about graphics, i have only boot options (legacy boot enabled) and information of the CPU.
The bios is called insideh20 Setup.
Now i'm trying the arthur-pt method. EDIT: Doesnt work!!! can you help me??????
Thanks, TheCow
The bios is called insideh20 Setup.
Now i'm trying the arthur-pt method. EDIT: Doesnt work!!! can you help me??????
Thanks, TheCow
Edited by macos4pc, 02 March 2013 - 09:36 AM.
#29
Posted 02 March 2013 - 11:01 AM
I try to update the BIOS of my laptop.
nothing has changed.
nothing has changed.
#30
Posted 02 March 2013 - 09:50 PM
I try with -s or -x but nothing.
#31
Posted 02 March 2013 - 09:55 PM
Take the advice of artur-pt.
If you can not figure it out, upload your extra folder.
If you can not figure it out, upload your extra folder.
#32
Posted 03 March 2013 - 02:51 AM
macos4pc, on 26 February 2013 - 09:35 PM, said:
Thanks Lejenk for booting i delete all NVIDIA kexts but i backup they.
After DSMOS arrived the boot freeze.
Is There someone who can help me??????????
After DSMOS arrived the boot freeze.
Is There someone who can help me??????????
i have almost the same problem. Any suggestion guys?
03032013022.jpg 188.89K
14 downloads
#33
Posted 03 March 2013 - 04:08 AM
changed usb port got this one
03032013023.jpg 137.88K
10 downloads
then again the same
03032013023.jpg 137.88K
10 downloadsthen again the same
Edited by ZaDoR, 03 March 2013 - 04:19 AM.
#34
Posted 03 March 2013 - 10:25 AM
Did you follow the first part of artur_pt's directions properly? The second part will have to wait until your in the system. For the first part:
boot using -s to get to command prompt and then type the following, hitting enter after each line.
above using variables just to demonstrate and it makes it easier to type. But you can use similar method (if needed) to delete all 7 or 8 nvidia kexts very easily with just 2 lines.
It's not your CPUPowerManagement as this will always cause a kernel panic (what you call "uptime in nanoseconds")
boot using -s to get to command prompt and then type the following, hitting enter after each line.
mount -uw / cd /System/Library/Extensions/ rm -rf *4000Graphics.kext rm -rf *Capri* rebootwhen it reboots you'll need to use -f
above using variables just to demonstrate and it makes it easier to type. But you can use similar method (if needed) to delete all 7 or 8 nvidia kexts very easily with just 2 lines.
mount -uw / cd /System/Library/Extensions/ rm -rf *NVD* rm -rf *GeF* reboot
It's not your CPUPowerManagement as this will always cause a kernel panic (what you call "uptime in nanoseconds")
#35
Posted 03 March 2013 - 11:22 AM
ZaDor- Your booting an installer, not post install. Use second USB port, first was maybe USB 3.0? Start a new topic and be sure to list your hardware info
#36
Posted 03 March 2013 - 07:43 PM
Here is my folder Extra.
Attached Files
#37
Posted 04 March 2013 - 12:26 AM
eep357, on 03 March 2013 - 11:22 AM, said:
ZaDor- Your booting an installer, not post install. Use second USB port, first was maybe USB 3.0? Start a new topic and be sure to list your hardware info
nope its not 3.0 i think
i complete an instalation with ML2 iATKOS but when i boot in the end my screen became dark and stayed dark
#38
Posted 04 March 2013 - 08:27 PM
I found and usb wirless adaptop, is a Tp-Link TL-WN723N Mini Wireless N USB Adapter, will it work in Mountain Lion 10.8?
#39
Posted 05 March 2013 - 01:45 AM
macos4pc, on 04 March 2013 - 08:27 PM, said:
I found and usb wirless adaptop, is a Tp-Link TL-WN723N Mini Wireless N USB Adapter, will it work in Mountain Lion 10.8?
http://olarila.com/kexts/
try here, plug in ur device download and run system info find ur device id and check if they have a kext for ur devices, click download
have a nice hackintosh time : )
#40
Posted 06 March 2013 - 08:48 PM
Quote
http://olarila.com/kexts/
try here, plug in ur device download and run system info find ur device id and check if they have a kext for ur devices, click download
have a nice hackintosh time : )
try here, plug in ur device download and run system info find ur device id and check if they have a kext for ur devices, click download
have a nice hackintosh time : )
Attached Files
Also tagged with one or more of these keywords: I can...
| Topic | Stats | Last Post Info | ||
|---|---|---|---|---|
|
OSx86 Project →
Post-Installation →
OSx86 Snow Leopard (10.6) →
App Store on SL 10.6.2Started by esekaocho, 11 Nov 2012 |
|
|
|
|
International →
Italiano →
Lion 10.7 →
Desktop →
Posso (e come posso) installare mac su questa configurazioneStarted by webmaster1, 11 Jun 2012 |
|
|
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account









