Last active
August 29, 2015 14:25
-
-
Save probonopd/f3ba94d7da60a8a2bb05 to your computer and use it in GitHub Desktop.
Cannot chroot into PD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # brew install xz | |
| # brew install qemu | |
| wget http://smuckola.org/projects/puredarwin/Puredarwin-darwin_9.8-version_9L30.qcow2.xz | |
| xz -v -d -k Puredarwin-darwin_9.8-version_9L30.qcow2.xz | |
| qemu-img convert -O raw Puredarwin-darwin_9.8-version_9L30.qcow2 Puredarwin-darwin_9.8-version_9L30.raw | |
| hdiutil attach -imagekey diskimage-class=CRawDiskImage *raw | |
| sudo chroot /Volumes/PD-Xmas-9L30pd1/ /bin/sh | |
| # ReportCrash[88493]: Failed to create CSSymbolicatorRef for bash[88492] | |
| diskutil unmount force /Volumes/PD-Xmas-9L30pd1/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment