Results 1 to 4 of 4

Thread: installing from vm live to usb "fails"?

  1. #1
    Join Date
    2013-Apr
    Posts
    10

    Question installing from vm live to usb "fails"?

    I used a vm and booted to a kali live via the .iso . the usb was seen in the kali live. I then tried using the dd command to make a bootable usb. the usb doesn't boot, and upon inspection I only have a kali.iso on the usb. is this the expected result from dd?

  2. It sounds like you only copied the .iso to the usb. When the USB is made the contents of the iso should be extracted to the usb. What command did you use when using dd?
    Fact, Science and the Pursuit of Knowledge. Working to secure your networks from threats; Outside and Within.

  3. #3
    Join Date
    2013-Apr
    Posts
    10
    Quote Originally Posted by charonsecurity View Post
    It sounds like you only copied the .iso to the usb. When the USB is made the contents of the iso should be extracted to the usb. What command did you use when using dd?

    from the documentation:
    dd if=kali.iso of=/dev/sdb bs=512k

  4. #4
    Join Date
    2013-Mar
    Posts
    354
    Did you formatted the USB to FAT32?

    You can have a bad USB stick or some sectors in it...

    Try to check bad blocks in USB stick: badblocks -s -v /dev/"your usb stick"

    Use the fdisk -l and see where is located at.

Similar Threads

  1. Replies: 0
    Last Post: 2020-03-14, 21:39
  2. Need advice on "Live" versus "Installed" custom builds
    By malakaldayook in forum Building Archive
    Replies: 3
    Last Post: 2017-10-03, 08:54
  3. Replies: 1
    Last Post: 2016-12-22, 09:35
  4. installing from cd made from mini.iso fails at "select a mirror"
    By Lew Rockwell Fan in forum Installing Archive
    Replies: 1
    Last Post: 2016-01-21, 10:43

Posting Permissions

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