LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-23-2005, 01:02 AM   #1
ToofDogger
Member
 
Registered: Aug 2005
Distribution: MEPIS
Posts: 52

Rep: Reputation: 15
Burning linux distro CD's


I am currently running fedora 3... I've only had it for like a week but I know that there are better distro's out there... Everytime I tried to create an install cd for a distro it burns wrong or something and it wont work... I've tried to burn it as an ISO image but that didn't work, I started trying to burn them when I had Windows XP but I couldn't do it... The reason I have Fedora is that someone else burned it and gave it to me... Can someone help me figure out how to do this? Maybe im just downloading them wrong... I have no idea...
 
Old 08-23-2005, 01:13 AM   #2
kencaz
Senior Member
 
Registered: Mar 2005
Location: Las Vegas, NV
Distribution: Mandriva Slackware FreeBSD
Posts: 1,468

Rep: Reputation: 48
Try using CDRecord...

cdrecord -v speed=4 dev=/dev/hdx -data Linux_Distro.iso

x = your cd's designation like: 'c' or 'd'

KC
 
Old 08-23-2005, 01:15 AM   #3
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Did you verify the MD5 sums before burning? That should rule out corrupt ISOs.
 
Old 08-23-2005, 02:29 AM   #4
linmix
Senior Member
 
Registered: Jun 2004
Location: Spain
Distribution: FC5
Posts: 1,993
Blog Entries: 1

Rep: Reputation: 46
What app did you use for burning. How exactly did you go about. It's dificult to know what might have gone wrong without specific information.

Like Nylex said it might be that the files were corrupted although if you tried several distros it would be strange if all were corrupted.

It could also be that you didn't burn them the right way. kenkaz has given you a good command line option. You can also do it from k3b, but when you said you burned it as an iso did you mean you put the .iso file on a disk or that you chose the buring software's option to create a cd from an iso image?

Finally, if you did all of the above right it may be you should burn at a lower speed to reduce the possibility oy errors during burtning, and again, if you use k3b for burning check the 'verify data' box in the 'burn' dialogue.

p.s. What make you say other distros are 'better' than fedora? It all comes down to what you expect from a distro and what you want to do with it. (I'm perfectly happy with FC4)
 
Old 08-23-2005, 03:04 AM   #5
volvogga
Member
 
Registered: Aug 2004
Location: MI, USA
Distribution: Fedora Core 3
Posts: 137

Rep: Reputation: 15
If slower burning doesn't work, you may want to check if DMA is enabled on the drive. I'm almost sure that this can result in inconsistent burning. To check, you can run the command

hdparm /dev/hd[a,b,c,d,etc.]

placing the letter of the drive that corresponds to the drive you want to check in place of the bracketed characters. You may want to add a pipe less or pipe more to the end of that command, as a lot of info will be flying at you.

As a side note, I, too, like the fedora distributions.
 
Old 08-23-2005, 07:09 AM   #6
Hosiah
Member
 
Registered: Sep 2004
Location: Des Moines, Iowa
Distribution: Slackware, Mandriva, Debian derivatives, +BSD/ Solaris/ Minix/ plan9/ GNU/HURD...
Posts: 185

Rep: Reputation: 31
I was almost blinking at the deja-vu. See this thread ( Installing Linux Problems) for a similar problem:

http://www.linuxquestions.org/questi...hreadid=355676

Good luck!
 
Old 09-26-2005, 08:43 PM   #7
mulan
LQ Newbie
 
Registered: Sep 2005
Posts: 7

Rep: Reputation: 0
Hello All:
I am running Fedora 3. I tried to burn a CD.
First I made iso image, and then use "cdrecord" in the command line
, but the following error coming up and I really don't know what to do.
Please help me and thank you very very much.




Error message .... ... ....

cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
cdrecord: Permission denied. Cannot open '/dev/hdc'. Cannot open SCSI driver.
scsibus: -2 target: -2 lun: -2
devname: '/dev/hdc'
scsidev: '/dev/hdc'
cdrecord: WARNING: This causes a high risk for buffer underruns.
cdrecord: Permission denied. WARNING: Cannot set priority using setpriority().
cdrecord: Operation not permitted. WARNING: Cannot set RR-scheduler
cdrecord: WARNING: This causes a high risk for buffer underruns.
cdrecord: Cannot allocate memory. WARNING: Cannot do mlockall(2).
cdrecord: Continuing in 5 seconds...
cdrecord: Future versions of cdrecord may have different drive dependent defaults.
cdrecord: Asuming -tao mode.
cdrecord: No write mode specified.
 
Old 09-27-2005, 08:48 AM   #8
larrydag
LQ Newbie
 
Registered: Aug 2005
Distribution: Suse 10.0, Knoppix
Posts: 18

Rep: Reputation: 0
If you have KDE desktop or just any version of X I recommend K3b. K3b is a good gui interface for burning any CD or DVD. I use it for burning distros, music, backup files, pictures, and videos.
 
Old 09-27-2005, 11:52 AM   #9
mulan
LQ Newbie
 
Registered: Sep 2005
Posts: 7

Rep: Reputation: 0
I am using GNOME desktop. Should I reinstall KDE desktop?
If I keep GNOME, is there any cd writing software I should go with?

Thanks a lot
 
Old 09-27-2005, 04:20 PM   #10
linmix
Senior Member
 
Registered: Jun 2004
Location: Spain
Distribution: FC5
Posts: 1,993
Blog Entries: 1

Rep: Reputation: 46
there's xcdroast, but I haven't found out how to get it to do anything else than copy a cd.
 
  


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
Looking for Live Linux Distro that plays CD's and DVD's The Kingbee Linux - General 4 08-26-2005 01:18 AM
Possible to install a linux distro from iso without burning it to a cd? RoaCh Of DisCor Linux - Newbie 9 08-14-2005 02:56 AM
I need software for burning CD+G (karaoke) CD's under linux. massageman Linux - Software 1 12-31-2003 11:55 PM
burning cd's in linux stinks illtbagu Linux - Software 8 12-11-2003 01:50 PM
burning cd's one Slackware 8 07-22-2003 10:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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