Results 1 to 5 of 5

Thread: Getting errors when booting iso's/.img from USB? Use this method

Hybrid View

  1. #1
    Join Date
    Jun 2010
    Location
    Ann Arbor, Michigan, USA
    Beans
    1,421

    Post Getting errors when booting iso's/.img from USB? Use this method

    If you are having difficulties burning and booting an iso or img file from a usb drive, try this method.

    But first I recommend that you download your iso or img via torrent, to prevent corruption if possible.

    Open a terminal and type:
    Code:
    cd /home/YOURUSERNAME/Downloads
    Replace USERNAME with your username, and Downloads with the folder in which your iso is located.

    Then, with the usb drive inserted:
    sudo fdisk -l
    To detirmine when your USB drive is mounted (for me it was SDB)

    Then:
    sudo dd if=NAME OF ISO of=/dev/sd[REPLACE WITH THE RESULT OF PREVIOS STEP]
    DO NOT, I repeat DO NOT, enter something like sdb1. Because it will not work, you have to use the root of the drive. Which would be sdb instead.

    This guide comes straight for mips, I just thought I'd post it for everyone to see, I take no credit.
    Steam: ubuntugamer( Add me ) | Gaming: Left 4 Dead 2, Metro Last Light, Assassin's Creed 4, Forced

  2. #2
    Join Date
    Jun 2010
    Location
    Ann Arbor, Michigan, USA
    Beans
    1,421

    Re: Getting errors when booting iso's/.img from USB? Use this method

    If your having problems doing this, use:

    Code:
    su
    And enter your password to use root
    Steam: ubuntugamer( Add me ) | Gaming: Left 4 Dead 2, Metro Last Light, Assassin's Creed 4, Forced

  3. #3
    Join Date
    Jun 2011
    Location
    The Shadow Gallery
    Beans
    6,744

    Re: Getting errors when booting iso's/.img from USB? Use this method

    Quote Originally Posted by Dlambert View Post
    If your having problems doing this, use:

    Code:
    su
    And enter your password to use root
    Ubuntu root is locked by default. And it is preferrable to use sudo or gksudo for root privelege.

    see ROOTSUDO

    as for using a .iso or .img file for USB, easier to download and use Unetbootin, it is in the repos.
    Backtrack - Giving machine guns to monkeys since 2006
    Kali-Linux - Adding a grenade launcher to the machine guns since 2013

  4. #4
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Getting errors when booting iso's/.img from USB? Use this method

    This works for hybrid ISOs which some other distributions already have. Note that it totally erases your flash drive.

    The daily ISOs for the Ubuntu Oneiric development cycle (and all official Ubuntu CD releases going forward)
    for i386 and x86_64 platforms will be now spun as hybrid ISOs.
    http://ubuntuforums.org/showthread.p...ghlight=Hybrid
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  5. #5
    Join Date
    Jun 2010
    Location
    Ann Arbor, Michigan, USA
    Beans
    1,421

    Re: Getting errors when booting iso's/.img from USB? Use this method

    Yes, but it also works on other Linux distributions.
    Steam: ubuntugamer( Add me ) | Gaming: Left 4 Dead 2, Metro Last Light, Assassin's Creed 4, Forced

Tags for this Thread

Bookmarks

Posting Permissions

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