A Macintosh ASR image capture will "Complete successfully" with a 0B image uploaded and display the below errors.
disk0s2 is a FileVault or Fusion Drive physical volume
asr: image scan failed - No such file or directory.
There are several ways to work around this issue:
1. Capture the image using K-Image format instead of ASR
2. Rename the hard drive from Macintosh HD to MacintoshHD to temporarily remove the lock, then retry the capture.
3. Disable CoreStorage on the Macintosh HD logical volume using Terminal:
a. Run diskutil cs list to find the Logical Volume UUID. Look for the entry with the Macintosh HD Volume Name, please note that this operation will only work if the value for Revertible is Yes
+-> Logical Volume 88D12EE2-87B7-459F-84C1-FFC7AF81B78A
---------------------------------------------------
Disk: disk1
Status: Online
Size (Total): 499046809600 B (499.0 GB)
Revertible: Yes (no decryption required)
LV Name: Macintosh HD
Volume Name: Macintosh HD
Content Hint: Apple_HFS
b. Run sudo diskutil cs revert [UUID], replacing [UUID] with the proper UUID.
In the example output above, the UUID is bolded on the first line, and the command would be sudo diskutil cs revert 88D12EE2-87B7-459F-84C1-FFC7AF81B78A
c. Reboot the system and retry the capture
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center