Hi,<br>
<br>
I would like to encrypt my entire root fs using cryptsetup-luks. I
didn't find any fedora specific howtos, but what I tried doing is
supposed to work under other distributions.<br>
I have three partitions, (no lvm)<br>
/dev/hda1 /boot<br>
/dev/hda2 swap<br>
/dev/hda3 /<br>
<br>
What I wanted to achieve was an ecrypted / and a modified initrd image to ask for the passphrase at boot.<br>
Here is what I did:<br>
1. installed FC4<br>
2. installed cryptsetup<br>
3. booted into a live cd<br>
4. tar-red the entire / and ftp-d it to another computer<br>
5. using cryptsetup on the live cd I created the encrypted /dev/hda3<br>
6. ftp-d the tar file back and extracted it<br>
7. chroot-ed to the hdd<br>
8. mkinitd kernel.img kernel<br>
<br>
After reboot, however, system is not booting, not even asking for the passphrase.<br>
Anybody here got any experience with cryptsetup? What did I do wrong?<br>
Your help is really appreciated.<br>
<br>
Gabor Walter<br>
Hungary<br>
<br>