PDA

View Full Version : [ubuntu] Help with ISO install file to USB



jeffdmac
July 10th, 2012, 06:49 PM
Hi Everyone
I'm a new member and I would like some help installing the iso file onto my USB stick.
As I am concerned about security (even on my iMac to my banks internet site), I would like to make a bootable USB so as I can boot an operating system on my iMac just for banking use.
I downloaded the file "ubuntu-12.04-desktop-i386.iso" and in the instructions on this link http://www.ubuntu.com/download/help/create-a-usb-stick-on-mac-osx , the instructions are not clear what you do with an ISO file so I would be grateful if someone can tell me what the correct line commands are when I use the "Terminal" on my iMac to make the bootable USB.

Jeff...

wilee-nilee
July 10th, 2012, 07:00 PM
Here is a ub loader that is pretty straight forward, if you are going to do banking it is generally suggested to have it be writeable. This way the information input in the user process like going to a bank is not saved

http://unetbootin.sourceforge.net/

hive225
September 27th, 2012, 05:31 AM
I found this very helpful as well, many thanks!

whiteraven
September 28th, 2012, 03:05 AM
If you use Unetbootin to make a bootable USB, occasionally you'll get a boot error depending on the make of the USB drive. I found a fix if you need it:

Make sure the USB drive is formatted Fat32, empty of all files, then run

mkdosfs -v -I /dev/sdg where sdg is the mount name of your device

Solution was found here (http://www.linuxquestions.org/questions/linux-newbie-8/boot-error-when-trying-to-boot-from-usb-786172/), post #7

Hope this helps if it comes to that point.