Good afternoon,<br><br>While running rawhide, I can no longer boot using rawhide packages from 11/06/2010.  I keep getting asked for the LUKS passphrase.  After I enter two characters, it says the passphrase is invalid.  My passphrase is about 30 characters in length.<br>
<br>In my efforts to &quot;keep all the pieces&quot;, I&#39;m trying to access the lvm logical volume that is encrypted to save at least some of the pieces.  :-)<br><br>I perform the following steps:<br>1) Boot the live CD (F14) (X64)<br>
2) Open a terminal window<br>3) su -l root<br>4) modprobe dm-crypt<br>5) sudo cryptsetup luksOpen /dev/sda6 crypt1 (sda6 is the encrypted LVM)<br>6) modprobe dm-mod<br>7) [root@localhost async_tx]# vgscan<br>  Reading all physical volumes.  This may take a while...<br>
  Found volume group &quot;vg_dubby&quot; using metadata type lvm2<br>8) [root@localhost async_tx]# vgchange -a y vg_dubby<br>  3 logical volume(s) in volume group &quot;vg_dubby&quot; now active<br>9) [root@localhost async_tx]# lvscan<br>
  ACTIVE            &#39;/dev/vg_dubby/lv_root&#39; [50.00 GiB] inherit<br>  ACTIVE            &#39;/dev/vg_dubby/lv_swap&#39; [9.81 GiB] inherit<br>  ACTIVE            &#39;/dev/vg_dubby/lv_home&#39; [664.25 GiB] inherit<br>
10) [root@localhost async_tx]# ls -ld /media/*<br>drwxr-xr-x. 2 root root 4096 Nov  8 22:14 /media/home<br>drwxr-xr-x. 2 root root 4096 Nov  8 22:14 /media/root<br> 11)  [root@localhost async_tx]# mount /dev/vg_dubby/lv_root /media/root<br>
mount: unknown filesystem type &#39;crypto_LUKS&#39;<br><br>I&#39;m at wits end.  Any suggestions?<br><br>Thanks<br>    <br>