Skip to content

Instantly share code, notes, and snippets.

@ryansukale
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save ryansukale/9627061 to your computer and use it in GitHub Desktop.

Select an option

Save ryansukale/9627061 to your computer and use it in GitHub Desktop.
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