Jump to content

Clover General discussion


ErmaC
30,171 posts in this topic

Recommended Posts

There is no such thing as a 10.6.7 DVD. Apple provided only SL 10.6 and 10.6.3. Current SL DVD from apple.com is 10.6.3.

Exist 10.6.7 retail. Just apple isnt sell it.

Some 2011 MBP 15 have 10.6.7 DVD.

 

10.6.7 DVD is for MBP 2011. Not universal DVD like 10.6.3 or 10.6

 

This DVD is very rare.

 

I have dmg image. Also i can install snow leopard. There is no problem.

 

Also no need to make install boot table for snow leopard in 10.6.3

We just install 10.6.7 like 10.7 lion.

 

Nice DVD Image for sandy users

 

I find it

 

http://www.gfxxtra.com/uploads/posts_images/2/0/201335/48af4596bd1dc07304ab41f405aa6c97.png

 

 

나의 LG-F410S 의 Tapatalk에서 보냄

Link to comment
Share on other sites

10.6.7 coming firstly from the newer MacBookPro8,1 (at the time that was). Logically <= 10.6.6 can't run on those computers and 10.6.8 is only a  tiny “delta” of 10.6.7 available only afterwards on all macs. Also I used this DVD (my first installation ever), coming only with a real Sandy Bridge lappy (you can't buy it.. so we also know sherlock own a real mac :yes: ).

  • Like 1
Link to comment
Share on other sites

 

1) from your config.plist (if any)

2) from EFI/CLOVER/driversXXUEFI if any (read 4) not needed if CSM is disabled )

3) from your confi.plist (if already there, you will know better than us because no one have edited the "Graphics" section other than You)

4) Sure. "Compatibility Support Module" is used to boot using legacy bios (bootsector reading instead of U-EFI). not needed with Clover UEFI.

 

:)

 

 

Ok. Thanks I thought I will still make these thing on Windows. 'cause I deleted my hackintosh system and install windows for flashing UEFI GOP vbios. Thanks I understood much clearly. Thank you again.

Link to comment
Share on other sites

In 10.6.7

Normal boot

AICPUM - not work(need nullcpu.kext)

KextToPatch - not work

 

Without cache boot

AICPUM - not work(need nullcpu.kext)

KextToPatch - work

 

in 10.6.8

Normal boot

AICPUM - not work(need nullcpu.kext)

KextToPatch - not work

 

Without cache boot

AICPUM - work

KextToPatch - work

 

 

 

 

나의 LG-F410S 의 Tapatalk에서 보냄

Link to comment
Share on other sites

Recovery discs are not retail discs.

Okay. Anyway 10.6.7 DVD is good. No problem all feature

 

I surely tested cache in 10.6.7 10.6.8.

 

Without cache is clover use kernel cache(mach_kernel on root) in 10.6.7, 10.6.8

 

Normal boot is clover use System/Libarary/Cache/StartUp/~/Extension.kext.

 

I check this path after select disk in clover.

 

I surely rebuild cache and Extension.kext file in clean installed 10.6.7 or 10.6.8. Then reboot. Select normal boot(x64 bit). I get panic about AICPUM also KextToPatch is not work(if i use nullcpu.kext, confirm it about trim patch(binary clover)

 

나의 LG-F410S 의 Tapatalk에서 보냄

Link to comment
Share on other sites

sherlocks@

You can try this

Boot in safe mode with NulCPU

-------------------------------------

Now Reboot again 64bit verbose boot  and type this to the terminal

 

sudo chown root:admin /

sudo kextcache -system-prelinked-kernel

sudo kextcache -system-caches

 

Delete NulCPU and Reboot 64Bit verbose boot

  • Like 1
Link to comment
Share on other sites

sherlocks@

You can try this

Boot in safe mode with NulCPU

-------------------------------------

Now Reboot again 64bit verbose boot and type this to the terminal

 

sudo chown root:admin /

sudo kextcache -system-prelinked-kernel

sudo kextcache -system-caches

Delete NulCPU and Reboot 64Bit verbose boot

Wow its good solution.

I solved problem. Why it is difference other osx version?

 

Kext utility and kext wizard and other terminal command are not work for me.

Because of reasons above list, i think clover problem. But my think is mistake.

 

You save me.

 

Thanks

 

나의 LG-F410S 의 Tapatalk에서 보냄

 

i finally got it :).

 

clover must be only read kernel_cache file. not read support Extension.kext file.

 

we have to rebuild cache file "/System/Library/Caches/com.apple.kext.caches/Startup/kernelcache_x86_64.121AD149"

 

if we dont have this file, we cant use clover feature(AICPUM, KextToPatch)

 

as result, Kext utility and Kext Wizard dont help to rebuild cache, those cant make /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache_x86_64.121AD149

 

 

so. we have to use chris1111 terminal command.

 

then clover can read /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache_x86_64.121AD149.(i checked clover read path when booting). :thumbsup_anim::thumbsup_anim::thumbsup_anim:

  • Like 1
Link to comment
Share on other sites

You are somehow wrong, clover can not read /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache_x86_64.121AD149

All Clover did is starting boot.efi.

 

And yes, Snow is differ from next systems by presence of mkext which clover will not patch.

Link to comment
Share on other sites

You are somehow wrong, clover can not read /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache_x86_64.121AD149

All Clover did is starting boot.efi.

 

And yes, Snow is differ from next systems by presence of mkext which clover will not patch.

Yes but if i dont have kernel_cache, i cant boot.

 

I confirm it many test.

 

나의 LG-F410S 의 Tapatalk에서 보냄

Link to comment
Share on other sites

Yes but if i dont have kernel_cache, i cant boot.

 

I confirm it many test.

 

나의 LG-F410S 의 Tapatalk에서 보냄

I think Slice means that the right cache is chosen by boot.efi, but if you have a newer Extensions.mkext, newer than kernelcache_x86_64.121AD149 for example, boot.efi will add that to the memory map amog all other extensions in the archive. So the problem will extended to all kexts you have because in the fact all these are vanilla also in memory, that's why can't work.

 

            #10083            

  • Like 2
Link to comment
Share on other sites

Yes but if i dont have kernel_cache, i cant boot.

 

I confirm it many test.

Your problem started when you used Kext Utility to rebuild cache.

  • Like 2
Link to comment
Share on other sites

 

1) from your config.plist (if any)

2) from EFI/CLOVER/driversXXUEFI if any (read 4) not needed if CSM is disabled )

3) from your confi.plist (if already there, you will know better than us because no one have edited the "Graphics" section other than You)

4) Sure. "Compatibility Support Module" is used to boot using legacy bios (bootsector reading instead of U-EFI). not needed with Clover UEFI.

 

:)

 

 

After all done that. VRAm shown 7MB.

 

MG5x72k.png

 

 

What I tried;

 

Bios > PEG or PCIE> CSM Disable > Patch vBios > Clover Screen Coming No Desktop

Bios > PEG or PCIE > CSM Enable > Patch vBios > Clover Screen Coming No Desktop

Bios > PEG or PCIE > CSM Disable > Patch vBios > CSM Driver > Nvda_drv=1 > Clover Screen Coming No Desktop

Bios > PEG or PCIE > CSM Disable > Patch vBios > CSM Driver > nv_disable=1 > Desktop coming with VRAM: 7MB

 

Latest NVIDIA web driver already installed when I try these.

 

Also no any kernel panic in verbose mode.

 

What am I missing?

 

I am adding my config plist. Could you please check what am i doing wrong?

config.plist.zip

Link to comment
Share on other sites

Yes dont use Nvidia Driver +  Inject NVIDIA

 

I don't use Inject NVIDIA

 

<key>NVidia</key>

<false/>
 
I also tried with or without NVIDIA Driver.
 
Even I tried full clean install again still same.
Link to comment
Share on other sites

 

I don't use Inject NVIDIA

 

<key>NVidia</key>

<false/>
 
I also tried with or without NVIDIA Driver.
 
Even I tried full clean install again still same.

 

I edit my post yes 

 

<key>NVidia</key>

<false/>
Link to comment
Share on other sites

This is strange ?

 

 

Its really strange resolution shows correctly but after clover boot screen desktop never come.(HDMI or DVI) I can just reach to desktop with nv_disable=1 argument. But this time VRAM shows 7MB. But also no any kernel panic. I tried in verbose mode system loaded. No desktop. Also tried AGDPfix nothing changed.

 

I am really dont know what can I try.

Link to comment
Share on other sites

×
×
  • Create New...