6

I tried to install Ubuntu 13.04, but didn't want to encrypt my home folder. The installer doesn't let me uncheck the option.

enter image description here

Why?

Rinzwind
  • 299,756
Felix Haller
  • 155
  • 3

1 Answers1

5

Are you upgrading a previous install (or using an existing Home partion)?

If so this is most probably because you previously installed Ubuntu with an encrypted home folder. The installer automatially detects this. You cannot unset "Encrypt my home folder" as you would not be able to access your files otherwise.

It is very important that you select the same login password as before. If needed you can change it after the instalation.

Uli
  • 5,166
  • Nice. That was the mistake. I backed up my data before manually out of the ecrypt storem, but the .ecryptfs and .Private symlinks were still in the homefolder (felix.old). I guess the setup searches for these folders and then decides that the home folder is encrypted. Finally I removed .ecryptfs and .Private from my home directory and now it works. Thank you. – Felix Haller May 07 '13 at 11:35
  • Clarification request: What is "login password" ? Is that "password" or "both login and password"? – vucalur Oct 25 '17 at 17:50
  • its the password your user uses to log in (just "password") – Uli Jan 05 '18 at 19:56