Last active
August 29, 2015 13:57
-
-
Save ryansukale/9627061 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Had to install ubuntu on a usb drive when my hard drive crashed. | |
| Seems like in ubuntu 13.10, the usb-creator-gtk is corrupted. I followed a few instructions at | |
| https://help.ubuntu.com/community/Installation/FromUSBStick and finally managed to install ubuntu on a usb drive. | |
| This is waht had to be done before running startup disk creator | |
| sudo add-apt-repository ppa:jmarsden/lubuntu | |
| sudo apt-get update | |
| sudo apt-get install usb-creator-gtk | |
| Now run startup disk creator. It succeeds. | |
| There also seems to be another way to do it using unetbootin | |
| http://lightrush.ndoytchev.com/random-1/howtoworkaroundthestartupdiskcreatorcrashonubuntu1210 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment