Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have a Linux ISO file which is a disk image of a Linux operating system called Knoppix. I simply want to burn the ISO file so that it creates a disk image on a CD. Then I can boot from the CD and quickly run a Linux operating system.
This sounds easy but each time I've tried to burn the .ISO file as a disk image, it gets burned as a file, so the CD winds up having one large ISO file and is not bootable. I need a disk image so I can boot Linux off the CD.
I'm looking for a CD burning program for Linux where I can burn an ISO as a disk image. I know there are programs in Windows like Nero, but I want a Linux app. Can anyone recommend a good burning app here?
K3B is a great CD burner program for Linux and it has plenty of power and flexibility. If that is what you want, go for it. However, I have burned numerous bootable Linux CD's from MS Windows with no problems. I like Burn4Free. Roxio and Nero are the most popular commercial pgms. Whichever program you use, there is no conflict, since the ISO file format is a universal CD file format that is supported by most any OS. Just be sure that you set up the software to burn to the ISO file system.
With k3b, it's a simple as going to tools -> cd -> burn image, selecting the iso, and then burning. Doesn't get much simpler right? Well, good luck and have fun with knoppix.
you are running linux, so i would highly sujest cdrecord.
very fast and powerful CLI burning tool that can do exactly what you ask...
here is an example of the command i use on my laptop to burn ise files
Code:
cdrecord dev=0,0,0 speed=2 /home/ray/file.iso
done from root. now i have to put the speed=2 as i have a very pore CDRW in my laptop and if i burn an iso any faster then that im SOL, but most ppl can leave the speed=X out of the command and just let it go do its thing.
Thanks to all of you for the tips on burning ISOs.
I'm running RH9 and just tried to install K3B. Yikes, SO many dependencies:
rpm -ivh k3b*.rpm
warning: k3b-0.11.17-0.0.rh90.kde.i386.rpm: V3 DSA signature: NOKEY, key ID ff6382fa
error: Failed dependencies:
kdelibs >= 6:3.3 is needed by k3b-0.11.17-0.0.rh90.kde
libFLAC++.so.2 is needed by k3b-0.11.17-0.0.rh90.kde
libFLAC.so.4 is needed by k3b-0.11.17-0.0.rh90.kde
libasound.so.2 is needed by k3b-0.11.17-0.0.rh90.kde
libid3-3.8.so.3 is needed by k3b-0.11.17-0.0.rh90.kde
libkwalletclient.so.1 is needed by k3b-0.11.17-0.0.rh90.kde
libsamplerate.so.0 is needed by k3b-0.11.17-0.0.rh90.kde
libsamplerate.so.0(libsamplerate.so.0.0) is needed by k3b-0.11.17-0.0.rh90.kde
qt >= 1:3.3 is needed by k3b-0.11.17-0.0.rh90.kde
Next I tried to install just one of these components (kdelibs) and got another failure message with a HUGE list of additional dependencies. I've been tinkering for hours and finally just ran redhat-config-packages and tried to install the KDE development packages, but because I've run up2date already, this fails and says I need a whole bunch of kde related packages installed first. What a nightmare!
Any easy way I can install the WHOLE KDE desktop and development environments without 50 million dependency messages? At this rate I'll never get k3b installed.
Distribution: Gentoo 2004.2: Who needs exmmpkg when you have emerge?
Posts: 1,795
Rep:
As Lleb suggested, try CDRecord. Specifically, try this:
cdrecord -v -data dev=0,0,0 /path/to/the/isofile.iso
The -v switch switches on verbose mode, and -data CDRecord to burn the iso and expand it.
once you have it setup and have the proper yum.conf configured it is as simple as typing:
yum install k3b
then it will do all the hard work for you. you can also use yum update and yum upgrade to update all packages that are available for upgrading. very nice tool for a RPM based distro. ill never run an other RPM base distro without YUM.
Use cdrecord i found it to be the best however if you want gui's then i must admit i was impressed with kb3 but u say u have a problem with deps well i say download synaptic GREAT PACKAGE MANAGER it will slove all ur problems and help u basid on your distro
With RH9, installing k3b is going to require installing the kde and its libs, so you're much better off with xcdroast or just regular old cdrecord. I would just do cdrecord, but if you do need the gui, you should go with xcdroast.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.