Jump to content

Chameleon can't detect installer USB


34 posts in this topic

Recommended Posts

Specs:

  • Gigabyte GA-Z97N-WIFI
  • Intel Pentium G3258 Anniversary Edition
  • EVGA GeForce GTX 750 Ti SC
  • 8GB G.Skill Ares 2x4GB DDR3 RAM
  • 1TB WD Hard Drive

I restored the InstallESD.dmg from the Mountain Lion install disc to a 32GB Sandisk Cruzer Glide USB flash drive using Transmac (I have no access to a Mac) and I put Chameleon onto a 1GB flash drive.  Once I boot my computer to Chameleon, the Mountain Lion installer USB isn't anywhere on the list.  However, when I put the same two USBs into my netbook, an Acer Aspire One 722, the USB installer is in the list.  I've tried different combinations of USB ports to no avail.  I'm clueless as to why it shows up on my netbook and not my desktop.  Is there any possible reason this is happening?

Link to comment
Share on other sites

Thank you for the swift reply Chris :) so to make sure I do this right, I just use the SUSE image writer to write the Mavericks raw image to my 32GB flash drive, and then use the 32GB drive to boot and disregard the Chameleon USB I made? And would I boot the drive in UEFI mode?

Link to comment
Share on other sites

Thank you for the swift reply Chris :) so to make sure I do this right, I just use the SUSE image writer to write the Mavericks raw image to my 32GB flash drive, and then use the 32GB drive to boot and disregard the Chameleon USB I made? And would I boot the drive in UEFI mode?

You need to formate your USB in FAT32 before using SUSE 

And see about your CPU with Clover 

 

http://www.insanelymac.com/forum/topic/303407-how-to-install-yosemite-mac-os-x-1010-on-a-pentium-g3258-or-other-unsupported-cpu/

Or maybe try this tools  Is Updated Clover for your CPU

 

http://www.insanelymac.com/forum/topic/283190-bdutilityexe-make-cloverchameleon-bootflash-with-macosx-distr/

Link to comment
Share on other sites

So I would add a fake CPUID to the config.plist in Clover? Can I do that from within Clover or do I need a plist editor for Windows? And would Clover already be on the 32GB flash drive after I restore the image to it, or do I need a separate flash drive for Clover?

 

Edit: So for the second link you posted, I would use a different USB other than the one used for the Mavericks image?

Link to comment
Share on other sites

So I would add a fake CPUID to the config.plist in Clover? Can I do that from within Clover or do I need a plist editor for Windows? And would Clover already be on the 32GB flash drive after I restore the image to it, or do I need a separate flash drive for Clover?

See my last edited post  Beter try to BootdiskUtility  :D

Link to comment
Share on other sites

So use BootdiskUtility on my 32GB flash drive to install the Clover bootloader to one partition, then restore the OS X image to the second partition? Would I use Transmac to restore the image or would I use BootdiskUtility?

Bootdiskutility is able to restore and is this not working see on GeniusBar Forum

There is a great guide for Windows now I am on my phone

Good luck

 

http://www.insanelymac.com/forum/topic/288795-guide-creating-os-x-usb-installer-using-a-windows-pc-only/

Link to comment
Share on other sites

I wrote the Mavericks raw image to my 32GB flash drive and booted into it. It loaded up Clover and I selected my install partition on the flash drive and I got a kernel panic  :(

 

AppleACPIPlatformExpert::start failed

panic(cpu 0 caller 0xffffff80006c2d61): "Unable to find driver for this platform: \"ACPI\".\n"@/SourceCache/xnu/xnu-2422.100.13/iokit/Kernel/IOPlatformExpert.cpp:1533

Debugger called: <panic>

Backtrace (CPU 0), Frame : Return Address

0xffffff8108c23dc0 : 0xffffff0000222fa9

0xffffff8108c23e40 : 0xffffff00006c2d61

0xffffff8108c23e50 : 0xffffff000069522f

0xffffff8108c23ea0 : 0xffffff0000694def

0xffffff8108c23f30 : 0xffffff00006909c9

0xffffff8108c23f70 : 0xffffff0000695943

0xffffff8108c23fb0 : 0xffffff00002d7127

 

I also tried to find an option in the Clover bootloader to fake my CPUID but I couldn't find an option. What should I do now?

Link to comment
Share on other sites

I wrote the Mavericks raw image to my 32GB flash drive and booted into it. It loaded up Clover and I selected my install partition on the flash drive and I got a kernel panic  :(

 

AppleACPIPlatformExpert::start failed

panic(cpu 0 caller 0xffffff80006c2d61): "Unable to find driver for this platform: \"ACPI\".\n"@/SourceCache/xnu/xnu-2422.100.13/iokit/Kernel/IOPlatformExpert.cpp:1533

Debugger called: <panic>

Backtrace (CPU 0), Frame : Return Address

0xffffff8108c23dc0 : 0xffffff0000222fa9

0xffffff8108c23e40 : 0xffffff00006c2d61

0xffffff8108c23e50 : 0xffffff000069522f

0xffffff8108c23ea0 : 0xffffff0000694def

0xffffff8108c23f30 : 0xffffff00006909c9

0xffffff8108c23f70 : 0xffffff0000695943

0xffffff8108c23fb0 : 0xffffff00002d7127

 

I also tried to find an option in the Clover bootloader to fake my CPUID but I couldn't find an option. What should I do now?

You need to edit config.plist

 

inject  fake CPUID on EFI /CLOVER  / config.plist

Have look here  and using tansmac to seeing HFs file :)

http://superuser.com/questions/662823/how-do-i-mount-the-efi-partition-on-windows-8-1-so-that-it-is-readable-and-write

Link to comment
Share on other sites

I tried injecting the fake CPUID 0x0306A0 and it gave the same error.

 <key>KernelAndKextPatches</key>
<dict>
<key>AppleRTC</key>
<true/>
<key>AsusAICPUPM</key>
<true/>
<key>Debug</key>
<false/>
<key>FakeCPUID</key>
<string>0x0306A0</string>
<key>KernelCpu</key>
<false/>

Above is how part of my config.plist looks for the CPUID. How would I go about disabling the ACPI injection?

Link to comment
Share on other sites

I tried injecting the fake CPUID 0x0306A0 and it gave the same error.

 <key>KernelAndKextPatches</key>

<dict>

<key>AppleRTC</key>

<true/>

<key>AsusAICPUPM</key>

<true/>

<key>Debug</key>

<false/>

<key>FakeCPUID</key>

<string>0x0306A0</string>

<key>KernelCpu</key>

<false/>

Above is how part of my config.plist looks for the CPUID. How would I go about disabling the ACPI injection?

Do you restore Ml or Yosemite ?

 

any way try to put this kext on EFI /CLOVER /kexts /10.8  and / 10.9   and  /10.10

Link to comment
Share on other sites

Currently I restored Mavericks 10.9.3 to my flash drive, the file from the very first link you posted.

ok see my last edit

 

 

Currently I restored Mavericks 10.9.3 to my flash drive, the file from the very first link you posted.

 

Okay I'll try that and report back.

Do you have options in the bios to disable VT-D ?

desable Intel Virtualisation

Desable Intel Graphics CPU and   set you Graphics card  to booting only to the Graphics card

Link to comment
Share on other sites

I placed the kext into each of those folders and set those BIOS settings and I still get the same error :(

I think the problem is related to this

  • EVGA GeForce GTX 750 Ti

lots of trouble with this card on Hackintosh    you need the web driver to make it work

and the Nvidia web driver need to be Install On OS X 

 

​The problem you have now is you dont have Core i3 or 5 or i7 with Graphics Intel HD 4000 OR 4600

​for putting  out the the graphics cards and Installing OS X with Intel CPU . Do you understand ??

 

Your really not lucky with this ardwarre  :angel_not: 

Link to comment
Share on other sites

I think I understand what you mean, so the problem most likely lies in the graphics card and my processor doesn't have compatible integrated graphics?

Yes  thats right 

 

You can try boot Clover and typing TAB at boot

select boot Safe mode, maybe works on Mavericks 

Link to comment
Share on other sites

Safe mode didn't work either

 

 

I dont know if the solution exist for this configuration ? 

 

I dont have the absolute truth  :lol:

But for me try to changing GPU or CPU and you have better chance ;)

Link to comment
Share on other sites

Unfortunately I don't any way of getting any new parts at the moment  :(

But thank you very much for your help!  :lol:

Type OS X Mavericks pentium G3258 on google 

and EVGA GeForce GTX 750 Ti OS X Mavericks 

 

Were you living ? Canada ?

Link to comment
Share on other sites

 Share

×
×
  • Create New...