-
-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"asr: Couldn't personalize volume" on Mojave #73
Comments
I just tested the same changes for |
From comments left on other issues here, I found this script, which copies the EFI files over for the APFS file system to boot properly in VirtualBox: https://github.com/AlexanderWillner/runMacOSinVirtualBox |
Added changes to fix issue #73 and added support for Catalina
Hello @ramsey, where did you change the volumes paths? I am having the same issue. |
@AxelRobles This commit changed the paths in the script so that the particular issue I was having no longer exists: 37b24fa |
I kept running into this issue with
Install macOS Mojave.app
when theprepare-iso.sh
script would get to theasr restore
command:Oddly enough, though, it appears the "Personalization succeeded," but this emits a non-zero status, so the script dies right here.
I decided to see if I could manually run the commands that followed to see what would happen, and sure enough, everything succeeds, but there was one other thing I needed to change.
I needed to replace:
with:
For Mojave, it appears that, when the
asr restore
command mounts the volume for the base system, it uses the name "macOS Base System" instead of the older "OS X Base System."The text was updated successfully, but these errors were encountered: