

- #MAC OS X DISC IMAGE HOW TO#
- #MAC OS X DISC IMAGE PASSWORD#
- #MAC OS X DISC IMAGE SERIES#
- #MAC OS X DISC IMAGE MAC#
If a Firmware password is set, I have seen times when it it would bypass single user mode boot up directly the system and change a lot of time stamps at boot time Boot using Option key, see if there is no Lock Icon, shutdown and reboot from Single User Mode.
#MAC OS X DISC IMAGE MAC#
It is always good to boot a Mac first holding down the Option key to make sure the system does not have a Firmware Password before trying to boot into Single User Mode. I wanted to pass them on as they are really helpful!Ī few things I thought I would pass on about your post: These are some comments sent to me by Derrick Donnelly. Single user-mode logs in as root, and this can be very dangerous. I also recommend trying this on a test Mac before running these steps on actual evidence. I was limited to one test system, one hard drive and FileVault2 encryption. While these steps worked on my test Mac, examiners should always test and research the model they are encountering.

Since FAT32 has a 4GB file size limit, dd will need to be piped through the split command to keep the file size under 4GB: rdisk provides access to the raw disk which is supposed to be faster then /dev/disk which uses buffering.įor the unencrypted system the image will be of /dev/disk0 to a FAT32 USB mounted drive. If /dev/rdisk is available this can be used instead of /dev/disk.

Were created by default during the initial setup: an EFI partition, a MacOSX partition, and a recovery partition. The system I used for testing was a Mac Mini, OS X Version 10.8.5 with one hard drive. Another benefit is that if there is FileVault encryption, the encrypted drive is decrypted after a username and password are supplied. This may be a good option where it is acceptable to get a live image, but the examiner wishes to minimize changes to the hard drive. While not as forensically sound as using a write blocker or booting into a Linux distro, less changes are made than fully booting the operating system to take a live image. In order to mount the USB drive, the internal drive needs to be changed to read/write to create a mount point. Once in single-user mode, a USB drive can be attached and dd can be used to create an image. In single-user mode, the internal hard drive is mounted read only and a limited set of commands are available.

Single-user mode is a limited shell that a Mac can boot into before fully loading the operating system.
#MAC OS X DISC IMAGE HOW TO#
I plan on following up this post with posts on creating a live image and how to mount and work with FileVault encryption after an image is complete. This post will cover another option, creating an image by booting a Mac into single-user mode. My first post was on how to image a Mac with a bootable Linux distro.
#MAC OS X DISC IMAGE SERIES#
This is the second post in my series on different ways to image a Mac.
