Jump to content

Recommended Posts

Posted

Probably, but it's not that easy and you don't need to, if your intention is to put it in your image.


Just copy the EFI folder and boot* files.


To copy boot sectors, use dd command

dd if="my image" of=boot0 bs=440 count=1
dd if="my image" of=boot1h bs=1 count=1024 skip=512

dd if=boot0 of="your image" bs=440 count=1 conv=notrunc
dd if=boot1h of="your image" bs=1 count=1024 seek=512 conv=notrunc

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted
Probably, but it's not that easy and you don't need to, if your intention is to put it in your image.


Just copy the EFI folder and boot* files.


To copy boot sectors, use dd command

dd if="my image" of=boot0 bs=440 count=1
dd if="my image" of=boot1h bs=1 count=1024 skip=512

dd if=boot0 of="your image" bs=440 count=1 conv=notrunc
dd if=boot1h of="your image" bs=1 count=1024 seek=512 conv=notrunc

Thank you very much master. Is the command of dd in Mac and Linux are same?

Posted
Probably, but it's not that easy and you don't need to, if your intention is to put it in your image.


Just copy the EFI folder and boot* files.


To copy boot sectors, use dd command

dd if="my image" of=boot0 bs=440 count=1
dd if="my image" of=boot1h bs=1 count=1024 skip=512

dd if=boot0 of="your image" bs=440 count=1 conv=notrunc
dd if=boot1h of="your image" bs=1 count=1024 seek=512 conv=notrunc

Thank you very much master. Is the command of dd in Mac and Linux are same?

Posted

It's not hidden, it's just not mounted automatically


http://Olarila.com/forum/viewtopic.php?f=28&t=3405&p=33648#p33648


SMBIOS values are set automatically by Clover, you can override them in config.plist or in options menu


http://clover-wiki.zetam.org/Configuration/SMBIOS

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted

Hi!


I try install OS X Mavericks 10.9.3 bootable USB for Intel PCs but clover stops with the message


I try to boot with all options but the kernel panic is allways the same.

Fault cpu 0x0


1.jpg

2.jpg


any suggestion?


Intel Core i5 3230M, 2.6Ghz

Notebook Asus F75V

Nvidia Gforce 720M

Posted

thks


I enter with o (Options)


Binaries patching Menu

Kext patching allowed: [+]

AppleInteCPUPM patch: [+]


but the result is the same.


but.. where i put

AsusAICPUPM


I read with /usr/local/bin/clover-genconfig >config.plist but i don't find.


thks again

Posted

hello


if intelcpupm is enabled.. is that


try to boot in arguments


cpus=1


good hack

PB Easy Note TM 86 - i5 430 M - H55M - Ram - 6 GB - Alc272 - Radeon HD 5470 512 QE/CI

Lenovo G500 - i5 3230m - HM77 - Ram - 8 GB - Conexant audio - HD 4000

My OS X Files 

Posted

:(


I put args : -v cpus=1 npci=0×2000

but the installation resets.


I dont see the last line because the screen blanks and restart the notebook.

I can see any log?


thks

Posted

Don't select "without injected kexts".


You need NullCPUPowerManagement in EFI/CLOVER/kexts/10.9 and InjectKexts=true.

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted

You need NullCPUPowerManagement in EFI/CLOVER/kexts/10.9 and InjectKexts=true.


but... where is EFI/CLOVER/kexts/10.9 ?


I boot in single user verbose mode and i search EFI/CLOVER but i don't found.


If i open the pendrive with TransMac i don't found. :(

Posted

If you are using the image from this topic, the kext is already there, in EFI partition, just boot with injected kexts which is default.

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted

grgrgrgr :( not work!!!


i do this.

mount my usb in a linux


sudo mount /dev/sdc1 aa

i copy this dir : NullCPUPowerManagement.ktext


david@david-kubuntu:~/aa/EFI/CLOVER/kexts/10.9/NullCPUPowerManagement.kext/Contents$ ls

Info.plist MacOS Resources


Info.plist contents


<?xml version="1.0" encoding="UTF-8"?>




CFBundleDevelopmentRegion

English

CFBundleExecutable

NullCPUPowerManagement

CFBundleIdentifier

org.tgwbd.driver.NullCPUPowerManagement

CFBundleInfoDictionaryVersion

6.0

CFBundleName

NullCPUPowerManagement

CFBundlePackageType

KEXT

CFBundleSignature

????

CFBundleVersion

1.0.0d2

IOKitPersonalities


IntelCPUPowerManagement


CFBundleIdentifier

org.tgwbd.driver.NullCPUPowerManagement

IOClass

NullCPUPowerManagement

IOMatchCategory

AppleIntelCPUPowerManagement

IOProbeScore

100

IOProviderClass

IOResources

IOResourceMatch

IOKit



OSBundleLibraries


com.apple.kpi.iokit

8.0.0

com.apple.kpi.libkern

8.0.0

com.apple.kpi.unsupported

8.0.0


OSBundleRequired

Root





Save and umount and i boot my notebook


CLOVER OPTIONS

Boot Args: -v cpus=1 npci=0x2000

boot by my netbook restarts :(



any suggest?

thks

Posted

Which installer are you using? Are you booting with injected kexts?


If you are using the image from my link, you don't need NullCPUPowerManagement because it has the Disabler kext.

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...