After fixing it or deciding on something, you can change for your own confs.To apply them, go to:System Settings > Power Management > Energy Saving On AC Power, On Battery, On Low Battery Tabs:Deactivate Suspend Session and change the When laptop lid closed to "Turn off screen"....
If you use the drop down menu to choose mount points, the wizard will balk and freeze. Not if you manually type down the desired text, like /home, /var or such. This left a lock file under /tmp, which I had to delete manually before I could restart the installation and try without...
If you haven't been tracking your configurations in a Git repository before, you can start using this technique easily with these lines: git init --bare $HOME/.myconfig alias config='/usr/bin/git --git-dir=$HOME/.myconfig/ --work-tree=$HOME' config config --local status.showUntracked...