Recovery mode asks for a password OS X 10.8.2

passwordrecovery

When I tried booting into recovery mode (Cmd ⌘ + R) during boot up, there's a field asking for a password. I do not know this password.

Password Screen

I am using a late-2009 21.5" iMac.

Anyone know what to do?

Best Answer

From the image, it looks like a Firmware password.

This bash script may be able to decrypt your firmware password, however it only works on a limited set of computers.

python -c "print ''.join(chr(int(c, 16) ^ 170) for c in '`sudo nvram security-password`'.split('%')[1:])"

Source