Results 1 to 3 of 3

Thread: After Kali instalation I cannot enter BIOS or boot a live USB. Please HELP!

  1. #1
    Join Date
    2015-Oct
    Posts
    1

    After Kali instalation I cannot enter BIOS or boot a live USB. Please HELP!

    Hello!

    I am totally new to this forum and made this account to ask a question. I've been Googling for the past 2 hours but I coudn't find anything like my case.
    I have to mention I'm a complete noob when it comes to Linux.
    So to my problem. I've installed Kali(last version) with disk encryption on my laptop. The installation was successful and I ran Kali from the GRUB menu and the first issue happened. I don't remember the exact error, but it was something regarding partitions. I solved it with:

    Code:
    cryptsetup luksOpen /dev/sda5 sda1_crypt
    (enter password)
    lvm vgchange -ay
    exit
    After that I logged in and all was good. After next system reboot I had to enter these commands again. To skip this I found this solution to make the above commands persistent:

    Code:
    //This is how I edited the crypttab file
    
    blkid /dev/sda1
    //copy the UUID to crypttab
    nano /etc/crypttab
    insert new line: sda1_crypt UUID=2cfee723-b12a-49e1-8c1d-a481112c12d0 none luks
    //and finaly
    update-initramfs -u
    So after all this I rebooted my laptop, ran Kali from GRUB and now I'm being asked for my password for the encrypted disk. I've entered the same password as before but it says it is not the correct password. Also tried my root account password, but hasn't work either. So yeah, at this point I'm kind of f****d because I can't boot ANYTHING from USB or access BIOS (I guess it's for security reasons because of the enabled encryption?).

    I think I made a mistake editing the crypttab file, like choosing the wrong partition?

    If anyone has any idea how to solve this without throwing out the hdd(which, btw, I can't even get out because the screws are all messed up), I would greatly appreciate it.

    Thanks in advance!

  2. #2
    Join Date
    2015-Jul
    Location
    /home/duxim
    Posts
    408
    i don,t know if you have some data on hdd, but if you have with this method you will lose it.
    first download dban
    http://www.dban.org/
    make boot usb with
    http://www.pendrivelinux.com/univers...easy-as-1-2-3/
    and boot your system.
    read how to use dban. It will wipe and blank your whole hdd.
    the process takes from 1 - 3 hours !!!
    after that you can normally install everything what you want.
    i recommend you not to use encryption until you know little bit more.
    P.S if you have any other hdd or usb disk on system disconnect it, because it will wipe it

  3. i don't know much about computer so when it have some problem like this, i can solve it myself ((

Similar Threads

  1. Cannot enter BIOS (UEFI)
    By beatrixmartin in forum Kali Linux TroubleShooting
    Replies: 0
    Last Post: 2023-06-22, 09:59
  2. Kali live bios errors
    By tuser001 in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2022-07-30, 19:08
  3. Replies: 5
    Last Post: 2015-12-14, 02:12

Posting Permissions

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