Results 1 to 6 of 6

Thread: Bootable USB FAILS except Win32 Disk Imager.

  1. #1
    Join Date
    2013-Mar
    Location
    #offsec #kali-linux
    Posts
    8

    Bootable USB FAILS except Win32 Disk Imager.

    Hi,

    I've tried making bootable usb but failed. First I imaged my 8GB usb with dd method as per Kali documentation. It shows No Installation Media Found error after booting from USB. After that I tried Unetbootin, YUMI and Universal USB Installer but it fails. Only the windows tool mentioned in documentation named "Win32 Disk Imager" works.

    Any clue why other methods didn't worked for me?
    Last edited by mustu; 2013-04-11 at 06:33.

  2. #2
    Join Date
    2013-Mar
    Posts
    85
    The "dd" linux utility should have worked. The others don't work that is why the Kali documentation recommends Win32 Disk Imager: http://docs.kali.org/installation/ka...ve-usb-install

  3. #3
    Join Date
    2013-Mar
    Posts
    354
    I have a 16gb USB Flash memory, and as good debianist, I used the dd command to have the iso in the usb, 3 pieces of USB (corsair, kingston and PYN), they all worked fine.

    Certainly there must be something wrong with the Filesystem in the usb, and I do not mean the type, I mean that sometimes you have to "fix your USB" by re-creating a new partition abd then format it..

    Even if memory is new, never take something for granted.

    Do not use any graphical method, use fdisk, create a new partition and then mkfs to format it.

    Luck.

  4. Also, make sure when your format the USB, before putting Kali on that its not NTFS (I've made that mistake before), fat32 should be ok.
    Fact, Science and the Pursuit of Knowledge. Working to secure your networks from threats; Outside and Within.

  5. #5
    Join Date
    2013-Mar
    Location
    outside Chicago IL
    Posts
    28
    I have found that I have to use diskpart to clean the usb thumb before some system will recognize the drive as bootable. If you use unetbootin beaware that the resulting syslinux.cfg is not valid. It would explain that failure. See http://forums.kali.org/archive/index.php/t-195.html on how to fix that issue.
    Code:
    To clean a usb thumb drive in windows:
    cmd (run as administrator)
    diskpart
    list disk
    select disk # where # is the thumb drive
    clean
    create part prim
    active
    format fs=fat32 quit
    exit
    exit
    then use whichever method you want to copy the iso files to the thumb drive.
    Last edited by bofh28; 2013-04-07 at 17:00. Reason: add code tags
    I like the bleeding edge, but I don't like blood loss!

  6. #6
    Join Date
    2013-Mar
    Location
    #offsec #kali-linux
    Posts
    8
    I've used gparted and mkfs to format as FAT32 beforing imaging with dd but it didn't worked. I can try that again.

    @sickness: Please update the documentation and add a note about formatting usb with FAT32 before using dd.

Similar Threads

  1. Replies: 0
    Last Post: 2014-02-28, 19:31
  2. Install to usb problem with Win32 disk imager
    By MagicKat in forum Installing Archive
    Replies: 2
    Last Post: 2013-07-29, 18:39
  3. win32 disk imager doesn't work, neither does dd
    By bofh28 in forum Installing Archive
    Replies: 2
    Last Post: 2013-05-27, 15:12

Tags for this Thread

Posting Permissions

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