

- WAITING FOR DSMOS VIRTUALBOX MAC OS X
- WAITING FOR DSMOS VIRTUALBOX UPDATE
- WAITING FOR DSMOS VIRTUALBOX PC
- WAITING FOR DSMOS VIRTUALBOX ISO
- WAITING FOR DSMOS VIRTUALBOX FREE
WAITING FOR DSMOS VIRTUALBOX UPDATE
This would avoid thousands of bugs, crashes, kernel panics and malwares, and also allow you to update the OS by simply 'replacing' the OS partition with another one, or installing another version in parallel. The idea behind making all read-only is that my macos partition can be exactly the same as yours and everybody else in the world. Copy and paste the following command into the Terminal window: sudo chown root:admin / Press Enter. When you boot your Mac in verbose mode (cmd+V on startup), it hangs on the text “Waiting for DSMOS” and is booting a lot slower than usual. You are waiting for it to be un-encypted in the background, then to do its checks for genuine Mac Hardware.
WAITING FOR DSMOS VIRTUALBOX MAC OS X
But still the same.ĭSMOS stands for a module whose long-name is Don't Steal Mac OS x (DSMOS). So i tried everything, changed dsmos.kext to fakesmc.kext, combinations of some kext with others, disabler, nullcpumanagement, etc. After 2.36 minutes of doing nothing, suddenly my 'MacMidi' boots obliviously and straight into Snow Leopard. 3 minutes boot time because after Waiting for DSMOS the computer seemed to be frozen. MacOS on QEMU/KVM on WSL2 on Windows - it's virtual machines all the way down! View Comments.

WAITING FOR DSMOS VIRTUALBOX PC
Everything was working beautifully, but then my PC randomly hard reboot, and now I can't get past this. %MANAGE% setextradata %VM_NAME% "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.Hackintosh randomly won't boot, hangs on 'Waiting For DSMOS' SUCCESS! I have FakeSMC.kext installed. %MANAGE% setextradata %VM_NAME% "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "MacBookPro11,3" Set MANAGE="C:\Program Files\Oracle\VirtualBox\VBoxManage.exe" Yosemite 10.10: made cd as described here.Įcho 'configuring cpuid and extradata for %VM_NAME%' VBox: 5.0.2, with EFI selected, chipset ICH9 I was stuck on "DSMOS has arrived" (waited at least 5 minutes) Vboxmanage setextradata $VM_NAME "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1 Vboxmanage setextradata $VM_NAME "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" Vboxmanage setextradata $VM_NAME "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple" Vboxmanage setextradata $VM_NAME "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0" Vboxmanage setextradata $VM_NAME "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "MacBookPro11,3" configure.sh my_virtual_machine_nameĮcho "configuring cpuid and extradata for $1" Note that this uses the cpuidset flag and also starts the vm from a terminal with the vboxmanage command. Guest: OSX 10.9 machine to run the Yosemite.iso created through the above script Host: Mint 17 on Optiplex 755 (also validated on Ubuntu 14.04) Thanks for this! Here is what I got to work for me with the following configuration: Then you cd in Terminal.app to the directory where you saved the script and make it executable with if you have moved the "Install OS X Yosemite.app") and save this script as " prepare_yosemite_iso.sh". Mv /tmp/Yosemite.cdr ~/Desktop/Yosemite.isoĪdjust the paths in the script if necessary (e.g.
WAITING FOR DSMOS VIRTUALBOX ISO
# Rename the ISO and move it to the desktop Hdiutil convert /tmp/Yosemite.sparseimage -format UDTO -o /tmp/Yosemite # Convert the sparse bundle to ISO/CD master Hdiutil resize -size `hdiutil resize -limits /tmp/Yosemite.sparseimage | tail -n 1 | awk ''`b /tmp/Yosemite.sparseimage
WAITING FOR DSMOS VIRTUALBOX FREE
# Resize the partition in the sparse bundle to remove any free space Rm /Volumes/install_build/System/Installation/PackagesĬp -rp /Volumes/install_app/Packages /Volumes/install_build/System/Installation/Ĭp -rp /Volumes/install_app/BaseSystem.dmg /Volumes/install_build/Ĭp -rp /Volumes/install_app/BaseSystem.chunklist /Volumes/install_build/ # Remove Package link and replace with actual files Hdiutil attach /tmp/Yosemite.sparseimage -noverify -nobrowse -mountpoint /Volumes/install_build # Mount the sparse bundle for package addition

Hdiutil resize -size 8g /tmp/Yosemite.sparseimage

# Increase the sparse bundle capacity to accommodate the packages Hdiutil convert /Volumes/install_app/BaseSystem.dmg -format UDSP -o /tmp/Yosemite # Convert the boot image to a sparse bundle Hdiutil attach /Applications/Install\ OS\ X\ Yosemite.app/Contents/SharedSupport/InstallESD.dmg -noverify -nobrowse -mountpoint /Volumes/install_app Since VirtualBox needs an ISO image to boot from you need to create one from the downloaded "Install OS X Yosemite.app"įor this purpose I basically adapted the script found here:
