Results 1 to 1 of 1

Thread: cryptsetup partitions not detected at boot

  1. #1
    Join Date
    Sep 2007
    Beans
    11

    cryptsetup partitions not detected at boot

    Hi,

    I installed a fresh 12.04 and tried to mimic what I had for 10.04.
    swap should be encripted with a urandom key and there's another partition that will contain home and other directories.

    # cat /etc/crypttab | grep -v '^#' | grep -v '^$'
    cryptswap /dev/sda5 /dev/urandom swap
    encriptado /dev/sda6

    # grep -e 'cryptswap' -e 'encriptado' /etc/fstab
    /dev/mapper/cryptswap swap swap defaults 0 0
    /dev/mapper/encriptado /encriptado ext4 defaults 0 0

    I also apt-get install cryptsetup

    When I boot, the system says (try to translate) that either the partition is not found or is not ready. I should wait, press M for manual or S to jump over.


    What am I missing here?
    Last edited by luislupe; August 14th, 2012 at 01:09 PM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •