Results 1 to 4 of 4

Thread: Insatll with encryption to HDD, taking long time

  1. #1
    Join Date
    2013-Apr
    Posts
    2

    Insatll with encryption to HDD, taking long time

    I am doing an install using the option of encryption. Netbook, Acer, 1gb mem, HHD 160gb. I am guessing it is taking a very long time to do because the encryption process is taking a long time.

    BUT, currently the red indicator shows it is not even at 25% and it still says erasing data etc... (currently it has taken a few hours to get to this point)

    My question is, though it says erasing data is it in fact erasing then encrypting/formatting at the same time ?

    If it is only erasing, why would it take so long to erase, even if it were doing some type of XOR XOR etc... it should not take that long right ?

  2. #2
    Join Date
    2013-Jun
    Posts
    1

    Install with encryption to HDD, taking long time

    Hello

    1. Download kali-linux-1.0.3-amd64.iso or 32 bit.
    2. usb boot or dvd/rom > Kali menu > install.
    3.Select Guided - use entire disk and set up encrypted lvm
    4.Select Seperate /home partition or not, choose what you want
    5.Cancel erasing data on partition by pressing esc key.
    6.Provide password for encryption. (STRONG)
    7. Select mirror --> yes --> blank
    8. Grub mbr --> yes --> install finnished > reboot
    End of instalation.

    Boot fail (unable to find lvm volume)

    Type this, watch for big and small letters !

    1. cryptsetup luksOpen /dev/sda5 sda1_crypt
    2. enter passphrase... (Enter your password for decryption)
    3. lvm vgchange -ay
    4. exit

    Now it boots, when you come to Kali Linux open terminal and type:

    1. blkid /dev/sda5
    2. copy only the UUID without speach marks 0000000-0000-0000-0000-000000000000
    3. With text editor open /etc/crypttab
    4. And insert new line in /etc/crypttab:
    sda1_crypt UUID=0000000-0000-0000-0000-000000000000 none luks
    5. Safe /etc/crypttab
    6. update-initramfs -u

    Reboot and test if everithing is working normaly.

    BR
    Marjan Repic
    Last edited by marjan; 2013-06-08 at 11:56.

  3. #3
    Join Date
    2013-Apr
    Posts
    126
    Quote Originally Posted by HACK-R2D2 View Post
    I am doing an install using the option of encryption. Netbook, Acer, 1gb mem, HHD 160gb. I am guessing it is taking a very long time to do because the encryption process is taking a long time.

    BUT, currently the red indicator shows it is not even at 25% and it still says erasing data etc... (currently it has taken a few hours to get to this point)

    My question is, though it says erasing data is it in fact erasing then encrypting/formatting at the same time ?

    If it is only erasing, why would it take so long to erase, even if it were doing some type of XOR XOR etc... it should not take that long right ?
    obviously, encrypted Disk Install takes more time to complete, but if the erasing process is taking hours then you may have a hardware problem with your hard disk. what is your hard disk BTW ?

  4. #4
    Join Date
    2014-Jun
    Posts
    1
    Sorry to necro-post but this came up on Google results. I think it just takes a long time to ease because it's erasing everything including freespace so that old data can't be recovered. I just cancelled mine because I'm not waiting six hours.

Similar Threads

  1. Boot taking so long - Kali Linux 2020.1
    By WhlIlte in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2020-03-01, 12:58
  2. Kali on VBox taking time to load
    By paisleyborg in forum Installing Archive
    Replies: 4
    Last Post: 2016-02-02, 13:34

Posting Permissions

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