Page 3 of 126 FirstFirst 123451353103 ... LastLast
Results 21 to 30 of 1252

Thread: Howto make USB boot drives

  1. #21
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: Howto make USB boot drives

    Quote Originally Posted by ager-wick View Post
    The reason that usb-creator-gtk doesn't work may be because the iso file is not on a local file system.
    When I selected an iso file on an sshfs mounted filesystem, it refused to create the disk, displaying an error message indicating "Installation failed". Once I moved the .iso file to the local file system it worked without any issues.

    This is on xubuntu 13.10
    Interesting! It is worth looking into this problem. What OS (version and flavour of Ubuntu) were you running?

  2. #22
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: Howto make USB boot drives

    Thanks for sharing this observation, ager-wick.

  3. #23
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: Howto make USB boot drives

    mkusb version 7.1 is uploaded in a compressed tar file, a tarball.

    Version 7.1 contains a bugfix for unusual cases. The identification of the 'livedrive', the drive from which the current operating system is started did not work with all versions of Ubuntu when 'trying Ubuntu' or running a live session booted from from an install CD/DVD/USB drive. It is fixed to work for a few more cases. It is tested when booted from CD, and USB drives made via cloning the ISO file, grub-n-iso, unetbootin, usb-creator-gtk.

    Please let me know if you find another version or instance where it does not work! For example, there are several other tools to make live drives, and there may be problems with some of them.

    There is only one attached file at post #1 and it contains the new version 7.1 of mkusb and also previous versions. Extract the script from the compressed file with one of these commands (or file-roller).

    Code:
    tar -xvOf mkusb-ball.tar.gz mkusb-old-plus-minor-fix > mkusb
    tar -xvOf mkusb-ball.tar.gz mkusb3 > mkusb
    ...
    tar -xvOf mkusb-ball.tar.gz mkusb71 > mkusb
    I use the file name mkusb, put it into my ~/bin directory and make it executable.

    Code:
    chmod ugo+x mkusb
    The current size and md5sum are listed in the next code box. Check that the file is correct before you start using it!

    Code:
    wc -c mkusb;md5sum mkusb  # from mkusb71
    12450 mkusb
    f1fe8feb917d12576d8785a70ad1a17f  mkusb
    Last edited by sudodus; January 30th, 2014 at 07:07 AM. Reason: version 7 --> 7.1

  4. #24
    Join Date
    Jan 2014
    Beans
    8

    Re: Howto make USB boot drives

    Good stuff guys, thanks.

  5. #25
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: Howto make USB boot drives

    Thank you

  6. #26
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: Howto make USB boot drives

    mkusb version 7.4 is uploaded in a compressed tar file, a tarball.

    Version 7.4 contains several minor improvements after version 7.1

    Code:
    # 2014-03-06  sudodus  fix to recognize debian iso file and work from CD
    # 2014-03-06  sudodus  mkusb version 7.2
    # 2014-03-09  sudodus  second parameter 'all' to start seeing all drives
    #                      usbonly=false
    # 2014-03-09  sudodus  mkusb version 7.3
    # 2014-03-13  sudodus  switch for help window
    # 2014-03-14  sudodus  writing "Done" after installation (for xterm -hold) 
    # 2014-03-14  sudodus  mkusb version 7.4
    There is only one attached file at post #1 and it contains the new version 7.4 of mkusb and also previous versions. Extract the script from the compressed file with one of these commands (or file-roller).

    Code:
    tar -xvOf mkusb-ball.tar.gz mkusb-old-plus-minor-fix > mkusb
    tar -xvOf mkusb-ball.tar.gz mkusb3 > mkusb
    ...
    tar -xvOf mkusb-ball.tar.gz mkusb74 > mkusb
    I use the file name mkusb, put it into my ~/bin directory and make it executable.

    Code:
    chmod ugo+x mkusb
    The current size and md5sum are listed in the next code box. Check that the file is correct before you start using it!

    Code:
    wc -c mkusb;md5sum mkusb  # from mkusb74
    13998 mkusb
    d02976734e6be3e173910b9e6ac636c2  mkusb

  7. #27
    Join Date
    Jul 2012
    Beans
    23

    Re: Howto make USB boot drives

    Thank you

  8. #28
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: Howto make USB boot drives

    You are welcome I'm glad that mkusb is useful for you.

  9. #29
    Join Date
    Mar 2014
    Location
    Greater Noida,UP,India
    Beans
    78
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Howto make USB boot drives

    You can make them using unetbootin...its a freeware and the best one could get.......
    Download it fron here...: http://unetbootin.sourceforge.net

  10. #30
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: Howto make USB boot drives

    Quote Originally Posted by Navneet_Kumar View Post
    You can make them using unetbootin...its a freeware and the best one could get.......
    Download it fron here...: http://unetbootin.sourceforge.net
    Yes, Unetbootin is a good tool. There is a detailed description how to use it at

    Paul Sutton's Unetbootin how to

    and you can get a general overview about USB boot drives at this link

    https://help.ubuntu.com/community/In...n/FromUSBStick

Page 3 of 126 FirstFirst 123451353103 ... LastLast

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
  •