Administrators MaLd0n Posted June 28, 2018 Administrators Posted June 28, 2018 ---Downloads--- -VirtualBox https://www.virtualbox.org/ -Olarila VM Images https://www.olarila.com/forum/47-virtual-machine-iso/ ---Create VM--- -Name: Mac -Type: Mac OS X -Version: Mac OS X (64-bit) -Memory size: 4096+ MB -Hard Disk size: 30+ GB ---Edit Machine--- Go to System/Motherboard/Boot Order and deactivate Floppy Go to System/Processor and change CPU to 2+ Go to Display/Screen/Video Memory and increase it to 128 MB Go to Storage/Optical Drive ("Empty") and load Olarila VM.iso -Now run "Configure VM.bat" (Machine Name in .bat is Mac, if you use other name run manually and change Machine Name) cd "C:\Program Files\Oracle\VirtualBox\" VBoxManage.exe modifyvm "Mac" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff VBoxManage setextradata "Mac" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3" VBoxManage setextradata "Mac" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0" VBoxManage setextradata "Mac" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple" VBoxManage setextradata "Mac" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" VBoxManage setextradata "Mac" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1 VBoxManage setextradata "Mac" "VBoxInternal2/EfiGraphicsResolution" "1920x1080" Wait finish ---High Sierra--- 10.13+ we need a some extra steps After the first stage of installation PRESS F12 Go to "Boot Maintenance Manager" "Boot from File" "HD(2,GPT)" "macOS Install Data" "Locked Files" "Boot Files" "boot.efi," Done!!! 1 1 -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
TheNewNorris Posted July 5, 2018 Posted July 5, 2018 How should I run the batch file? The file is apparently harmful if I run it from my PC.
artur-pt Posted July 5, 2018 Posted July 5, 2018 hello is a batch file for config the VM, u can edit the file and see what is gonna do 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
Administrators MaLd0n Posted July 5, 2018 Author Administrators Posted July 5, 2018 How should I run the batch file? The file is apparently harmful if I run it from my PC. i think your antivirus is harmful, find a good files, the bad files have a free way xD -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
Exidous Posted July 7, 2018 Posted July 7, 2018 I'm not seeing the proper locations on the file explorer after hitting F12. Should this be done after restarting the system? I've gone into the repair utility and recreated the virtual 35GB partition to install to. Seems to be working. For anyone else, if you see the below at the boot manager you need to go into the disk utility, delete the 35GB virtual HDD partition and recreate it using the mac OS.
nunezf Posted August 3, 2018 Posted August 3, 2018 If I have Linux does the bat file also execute there or is there any problem with that??
Administrators MaLd0n Posted August 3, 2018 Author Administrators Posted August 3, 2018 the bat is for windows, run commands -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
bigbird12345 Posted August 3, 2018 Posted August 3, 2018 I notice that you show a vmdk file in the initial step but a vdi file for the High Sierra specific step. Was this intentional?
Administrators MaLd0n Posted August 3, 2018 Author Administrators Posted August 3, 2018 U can use both, just take a shot -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
mreat Posted August 12, 2018 Posted August 12, 2018 If I have Linux does the bat file also execute there or is there any problem with that?? You can make a bash script like this #!/bin/sh VBoxManage modifyvm "Mac" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff VBoxManage setextradata "Mac" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3" VBoxManage setextradata "Mac" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0" VBoxManage setextradata "Mac" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple" VBoxManage setextradata "Mac" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" VBoxManage setextradata "Mac" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1 VBoxManage setextradata "Mac" "VBoxInternal2/EfiGraphicsResolution" "1920x1080" Just be sure your VM is named "Mac"
Crazydollarz Posted August 21, 2018 Posted August 21, 2018 I keep having a black screen with code on during install and the mac os X installer won't come up.
KijarGames Posted August 24, 2018 Posted August 24, 2018 I get an error message saying "Could not open file 'mach_kernel' (0xe)"
Administrators MaLd0n Posted August 24, 2018 Author Administrators Posted August 24, 2018 the error appears in some cases, but work, just wait -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
KijarGames Posted August 25, 2018 Posted August 25, 2018 after Mach_kernal failure thing, I also get "Boot Failed", continues on and evenutuallly gets to "root device uuid is 'EA0 (and so on)'". Doesn't move on from that, just stays like that
Bigmas74 Posted August 28, 2018 Posted August 28, 2018 Thanks It was an interesting Guide Note : do not select in storage that hard as solid state otherwise in High Sierra it will convert to AFPS and will not boot
Muneeb4m Posted August 30, 2018 Posted August 30, 2018 My system keeps restarting a few seconds after the black screen with white coding shows up and goes back to the first screen It keeps doing this again and again. Can anybody help me?
RoyalC Posted October 4, 2018 Posted October 4, 2018 hello i try but it stop a this step i follow the tutorial letter by letter, i have downloaded Olarila VM HighSierra.iso My computer is an Acer 7250 . Thanks For the help
Administrators MaLd0n Posted October 4, 2018 Author Administrators Posted October 4, 2018 u run commands in cmd? -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
Administrators MaLd0n Posted October 4, 2018 Author Administrators Posted October 4, 2018 try run manually with correct machine name -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
RoyalC Posted October 4, 2018 Posted October 4, 2018 ok i'll give a try Added in 1 minute : i try by cmd under aministrator but same stop !!
supercallous Posted October 25, 2018 Posted October 25, 2018 Hi MaLd0n I seem to run into a problem during the install. It asks me to choose which disk to install to, but there is nothing there to select. Please see the attached screenshot. Do you have any idea why this is happening?
Administrators MaLd0n Posted October 25, 2018 Author Administrators Posted October 25, 2018 [ref]supercallous[/ref], idk, i never see this problem -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
supercallous Posted October 26, 2018 Posted October 26, 2018 I managed to get it right by following the guide below: https://forums.virtualbox.org/viewtopic.php?t=85631 Hope this helps anyone else experiencing the same issue. Added in 19 minutes 43 seconds: [ref]MaLd0n[/ref], it was related to the type of file system being used. VirtualBox doesn't yet support AppleFS, so I had to tell the installation to use the recovery partition as that is where the install files get copied to. It then completed the installation once I had done this and ejected the ISO from the VM.
Administrators MaLd0n Posted October 26, 2018 Author Administrators Posted October 26, 2018 [ref]supercallous[/ref], -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