LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 10-21-2019, 06:26 PM   #1
69Rixter
Member
 
Registered: Jan 2014
Location: central Ohio
Distribution: BionicPup 8 & LM 19.1X
Posts: 320

Rep: Reputation: 10
CD vs. Installer program


I got into a rather animated discussion about what method to use burning an .iso onto a flashdrive. Personally, I D/l the .iso and use a program such as Rufus-Unetbootin-LiLi-or any of many other .iso/bootable flashdrive programs. An opposing and very adamant view stated I MUST get the .iso, burn it to a CD/DVD, then use the CD/DVD to burn it to the flashdrive. So, what method do you use and why? In responding, please give good, solid reasonable answers and, if possible, "links" to validate your viewpoint.

Thank You;

Rick
 
Old 10-21-2019, 06:30 PM   #2
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
what, huh? burn it to a CD then use that CD to burn it to a USB Stick???? why?
 
Old 10-21-2019, 06:34 PM   #3
69Rixter
Member
 
Registered: Jan 2014
Location: central Ohio
Distribution: BionicPup 8 & LM 19.1X
Posts: 320

Original Poster
Rep: Reputation: 10
RE: BW-userx

My exact same question to the person whom insisted I must do it that way. Why...I D K?

Rick
 
Old 10-21-2019, 06:38 PM   #4
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
it is one or the other. I use a usb stick because its easier and reusable.
Code:
#dd if=distro.iso of=/dev/sdc bs=1m conv=sync
 
Old 10-21-2019, 06:52 PM   #5
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783
with bsd and debian I have just used dd bs=4M if=the.iso of=/dev/sdX
as per the instructions
https://www.debian.org/CD/faq/#write-usb

But they are specially crafted iso


but I agree, the logic of burning to Optical in order to put on flash is bizarre

the only reason I can think of is manually partitioning the flash, putting filesystems on and copying files to the flash and installing a bootloader

but that could be done by loop mounting the iso, no need to burn.



regards bsd, I may have recalled that incorrectly
https://www.freebsd.org/doc/handbook...bsdinstall-usb
they have a specific img for usb
 
Old 10-21-2019, 07:03 PM   #6
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,699

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
At one time I thought the Fedora media writer application was only available from the DVD. There might be other distributions that have a USB media creation software included on live DVD, Mint or Ubuntu maybe.

Most of then mainstream distros documentation installation guide seem to include what applications are known to work the best.
 
Old 10-21-2019, 07:11 PM   #7
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783
I guess some confusion could have arised from liveCD with persistent storage
or using the install CD/DVD to install a working system to the usb
 
Old 10-22-2019, 05:39 AM   #8
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by 69Rixter View Post
An opposing and very adamant view stated I MUST get the .iso, burn it to a CD/DVD, then use the CD/DVD to burn it to the flashdrive.
That is complete nonsense, I strongly suspect you misunderstood sth there.
Esp. given your long history of not "getting" USB with persistence.
 
Old 10-22-2019, 05:51 AM   #9
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Quote:
Originally Posted by BW-userx View Post
what, huh? burn it to a CD then use that CD to burn it to a USB Stick???? why?
Probably because they don't understand the difference between "burning" a CD/DVD, and writing an ISO image to a USB stick.

@69Rixter, as you've probably already been told at least a couple of times now; you "burn" a ISO image to a CD/DVD because they are optical media and the "burner" uses a laser to actually "burn" the data onto the disc. Whereas, you use a software program to "write" the same ISO image to a USB stick - which is NOT optical media.

Why do you find that so hard to understand 69Rixter ? It's not as if you have to build your own CD/DVD burner, let alone write your own USB imaging software...
 
Old 10-22-2019, 09:00 AM   #10
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
You can create a disk image from an .iso file without burning the .iso to optical media, you would just need to mount the .iso as a virtual disc and proceed from there. There used to be a complex procedure to create USB flash installation media in OpenBSD, but that's no longer necessary as *.fs images have existed for quite a few years and it's been a simple matter of e.g.:

Code:
# dd if=install66.fs of=/dev/rsd2c bs=1m
To my knowledge Linux distributions have provided "isohybrid" images for years, which can either be burnt to optical media or written to USB flash? So either way I can see no reason to burn optical media / mount an .iso as a virtual disc first.

//edit:

https://wiki.syslinux.org/wiki/index...shell_commands

Last edited by cynwulf; 10-22-2019 at 09:04 AM.
 
Old 10-22-2019, 09:04 AM   #11
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,005
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
Quote:
Originally Posted by BW-userx View Post
it is one or the other. I use a usb stick because its easier and reusable.
Code:
#dd if=distro.iso of=/dev/sdc bs=1m conv=sync

This is what I do. Or use balena etcher if I'm too lazy to type.
 
Old 02-06-2020, 07:06 PM   #12
69Rixter
Member
 
Registered: Jan 2014
Location: central Ohio
Distribution: BionicPup 8 & LM 19.1X
Posts: 320

Original Poster
Rep: Reputation: 10
RE: Timothy Miller

I'm still laughing at your response. TY!!! BTW...could you be a "Cats" fan? I am !!!

RICK
 
Old 02-06-2020, 07:15 PM   #13
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,223

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
Not sure why this program was funny: https://www.balena.io/etcher/
 
Old 02-06-2020, 09:33 PM   #14
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,978

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
I guess it would depend on the distro and if I wanted it live or real install.

I do keep some DVD-RAM disc's around just for burning to. Doesn't make sense to use disposable disc's.
 
Old 02-07-2020, 01:38 AM   #15
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by dugan View Post
Not sure why this program was funny: https://www.balena.io/etcher/
Maybe because it wraps a several-hundred-megabyte full fledged, not updateable, chromium browser with all the scurity and other problems that entails, around a few kilobytes of code actually doing things?
 
  


Reply



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
Is there a usb-pendrive (ISO-hybrid) for ANTIX with classical Installer (debian/installer)? patrick295767 Linux - Distributions 1 01-21-2016 05:48 PM
Creating the ultimate Grub2 setup: Windows installer + Live, Linux installer + live + todda7 Linux - General 47 08-05-2010 11:22 AM
Red Hat Installer, vs Debian Installer rmckayfleming Linux - General 6 10-19-2005 01:23 PM
(K)Ubuntu installer failing to load installer components from CD. slackyoda Ubuntu 5 07-20-2005 03:06 PM
What Does The UT2004 Installer Do Behind The Fancy GUI Installer? Tsuroerusu Linux - Games 2 09-09-2004 02:37 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 01:33 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