How do I take a picture of the login screen?

Solution 1:

You can SSH into another Mac and use screencapture in the shell.

  1. Enable remote login in the sharing preferences on the other computer
  2. ssh username@other_computers_ip
  3. sudo screencapture ~/Desktop/screenshot.png

Solution 2:

I have not tested this myself, but maybe this link will help. Grab 'impossible' screenshots

OS X includes a nice command-line screen capture utility named, simply enough, screencapture. While there’s not a ton of documentation on this program, man screencapture will give you the basic options. Once you’ve used ssh to connect to the Mac whose screen you wish to capture, you need to execute the screencapture command with root privileges.

Solution 3:

Ensure that fast user switching is enabled, then open grab, take a timed-screen, you have 10 seconds to switch to the login window via fast user switching - don't log out!

Solution 4:

Use your phone to take a photo of the login screen