Lbkj777 wrote:
Hi there!
I forgot my filevault code to Macintosh HD disk. How can i reset it? I can provide any proof of ownership of the MacBook. Apple and iCloud accounts are there on Mac. There are my own accounts.
[Re-Titled by Moderator]
Original Title: Filevault code reset
filevault?
you can turn FileVault off here:

The best I can add here—
if you set up a Recovery Key
You can make stabs at remembering FileVault code if in doubt ....from the Terminal.app
Verify FileVault status from Terminal.app copy and paste:
fdesetup status
verify if FileVault Recovery Key current From the Terminal.app copy and paste;
sudo fdesetup validaterecovery
“Enter the current recovery key:” type or paste in the Recovery Key and press ENTER\Return key to continue
(note: your psswd will not echo on screen type it in anyway, use the enter\return key to proceed.)
You will see:
True if the Recovery Key the current key;
False if no
if you have the current key, to disable FileVault :
sudo fdesetup disable
(note: your psswd will not echo on screen type it in anyway, use the enter\return key to proceed.)
WARNING: Don’t forget your recovery key. If you turn on FileVault and then forget your login password and can’t reset it, and you also forget your recovery key, you won’t be able to log in, and your files and settings will be lost forever.
ref: Protect data on your Mac with FileVault - Apple Support
ref: Turn off FileVault on Mac - Apple Support