Jump to content
iHackintosh_PT

OS X Mavericks 10.9.5 bootable USB for Intel

Recommended Posts

hi,


OK i have maverickas up and running well my issue is that i have to boot from the usb. I mounted the efi partition on the hard drive and coppied everything over but for some reason it still says no boot device found unless i use the usb. Is there anything particular about the usb efi partition that might be different from the standard one that osx creates durring install.


thanks

Link to comment
Share on other sites

There are other steps than copying the EFI


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


It works only for UEFI boot. If your mobo doesn't support it, you need to install Clover with the boot0af or boot0ss option.

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

If you use UEFI, it boots because it has /EFI/BOOT/BOOTX64.efi in the EFI partition.


If you use legacy, it boots because it has Clover EFI boot sectors in MBR and PBR of the EFI partition.

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

ok then that's my problem my hard drive is formatted as gpt can i instal the legacy bootsecotrs to a gpt formatted drive. My laptop does have uefi but as it turns out the bios is locked down no way to access it to add the drive as a bott device.

Link to comment
Share on other sites

Yes, you can install legacy boot sectors to GPT, the USB image is GPT too.


Use the Clover pkg installer.

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

Choose the OS X volume as install location and check the options "Install Clover in the ESP" and "Install boot0ss in MBR".

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

Did you erase EFI with diskutil eraseVolume?


It should not be auto mounted unless you did that or set MountEFI=true


http://clover-wiki.zetam.org/Configuration/RtVariables#MountEFI

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

Hi,


I try to install OS X into my laptop (Acer Aspire V3 772G)

I can boot from USB using legacy in bios settings and using Clover

I got some trouble before the installation but everything went fine after I replaced the Mach_Kernel with the patched kernel from here:

http://www.insanelymac.com/forum/files/file/173-109-kernel-xcpm-free/


The installation was a success but when I tried to boot OS X on the HDD, I got a infinite reboot loop in loading driver.

I tried many boot args such as "-v -f GraphicsEnabler=Yes PciRootUID=0", "-v -f GraphicsEnabler=No PciRootUID=0", etc (I searched as many as possible from the internet but it still got me into infinite reboot loop.)


After hours of trying, I try another method by setting my bios configuration to UEFI boot. I still couldn't boot from HDD but it shows something like this:

Loading Drivers......................................................................

Error reading driver XXXXXXXXXX ................................

Error reading driver XXXXXXXXXX ............................

Error reading driver XXXXXXXXXX .....................

(X is the kexts location)


I tried to boot in safe mode, without cache, verbose, etc but no success.

Any ideas?

(I can boot Windows 8.1 normally in Clover bootloader on my USB and even without USB using Windows Boot Manager when choosing UEFI mode in BIOS)


Thanks in advance!!



My computer specs:


Acer V3 772G

CPU: Intel i7-4702MQ 2.2 GHz

GPU: Nvidia GTX 760M (with Intel HD Graphics 4600)

120GB SSD and 1TB HDD (trying to install OS X in one of the three partitions)

Link to comment
Share on other sites

Hi,


you have to replace mach_kernel in the installed system as well, and the first boot without caches (press space bar).

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

Hi,


you have to replace mach_kernel in the installed system as well, and the first boot without caches (press space bar).

 

Thank you for your reply : )


How do I replace mach_kernel in my installed system?

I try to use TranMac but I can't seem to write files into the installed partition.


Thanks in advance!

Link to comment
Share on other sites

You can use the installer, open the terminal (utilities menu on the top) and copy it to the system partition

cp /mach_kernel /Volumes/"Mavericks volume name"/

 

If the Mavericks partition is not mounted, mount it using Disk Utility.

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

You can use the installer, open the terminal (utilities menu on the top) and copy it to the system partition

cp /mach_kernel /Volumes/"Mavericks volume name"/

 

If the Mavericks partition is not mounted, mount it using Disk Utility.

 

I finally managed to boot the HDD.

Thank you very much!


I am still in the process of searching the kexts for my drivers. Hopefully I can make my wifi working : )

Link to comment
Share on other sites

hi all,

i have windows 7,and i want to do i dual boot with hackintosh..mavericks..

pls i need a guide to do that

Intel® core i5 --3210M CPU @ 2.50GHZ

ASUSTeK COMPUTER INC K55A IVYBRIDGE

DDR3 4GIG MEMORY

Intel® HD Graphics 4000 1798MBytes

Link to comment
Share on other sites

hello


no step by step to do this


u need a free partition to install mac os x or available space for that..


u need to read all info here in forum about u are trying to achieve..


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 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.





×
  • Create New...