pernacabeluda Posted October 31, 2012 Posted October 31, 2012 (edited) Access chat to get download link (channel topic). - Copy the .raw file to an USB stick For Windows http://en.opensuse.org/SDB:Live_USB_stick#Download_ImageWriter or http://sourceforge.net/projects/win32diskimager/ If you have error during copy, eject and re-connect the pen drive. When Windows asks if you want to format it, cancel and run Image Writer again. If the problem persists, disable your anti-virus software, it may be blocking raw write to the drive. For OS X http://Olarila.com/forum/viewtopic.php?f=28&t=3736 - Boot the USB drive and install. Default boot loader is Clover http://www.projectosx.com/forum/index.php?showtopic=2562 If you want to use Chameleon press 1 at boot http://forum.voodooprojects.org/index.php/topic,2659.0.html UEFI boot is for Aptio BIOS only. For other BIOS use legacy boot to install, you can fix UEFI boot later http://Olarila.com/forum/viewtopic.php?f=28&t=3405 If you need, use TransMac to delete kexts which are causing problems (System/Library/Extensions) and delete kernelcache (System/Library/Caches/com.apple.kext.caches/Startup) http://www.asy.com/scrtm.htm If boot stops right before reaching the installer, or graphics aren't working right, delete video kexts: ATI = AMDRadeon* and ATI* Intel = AppleIntelHD*, AppleIntelSNB* and AppleIntelFramebuffer* nVidia = GeForce* and NVDA* You can also move kexts booting in single user mode (press space bar in Clover or down arrow key in Chameleon) fsck -fy mount -uw / mkdir /kext_backup cd /System/Library/Extensions mv AppleIntelHD* AppleIntelSNB* AppleIntelFramebuffer* AMDRadeon* ATI* GeForce* NVDA* /kext_backup rm ../Caches/com.apple.kext.caches/Startup/kernelcache reboot You need at least one free partition, use Disk Utility (in the Utilities menu) to erase it as Mac Os Extended (Journaled). If you want to install the boot loader in this partition and you use MBR (not GUID, like if you already have Windows in the HD), it must be a primary (not extended/logical) partition. Wait for the installation to finish and restart. - Boot the USB drive, then choose to boot the HD you just installed OS X (not the installer USB again). - Install boot loader to the HD. - Install essential and other kexts you may need (network, audio, etc). FakeSMC.kext is always needed http://Olarila.com/files/10.8/HWSensors/FakeSMC.kext.zip While you don't have power management fixed, you will probably need NullCPUPowerManagement.kext http://Olarila.com/files/10.6/PM/NullCPUPowerManagement.kext.zip If you use PS/2 keyboard or a laptop you will need VoodooPS2Controller.kext (or ApplePS2Controller.kext) and AppleACPIPS2Nub.kext http://Olarila.com/files/10.8/PS2/PS2_Voodoo.zip How to find kexts for your hardware http://Olarila.com/forum/viewtopic.php?f=18&t=1694 Detailed post install instructions http://Olarila.com/forum/viewtopic.php?f=28&t=1716 - When you format the USB drive as FAT/NTFS you'll notice its size was reduced. Just open Disk Management (Administrative Tools), remove the 5 GB partition and create a new one using all the drive. Edited November 9, 2014 by Guest -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
conmuc Posted November 4, 2012 Posted November 4, 2012 My lap: I5 3210M, Ram 4GB, Intel HD 4000 Just log in in safe mode
pcanytime Posted November 4, 2012 Posted November 4, 2012 Trying to install this version over HP DV6 1390 but getting this before starting installation: this version of Mac OS x is not supported on this platform reason: Mac-F22788A9 any idea?
pernacabeluda Posted November 5, 2012 Author Posted November 5, 2012 Hello, My lap: I5 3210M, Ram 4GB, Intel HD 4000Just log in in safe mode give more details, which bootloader did you install, what's the error without safe boot? Trying to install this version over HP DV6 1390 but getting this before starting installation:this version of Mac OS x is not supported on this platform reason: Mac-F22788A9 any idea? are you booting from USB? Clover or Chameleon? Try forcing another SMBIOS, a more recent model which is supported by Mountain Lion. -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
pcanytime Posted November 6, 2012 Posted November 6, 2012 Thank you for your answer... I try the same but with normal PC gigabyte GA-X48-DQ6 motherboard and Core 2 Quad 2.4 Intel nVidia GTS250 Dell Keyboard and Logitech USB mouse Everything running good and finished installation... now i am at step .... - Install boot loader to the HD. where i can find this loader and how to install it? is it something like copy and past some files?? and what about - Install essential and other kexts you may need (network, audio, etc). need hint and i will run to finish it Thank you so much for your Torrent file it helps a lot....
pernacabeluda Posted November 6, 2012 Author Posted November 6, 2012 where i can find this loader and how to install it? is it something like copy and past some files?? Follow link for the bootloader of your choice on first post (Clover or Chameleon), use the pkg installer. need hint and i will run to finish it Essential kexts are on first post. Follow link "How to find kexts for your hardware". -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
LilSmurth Posted November 8, 2012 Posted November 8, 2012 I have a question. Using the bootable USB, I was able to install OS X 10.8.2 and boot into the HDD install via the USB. Where is the bootloader located at so that I may install it onto the HDD? EDIT: I understand now. I'm downloading Clover_v2_rL828.zip to use as my bootloader.
LilSmurth Posted November 8, 2012 Posted November 8, 2012 I installed the Clover bootloader, but when I restarted my laptop, OS X Mountain Lion wouldn't boot from the hdd. It said no operating system. How do I get the bootloader to work? Thanks in advance
pernacabeluda Posted November 9, 2012 Author Posted November 9, 2012 Did you partition the HD as GUID or MBR? If it was MBR, the partition must be primary. Edit: also try marking the MBR partition as active sudo fdisk -e /dev/disk0 f 1 w y exit If you get "boot0: error" see this (it's also valid for Clover) http://Olarila.com/forum/viewtopic.php?f=27&t=1676 -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
dessoy Posted November 19, 2012 Posted November 19, 2012 Perfect! Thank you! Installed in 3 completely different machines with INTEL processors without any problems. Today I will test on another PC with AMD processor. Later I will report the result here.
pernacabeluda Posted November 19, 2012 Author Posted November 19, 2012 Hello, it won't work with AMD. This is for Intel only, it's basically the original installer from App Store, I only added the bootloaders and essential kexts. -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
newbforlifes Posted November 19, 2012 Posted November 19, 2012 When trying to boot with clover, I always get [PCI Configuration Begin] and it just stays stuck there, what should I do? Asus S400 | Intel i5-3317U | Intel HD 4000
pernacabeluda Posted November 19, 2012 Author Posted November 19, 2012 Try to replace IOPCIFamily by this one and delete kernelcache (using TransMac, see first post for details) http://www.mediafire.com/?8tclbv923xiflyx If there is HD activity after screen hangs, it's probably a video issue, see solution on first post. -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
Biso007 Posted November 21, 2012 Posted November 21, 2012 I tried this installer and it doesn't work for me .. it keeps resetting after selecting the boot device on the BIOS menu I tried setting the partition active and copying boot1h with dd ... still not working. HP Elitebook 8460p (Core i7 Sandy Bridge 2640M 2.8 GHz + Intel HD3000)
artur-pt Posted November 21, 2012 Posted November 21, 2012 hello try to boot with chameleon hit 1 and power on in chameleon screen write -v 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
smarw Posted November 21, 2012 Posted November 21, 2012 hi i tried to install "OS X 10.8.2 Mountain Lion bootable USB for Intel PCs" on an ASUS G53SX-S1177V (R.O.G.) LCD : 15.6"(3D + FHD) i7-2670QM-2.2GHz/6M - 10 GB DDR3 - HDD : 1 TB - VGA : NV GTX 560M - VRAM : 2GB DDR5 but no succes my HDD is 2*500GB ( my original partitions ; disk0: Restore Fat32 + Win 7 preinstalled ntfs + primary partition ntfs , disk1: 2 primary partition ntfs) in MBR (not in GPT) and UEFI disabled so first i tried to install on disk1 , after that on disk 0 ... the installation complete in all attempts but never couldn't boot without the usb , i tried EasyBCD, chimera, chameleon and clover == i tried also with uefi enabled but nothing change ... what i am missing ???? i cant format c: (and the HD including the c: ) coz i don't wanna loose my oem windows and all the softwares installed , plz help Hackintosh (HP a6561,af modified : intel Q6600 - RAM 8GB - 640GB + 160GB - nVidia FX580 ) - Win 7 + ML 10,8 ASUS G53SX-S1177V (R.O.G.) LCD : 15.6" FHD - i7-2670QM-2.2GHz/6M - 10 GB DDR3 - HDD : 1 TB (500 + 500) - GTX 560M - VRAM : 2GB DDR5 - Win 7
pernacabeluda Posted November 21, 2012 Author Posted November 21, 2012 What's the error when you try to boot from HD? -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
Biso007 Posted November 22, 2012 Posted November 22, 2012 hello try to boot with chameleon hit 1 and power on in chameleon screen write -v cpus=1 good hack it stops at: boot0: test ... boot0:done when I hit any key it reboots .. do I miss anything ?
smarw Posted November 22, 2012 Posted November 22, 2012 What's the error when you try to boot from HD? in my case : first , with easyBCD i have "chain booting error " (osX and win7 in separate HD) second, with chameleon and clover boot0: test, boot0:error (osX and win7 in separate HD) third , with easyBCD i have "missing operating system" (osX and win7 in the same HD, but different partitions), after repair of win 7 i got boot0: test, boot0:error fourth, with chameleon and clover i have "missing operating system" (osX and win7 in the same HD, but different partitions), after repair of win 7 i got bootmgr is missing when i try to boot osx NB: when installing osx the chameleon interface don't show when pressing 1 at boot0 , just the clover interface Hackintosh (HP a6561,af modified : intel Q6600 - RAM 8GB - 640GB + 160GB - nVidia FX580 ) - Win 7 + ML 10,8 ASUS G53SX-S1177V (R.O.G.) LCD : 15.6" FHD - i7-2670QM-2.2GHz/6M - 10 GB DDR3 - HDD : 1 TB (500 + 500) - GTX 560M - VRAM : 2GB DDR5 - Win 7
pernacabeluda Posted November 22, 2012 Author Posted November 22, 2012 Have you tried this? http://Olarila.com/forum/viewtopic.php?f=27&t=1676 -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
smarw Posted November 22, 2012 Posted November 22, 2012 ok i will try it tomorrow it is midnight and i have to get some sleep , but before i have some questions : 1- i will keep all partitions with the MBR and the win 7 installed, is it better to install ML 10,8,2 in the same HD or in the second ? should i install chameleon in 200Mb partition or in the same partition with osx ? 2- should i install chimera ? or just chameleon and the drivers ? i will post the result , and thanks for ur reply Hackintosh (HP a6561,af modified : intel Q6600 - RAM 8GB - 640GB + 160GB - nVidia FX580 ) - Win 7 + ML 10,8 ASUS G53SX-S1177V (R.O.G.) LCD : 15.6" FHD - i7-2670QM-2.2GHz/6M - 10 GB DDR3 - HDD : 1 TB (500 + 500) - GTX 560M - VRAM : 2GB DDR5 - Win 7
pernacabeluda Posted November 22, 2012 Author Posted November 22, 2012 1 - It makes no difference, it's your choice. 2 - Chimera is a branch of Chameleon http://forge.voodooprojects.org/p/chameleon/source/tree/HEAD/branches/Chimera -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
smarw Posted November 22, 2012 Posted November 22, 2012 Nice i will give it a try in separate HD , chimera and chameleon with binaries tomorrow i will post the result and thanks , hope it will do the job Hackintosh (HP a6561,af modified : intel Q6600 - RAM 8GB - 640GB + 160GB - nVidia FX580 ) - Win 7 + ML 10,8 ASUS G53SX-S1177V (R.O.G.) LCD : 15.6" FHD - i7-2670QM-2.2GHz/6M - 10 GB DDR3 - HDD : 1 TB (500 + 500) - GTX 560M - VRAM : 2GB DDR5 - Win 7
smarw Posted November 23, 2012 Posted November 23, 2012 so i tried two procedure 1- i installed ML 10.8.2 from Usb in the second HD , the pc boot always in windows ; no error no chameleon screen , 2- i installed ML 10.8.2 from Usb in the same HD, but in different partition , i got error 0 and can't boot windows 7 or ML , i tried to fix it using this guide Boot from the USB, open Terminal (Utilities menu) and run Code: diskutil list Look for the IDENTIFIER of the OS X partition and run (replace diskXsY by the identifier) Code: diskutil unmount diskXsY cd / dd if=boot1h of=/dev/diskXsY bs=4096 when taping "boot1h" in the code i got no such directory or file (or i already copied in the root) when taping "boot" in the code i got error 0 Hackintosh (HP a6561,af modified : intel Q6600 - RAM 8GB - 640GB + 160GB - nVidia FX580 ) - Win 7 + ML 10,8 ASUS G53SX-S1177V (R.O.G.) LCD : 15.6" FHD - i7-2670QM-2.2GHz/6M - 10 GB DDR3 - HDD : 1 TB (500 + 500) - GTX 560M - VRAM : 2GB DDR5 - Win 7
Cassio Posted November 23, 2012 Posted November 23, 2012 You must put boot1h in root of USB drive, not ML partition. -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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now