All,
I like to do a minimal install, and then run some of my own scripts to install the rest of the packages I need, so to keep a lean system.
When installing F14 with a partitioning scheme as follows:
Code:
/boot - 500MB
LVM
- swap - 2048 MB
- / - 15GB
- /home - Rest of file system - Encrypted
Everything works fine and the encryption works with no problem.
However, as a friend pointed out to me, if you partition as follows:
Code:
/boot - 100MB
/ - Rest of filesystem - Encrypted
You are not able to boot the system when doing a minimal install. Meaning: you get up to the point to where you need to enter your password to decrypt the filesystem, and then nothing but..., well, nothing.
However, and here it gets interesting, if you use the same partition layout, and you install the "Graphical Desktop", everything works fine.
As I can not understand why this happens, I am currently testing a partition setup like so:
Code:
/boot - 100MB
LVM - Encrypted
- / - Rest of filesystem
Just to see if that works.
Anyhow: to make a long story short: It seems that the minimal install "forgets" to add some packages which are needed to decrypt the filesystem. Does anyone know which package this could be or why this occurs, so it can be added as part of the minimal install?
Thanks in advance