Skip to content
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

Open
ramsey opened this issue Nov 3, 2019 · 5 comments
Open

"asr: Couldn't personalize volume" on Mojave #73

ramsey opened this issue Nov 3, 2019 · 5 comments

Comments

@ramsey
Copy link

ramsey commented Nov 3, 2019

I kept running into this issue with Install macOS Mojave.app when the prepare-iso.sh script would get to the asr restore command:

	Validating target...done
	Validating source...done
	Retrieving scan information...done
	Validating sizes...done
	Restoring  ....10....20....30....40....50....60....70....80....90....100
	Restored target device is /dev/disk4s2.
	Remounting target volume...done
Personalization succeeded
asr: Couldn't personalize volume /Volumes/macOS Base System

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:

/Volumes/OS\ X\ Base\ System

with:

/Volumes/macOS\ Base\ System

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."

@ramsey
Copy link
Author

ramsey commented Nov 3, 2019

I just tested the same changes for Install macOS Catalina.app, and they work for Catalina, as well.

@ramsey
Copy link
Author

ramsey commented Nov 3, 2019

Unfortunately, the problem I have now is, after installation, the VM boots up into the UEFI Interactive Shell, and I'm stuck here.

Screen Shot 2019-11-03 at 17 20 14

@ramsey
Copy link
Author

ramsey commented Nov 4, 2019

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

cipaterson added a commit to cipaterson/macos-virtualbox-vm that referenced this issue Jun 23, 2021
geerlingguy added a commit that referenced this issue Aug 19, 2021
Added changes to fix issue #73 and added support for Catalina
@AxelRobles
Copy link

Hello @ramsey, where did you change the volumes paths? I am having the same issue.

@ramsey
Copy link
Author

ramsey commented Apr 5, 2022

@AxelRobles This commit changed the paths in the script so that the particular issue I was having no longer exists: 37b24fa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants