Results 1 to 2 of 2

Thread: How do I make kali live run on a full encripted pendrive?

  1. #1
    Join Date
    2019-Apr
    Posts
    1

    How do I make kali live run on a full encripted pendrive?

    I have already configured GRUB2 to request the /dev/sdb disk encryption password and read the /boot folder:

    Attachment 3387

    I added the root = 'crypto0' entry in grub.cfg.
    crypto0 is the device that grub rides after decrypting.

    Code:
    set root='crypto0'
    linux    /live/vmlinuz-4.19.0-kali3-amd64 boot=live components splash username=root hostname=kali
    initrd   /live/initrd.img-4.19.0-kali3-amd64

    But the kernel load stops loading and displays the following error:

    "Unable to find a medium containing a live file system"
    Attachment 3389

    I want to use my pendrive with kali live without anyone knowing what's inside, absolutely nothing!
    Has anyone tried something like this and managed to make it work?

  2. #2
    Join Date
    2016-Dec
    Location
    Canada
    Posts
    326
    My guess bad pendrive. Btw your attachments are bring back invalid links srry. But "Unable to find a medium containing a live file system" could also mean bad installation, iso ect. Run through the steps.

Similar Threads

  1. Kali Linux live USB full installation graphical error
    By CreeRow in forum Installing Archive
    Replies: 0
    Last Post: 2019-02-12, 19:23
  2. Kali Full Installation on USB (Not Live USB) - Help needed
    By Yue_Iohikazu in forum Installing Archive
    Replies: 1
    Last Post: 2015-01-18, 03:53
  3. Replies: 0
    Last Post: 2013-10-29, 17:30

Posting Permissions

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