Results 1 to 3 of 3
Where did I do something wrong?
I'm trying to put an instance of Slackware on an SD card. It wouldn't boot from the card so I did the same on ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-02-2012 #1Just Joined!
- Join Date
- Dec 2012
- Location
- Honolulu, Hawaii
- Posts
- 1
Putting ISO on USB from terminal help
Where did I do something wrong?
I'm trying to put an instance of Slackware on an SD card. It wouldn't boot from the card so I did the same on a USB stick. Still wouldn't boot. I burned the same ISO image to DVD using Brasero and it booted into Slackware problem-free.
This is what I did to install the image on both the SD card and the USB stick:
1. Logged in as super user.
~$ su
2. inserted and discovered the name of the card/USB stick:
~$ df -hT
3. Unmounted the device:
~$ umount /dev/[card name]
4. Formatted the card:
~ $ mkfs.ext3 /dev/[card name]
5. transferred the image:
~$ dd if=Downloads/slackware-14.0-iso/slackware-14.0-install-dvd.iso of=dev/[card name]
I did move the boot device priority around in my BIOS to boot to USB/media card 1st, but it seems to ignore the USB/SD card and go right into loading the OS on my hard drive instead.
What did I do wrong?
- 12-02-2012 #2Linux Enthusiast
- Join Date
- Apr 2012
- Location
- Virginia, USA
- Posts
- 561
You have to make it an ISO hyrbid.
Step 4 in your list is not required, btw.
Install Slackware Using A USB Flash Drive - SlackWiki
- 12-09-2012 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,143
Alternatively, you can use unetbootin and install just about any live cd/dvd distribution on a usb drive: UNetbootin - Homepage and Downloads
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
