Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
address Monterey upgrade boot loop; script version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
myspaghetti committed Jul 16, 2022
1 parent e4ab990 commit 2c0d789
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion macos-guest-virtualbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Push-button installer of macOS on VirtualBox
# (c) myspaghetti, licensed under GPL2.0 or higher
# url: https://github.com/myspaghetti/macos-virtualbox
# version 0.99.1.8
# version 0.99.2.0

# Dependencies: bash coreutils gzip unzip wget xxd dmg2img
# Optional features: tesseract-ocr tesseract-ocr-eng
Expand Down Expand Up @@ -751,6 +751,8 @@ VBoxManage setextradata "${vm_name}" \
"ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "${vm_name}" \
"VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 0
VBoxManage setextradata "${vm_name}" \
"VBoxInternal/TM/TSCMode" "RealTSCOffset" # avoid boot loop when upgrading to Monterey
}

# Create the macOS base system virtual disk image
Expand Down

0 comments on commit 2c0d789

Please sign in to comment.