Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: Not understanding or otherwise: I cant burn an iso file (19.11)

  1. #1
    Join Date
    Aug 2020
    Beans
    6

    Unhappy Not understanding or otherwise: I cant burn an iso file (19.11)

    I have saved in my "downloads" file a Fedora install. It's an iso file and I simply want to burn it onto a usb sick such that I can boot from it and install this Fedora.
    Though when I use Startup Disk it will simply not let me open the iso. It detects my 8GB usb no issues (shows at the bottom of the window that it opens with).

    I cant find 3rd party software that will let me burn onto the usb since all i get is deamon and rufus and all the other windows programs for this.

    Thanks for your time

  2. #2
    Join Date
    May 2008
    Beans
    226
    Distro
    Lubuntu

    Re: Not understanding or otherwise: I cant burn an iso file (19.11)

    I'd recommend just using the 'dd' command.

    - open terminal
    - sudo blkid = check the device id for your usb stick
    - type command: dd if=/path/to/iso/file of=/dev/sd? (replace the '?' with the letter for your usb stick)

  3. #3
    Join Date
    Apr 2020
    Beans
    70

    Re: Not understanding or otherwise: I cant burn an iso file (19.11)

    --Try unetbootin, and make sure the permissions on your ISO file are correct for your userid.

    https://unetbootin.github.io/


    --Permissions should be at least: rwx------ yourid whatevergroup

    ...and you also need at least r-x permissions for the directory containing the ISO, or have appropriate Group permissions to be able to "find" it

  4. #4
    Join Date
    Aug 2020
    Beans
    6

    Re: Not understanding or otherwise: I cant burn an iso file (19.11)

    re: to jp734

    thanks ! I had seen this before but my luck with cmd is a very sad story to tell.
    Though , providing I got the right "usb stick letter") It says "dd: failed to open /dev/sdb: permission denied"
    Last edited by fprnar; August 12th, 2020 at 01:29 AM.

  5. #5
    Join Date
    Aug 2020
    Beans
    6

    Re: Not understanding or otherwise: I cant burn an iso file (19.11)

    Quote Originally Posted by kneutron View Post
    --Try unetbootin, and make sure the permissions on your ISO file are correct for your userid.

    https://unetbootin.github.io/


    --Permissions should be at least: rwx------ yourid whatevergroup

    ...and you also need at least r-x permissions for the directory containing the ISO, or have appropriate Group permissions to be able to "find" it
    I got lost mainly from my own incomptance but also my ubuntu has been dying so its really hard to do the simple tasks without crumbling under failure.

  6. #6
    Join Date
    May 2008
    Beans
    226
    Distro
    Lubuntu

    Re: Not understanding or otherwise: I cant burn an iso file (19.11)

    then type "sudo dd ........"

    Once you understand how this work, I'm sure you will like it. And it doesn't matter what linux you're using.

    If you need further assistance. you can take a screenshot and post. I'll be glad to assist.

  7. #7
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Not understanding or otherwise: I cant burn an iso file (19.11)

    Be careful. DD's original meaning was "Data Definition". Its nickname nowadays is Disk Destroyer.
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

  8. #8
    Join Date
    May 2013
    Location
    Galiza
    Beans
    4,009
    Distro
    Ubuntu

    Re: Not understanding or otherwise: I cant burn an iso file (19.11)

    A safe and very easy to use tool is Balena Etcher. It works exactly as the main page's animation suggests.

  9. #9
    Join Date
    May 2008
    Beans
    226
    Distro
    Lubuntu

    Re: Not understanding or otherwise: I cant burn an iso file (19.11)

    Quote Originally Posted by QIII View Post
    Be careful. DD's original meaning was "Data Definition". Its nickname nowadays is Disk Destroyer.
    Oh, that's not good - What kind of problems is it causing now a days. I've always use it and still using and never have an issue but will start a research. Though I agree, a simple one character mistake can wipe out a drive that's why I check multiple times before hitting the return key.

  10. #10
    Join Date
    May 2013
    Location
    Galiza
    Beans
    4,009
    Distro
    Ubuntu

    Re: Not understanding or otherwise: I cant burn an iso file (19.11)

    I've always use it and still using and never have an issue but will start a research.
    Good for you. That means that you never inadvertently select the wrong destination and run DD. It won't ask questions nor show warnings, it jus does what it was (wrongly) told to do, hence the nickname.

Page 1 of 2 12 LastLast

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
  •