LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General > LinuxAnswers Discussion
User Name
Password
LinuxAnswers Discussion This forum is to discuss articles posted to LinuxAnswers.

Notices


Reply
  Search this Thread
Old 05-16-2012, 03:48 PM   #1
Linux_420
LQ Newbie
 
Registered: Dec 2011
Distribution: Fedora
Posts: 27

Rep: Reputation: Disabled
Booting ISO images from a USB disk


A new la entry has been added:

Booting ISO images from a USB disk

Quote:

BE CAREFUL NOT TO OVERWRITE THE MBR OR BOOTLOADER ON YOUR PRIMARY BOOT DISK! BACK THEM UP BEFORE YOU BEGIN THIS PROCESS!


Here is a detailed example of how to make a bootable USB disk:

What you will need:

Hardware:[LIST][*]A USB disk large enough to hold the .iso image (which may be compressed using gzip or zip)[*]A device which has a BIOS capable of booting from USB.
 
Old 01-02-2015, 05:00 PM   #2
vzv
LQ Newbie
 
Registered: Jan 2015
Posts: 1

Rep: Reputation: Disabled
vzv -vvvvvvvvvr
 
Old 06-15-2017, 11:28 PM   #3
madhavareddy29
LQ Newbie
 
Registered: Jun 2017
Posts: 1

Rep: Reputation: Disabled
Thank you
 
Old 07-15-2017, 05:02 AM   #4
Trihexagonal
Member
 
Registered: Jul 2017
Posts: 362
Blog Entries: 1

Rep: Reputation: 334Reputation: 334Reputation: 334Reputation: 334
That's a very nice writeup, but seems like a lot of work to do something that can be done with one line of code on my FreeBSD box.

Insert your USB stick and make sure it is NOT mounted. Use the cd command to change directories to where the .iso is you want to work with, then run:

Code:
# dd if=./nameof.iso of=/dev/da0 bs=512k
I've used that command to make bootable USB sticks with Debian and Kali .iso files on several occasions. Of course, the syntax for where the USB stick resides will be different on Linux (sda2 maybe?) but I don't know why it wouldn't work.

Please correct me if I am mistaken.

Last edited by Trihexagonal; 07-15-2017 at 05:21 AM.
 
Old 07-15-2017, 09:20 AM   #5
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by Trihexagonal View Post
That's a very nice writeup, but seems like a lot of work to do something that can be done with one line of code on my FreeBSD box.

Insert your USB stick and make sure it is NOT mounted. Use the cd command to change directories to where the .iso is you want to work with, then run:

Code:
# dd if=./nameof.iso of=/dev/da0 bs=512k
I've used that command to make bootable USB sticks with Debian and Kali .iso files on several occasions. Of course, the syntax for where the USB stick resides will be different on Linux (sda2 maybe?) but I don't know why it wouldn't work.

Please correct me if I am mistaken.
when I use this dd thingy -- and am in the same dir as the iso - I do not use that ./ leading I just
Code:
dd if=NameOf.ios of=/dev/sdxx && sync
works Okey Dokey for me. just saves two key strokes is all leaving out the ./

Last edited by BW-userx; 07-15-2017 at 09:21 AM.
 
Old 07-15-2017, 08:26 PM   #6
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,973

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
The original post was from 2012.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Booting ISO images from a USB disk Linux_420 Linux - General 3 12-05-2011 03:33 AM
Grub help: Booting multiple images from a USB stick? Darkhands Linux - Newbie 1 12-27-2010 08:52 AM
booting an ISO on the hard disk lothario Linux - Software 4 02-17-2008 03:04 PM
system can't read iso images when i try to download redhat from hard disk bbbmmm Red Hat 1 05-20-2007 06:33 AM
USB disk with multiple bootable linux images rottie Linux - General 1 01-16-2006 05:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General > LinuxAnswers Discussion

All times are GMT -5. The time now is 07:34 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration