Results 1 to 4 of 4

Thread: Install cannot find install media. USB install

  1. #1
    Join Date
    2022-Apr
    Location
    Florida
    Posts
    2

    Exclamation Install cannot find install media. USB install

    I have tried to set up a dual boot on a Win7 machine with no luck.

    I have made two USB boot drives and both boot fine.

    When I attempt to install they both fail saying can't find installation media.

    Confused because how could it boot from the same media it says it cannot find?

    1. USB Live boot
    2. USB Install boot

    Am I supposed to have a third USB Thumb Drive with the ISO on it? Nothing in instructions seems to explain how to provide the install media if not the drive used to boot installation.

    Same problem both cases.

    ( Have already cleared about 125GB empty disk space on drive so don't need the GParted step. )

    All help welcome!

  2. #2
    Join Date
    2021-May
    Location
    UK
    Posts
    772
    Installation media is not the USB its booting from, its the drive you want it installed too. If this is nor formatted already in something Kali recognises, it can't 'see' that drive, hence the message..

    format the intended target in FAT32 first, then try again

  3. #3
    Join Date
    2021-Jun
    Location
    The Land of the Dead
    Posts
    39
    Quote Originally Posted by PaulK View Post
    Am I supposed to have a third USB Thumb Drive with the ISO on it? Nothing in instructions seems to explain how to provide the install media if not the drive used to boot installation.

    All help welcome!
    Go to Bare Metal download section and download the 64 bit Installation .iso for your "installation media". (That's what it's called it on FreeBSD.)

    https://www.kali.org/get-kali/#kali-bare-metal

    Now dd that to one of your USB sticks. You do not want that stick to be mounted, if it automounts unmount it.
    If I was doing to do it on one my my FreeBSD boxen I'd use this dd command:

    Code:
    dd if=./kali-linux-2022.2-amd64.iso of=/dev/da0 bs=512k
    Now when you boot it up it will go to the installation menu and you can choose graphic install for the easiest option
    Last edited by Trihexagonal; 2022-08-03 at 23:35.

  4. #4
    Join Date
    2022-Aug
    Posts
    1
    In my case, USB was formatted in NTFS. Reformatting to FAT32 solved the issue for me

Similar Threads

  1. How to Install Kali Linux without any removable media.
    By Preshy in forum How-To Archive
    Replies: 3
    Last Post: 2017-10-01, 16:04
  2. Replies: 0
    Last Post: 2016-07-14, 13:24
  3. Replies: 1
    Last Post: 2015-04-02, 21:13

Posting Permissions

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