Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 32

Thread: Can't access luks-encrypted system partition anymore

  1. #11
    Join Date
    Apr 2007
    Location
    Kuala Lumpur, Malaysia
    Beans
    579
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Can't access luks-encrypted system partition anymore

    When you boot up, press "esc" when the grub menu comes up... do you have a choice of kernels there? Try choosing to boot with any/all of the older kernels you have listed in the grub-boot menu at boot time.

  2. #12
    Join Date
    Jul 2008
    Location
    Germany
    Beans
    18
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Can't access luks-encrypted system partition anymore

    Yes, the description in the before post is correct. I have an older kernel on there, i'll try that and post results. (Can't do it right now.)
    Last edited by slabo; July 25th, 2008 at 08:08 AM.

  3. #13
    Join Date
    Jul 2008
    Location
    Germany
    Beans
    18
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Can't access luks-encrypted system partition anymore

    So, i was wrong: I only have a recovery kernel in the grub-menu. With that, it doesn't work either.
    Code:
    Enter LUKS passphrase:
    [54.566755] padlock: VIA PadLock Hash Engine not detected.
    modprobe: WARNING: Error inserting padlock_sha (/lib/modules/2.6.24-19-generic/kernel/drivers/crypto/padlock-sha.ko): No such device
    
    Enter LUKS passphrase: I enter that 3 times and then...
    Command failed: No key available with this passphrase.
    
    cryptsetup: cryptsetup failed, bad password or options?
    Enter LUKS passphrase:
    I'm not sure, but i believe that i have not seen the padlock-error on that system before. Curiously enough, it always appears on my encrypted Xubuntu-8.04-notebook while booting, but only after entering the passphrase, and despite the error it then boots correctly.

  4. #14
    Join Date
    Apr 2007
    Location
    Kuala Lumpur, Malaysia
    Beans
    579
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Can't access luks-encrypted system partition anymore

    Don't worry about the via-padlock thing. Its not part of the problem. You can google around and get more info if needed.

    Ok I am at a bit of a loss now how to advise you. Booting an older kernel would have just helped eliminate one possible problem. But you don't have one available. Its beyond my limited linux skills to take this further.

    I hope someone else might be able to step up.

  5. #15
    Join Date
    Jul 2008
    Location
    Germany
    Beans
    18
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Can't access luks-encrypted system partition anymore

    It does look pretty weird. Since nothing really changed on the bootpartition, the only thing i can think of is a physical defect on the disk, but that's a shot in the dark.

    Thanks for trying to help anyway. I'll keep on trying for now, so if anybody else has an idea, i'd be grateful.

  6. #16
    Join Date
    Apr 2007
    Location
    Kuala Lumpur, Malaysia
    Beans
    579
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Can't access luks-encrypted system partition anymore

    what exactly happened between it working and then stopped working? anything of note?

  7. #17
    Join Date
    Jul 2008
    Location
    Germany
    Beans
    18
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Can't access luks-encrypted system partition anymore

    The (possibly unfinished) update, which concerned gvfs, the last time the system worked. Otherwise, nothing that i noticed.

  8. #18
    Join Date
    May 2007
    Location
    Arizona
    Beans
    599
    Distro
    Xubuntu 11.10 Oneiric Ocelot

    Re: Can't access luks-encrypted system partition anymore

    I'm not trying to hijack this thread but I'm having the same problem accessing a luks encrypted disk. I used the full disk encryption on the alternate install cd. By following the instructions here
    Quote Originally Posted by tact View Post
    Ok... so to confirm you positively ran these steps and cannot open the crypt-volume?

    - boot from desktop liveCD and make sure you have an internet connection.
    - Pull up a terminal (Applications>Accessories>Terminal)
    Code:
    sudo su  
    apt-get install lvm2 cryptsetup
    mkdir /media/test
    modprobe dm-crypt
    cryptsetup luksOpen /dev/sda3 test
    Nothing fails until you get to this point....and it is at this point you get the "Command failed: No key available with this passphrase." message.

    Correct?
    I enter the passphrase and get a command successful message. How do mount the disk? If I use
    Code:
    mount  /dev/sdc5 /media/test
    I get a message "mount: unknown filesystem type 'crypto_LUKS'"


  9. #19
    Join Date
    Jul 2008
    Location
    Germany
    Beans
    18
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Can't access luks-encrypted system partition anymore

    You should then be able to mount /dev/mapper/test to a directory of your choice.

  10. #20
    Join Date
    Apr 2007
    Beans
    18

    Re: Can't access luks-encrypted system partition anymore

    Thanks Tact, Slabo, if I had the first clue how the thankyou thing works, I'd thank you.

    "Works for me"
    Last edited by dchky; December 12th, 2008 at 01:20 PM. Reason: Forgot to acknowledge Tact.

Page 2 of 4 FirstFirst 1234 LastLast

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
  •