Results 1 to 4 of 4
Hello. I'm trying to make a bootable Raspbian USB stick just to test the software on a regular non-Pi box. I just wanted to check if there's anything I'm doing ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-08-2013 #1Just Joined!
- Join Date
- Jan 2013
- Location
- Argentina
- Posts
- 45
Startup Disk situation - "Installation failed"
Hello. I'm trying to make a bootable Raspbian USB stick just to test the software on a regular non-Pi box. I just wanted to check if there's anything I'm doing wrong.
OS disk image has img extension and I am able to open it with Startup Disk Creator. File was originally a md5-verified iso, mounted as network, then copied and pasted. I am using a Kingston Data Traveler 108, of 8.0 GiB, formatted using Gparted and also with SDC.
Regardless which app I use to format it, I get "Installation error" when trying to do it. Is there any other way to make a bootable USB Stick using Ubuntu or any workaround to problem?
Thanks in advanced.
- 02-09-2013 #2Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,695
You could try UnNetbootin, it is a quite popular tool for creating bootable USB disks from ISO files.
Also, there is good old dd, for bit-by-bit copy, e.g:
where sdc is your actual USB disk device (don't just arbitrarily assume that it is sdc!)Code:sudo dd if=file.iso of=/dev/sdc
- 02-09-2013 #3Just Joined!
- Join Date
- Jan 2013
- Location
- Argentina
- Posts
- 45
atreyu: Thanks for the reply. I'm marking thread as solved. I'll use unetbootin. Current USB Disk is sdc1.
BTW, I was told Raspbian will never work as it uses different CPU architecture (ARM).
- 02-10-2013 #4Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,695




