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 11-26-2008, 01:27 AM   #1
M$ISBS
Member
 
Registered: Aug 2003
Posts: 834

Rep: Reputation: 30
How do I burn an image to a CD so I can install knoppix?


I downloaded knoppix, the one that you can run off a cd, but I cannot get K3B to work.
What other ways can I get the image onto a CD?
Is there some kind of command line to copy to CD?

Thanks.
 
Old 11-26-2008, 01:31 AM   #2
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,631

Rep: Reputation: Disabled
What kind of distro are you using? You can use your package manager to install k3b. Or else if you prefer command line, you can use cdrecord tool for that. You can man for cdrecord for complete details.
 
Old 11-26-2008, 01:31 AM   #3
DiBosco
Member
 
Registered: Nov 2001
Location: Manchester, UK
Distribution: Mageia
Posts: 807

Rep: Reputation: 40
When you say you can't get K3B to work what exactly do you mean? It won't start or you just can't burn the .iso image? Which brings me to the second question (and apologies if this insults your intelligence) but you are trying to burn as an iso aren't you?
 
Old 11-26-2008, 01:48 AM   #4
M$ISBS
Member
 
Registered: Aug 2003
Posts: 834

Original Poster
Rep: Reputation: 30
Ive got K3B installed already, Sometimes it works and sometimes it does not. I place a disk in the cd tray but the start button in K3B remains greyed out so I cannot start the burning process. I have tried cd-r and dvd+r disks with the same result.

I downloaded the .iso file so all I should need to do is copy it to a cd right? or is there something else I need?

?

Last edited by M$ISBS; 11-26-2008 at 01:49 AM.
 
Old 11-26-2008, 04:45 AM   #5
DiBosco
Member
 
Registered: Nov 2001
Location: Manchester, UK
Distribution: Mageia
Posts: 807

Rep: Reputation: 40
It's not just a case of copying to the CD, no.

You need to select Tools | Burn CD Image. Select the .iso image to burn from the browse function. It will then verify the image and you can select Start as long as there is a suitable medium in the drive.
 
Old 11-26-2008, 06:24 AM   #6
kr4ey
Member
 
Registered: May 2007
Location: Florida
Distribution: Slackware64 14.1
Posts: 58

Rep: Reputation: 17
Here is a good tutorial on how to use K3b

http://www.iceteks.com/articles.php/burniso/3

If your start button is grayed out that means it hasn't detected the media in the CD/DVD drive.
Reinsert the media and wait for start button or try different media.
 
Old 11-26-2008, 06:29 AM   #7
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
I use my own custom script to burn CDs and stuff, if you want you can get it here:
http://draconishinobi.50webs.com/slackware/scripts.html
in the possibly useful scripts pack. It's called burnit, to burn you just do 'burnit file.iso /dev/cdwriter', it also burns directories instead of isos. I've tested it for quite a while so it should be "stable".
 
Old 11-26-2008, 06:34 PM   #8
M$ISBS
Member
 
Registered: Aug 2003
Posts: 834

Original Poster
Rep: Reputation: 30
This is my fstab:

/dev/hda2 swap swap defaults 0 0
/dev/hda1 / reiserfs defaults 1 1
/dev/cdrom /mnt/cdrom auto noauto,users,rw 0 0
/dev/cdwriter /mnt/cdrecorder auto noauto,users,rw 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
/dev/sda1 /mnt/exthd auto noauto,users,rw 0 0
/dev/sda2 /mnt/flash auto noauto,users,rw 0 0
/dev/sda3 /mnt/camera auto noauto,users,rw 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0

The drive is a DVD/RW drive. I have tried different cd-rw disks and dvd writables and k3B does not recognize any disk I insert.

How do I get K3B to see the drive and disk in the drive?

Last edited by M$ISBS; 11-26-2008 at 06:46 PM.
 
Old 11-26-2008, 09:45 PM   #9
M$ISBS
Member
 
Registered: Aug 2003
Posts: 834

Original Poster
Rep: Reputation: 30
Well, I got K3B to work but, I am an idiot.

I have a DVD writer, not a CDwriter, the other computer I want to install

on does not have a DVD reader, so this whole operation was for nothing as

now I have to buy A DVD reader for the other computer to install Knoppix or

whatever other image I have copied to a DVD disk.

Oh well.......
 
Old 11-26-2008, 10:06 PM   #10
claudius753
Member
 
Registered: Jan 2004
Distribution: Mac OS X 10.6.4 "Snow Leopard", Win 7, Ubuntu 10.04
Posts: 322

Rep: Reputation: 31
Quote:
Originally Posted by M$ISBS View Post
Well, I got K3B to work but, I am an idiot.

I have a DVD writer, not a CDwriter, the other computer I want to install

on does not have a DVD reader, so this whole operation was for nothing as

now I have to buy A DVD reader for the other computer to install Knoppix or

whatever other image I have copied to a DVD disk.

Oh well.......
Wait, don't all DVD-R drives also write CDs?
 
Old 11-26-2008, 10:09 PM   #11
M$ISBS
Member
 
Registered: Aug 2003
Posts: 834

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by claudius753 View Post
Wait, don't all DVD-R drives also write CDs?
Not sure, but I wrote the image to a DVD and the other computer only has a CDROM drive.
K3B recognized the DVD disk in the DVD writer, when I tried the CD-R disks, multiple times, K3B could not see the disks to write to.
Theres options in K3B to use A CD or DVD and I did try them both.

Last edited by M$ISBS; 11-26-2008 at 10:11 PM.
 
Old 11-26-2008, 10:33 PM   #12
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
Installing Knoppix to your hard drive is a bad bad idea. Knoppix is intended to be run as a live cd, and while it's easy enough to install, it hardly ever works right, and your first effort at upgrading anything will probably end in the destruction of your system.

You can go to their website, and get basically the same advice.
 
Old 11-27-2008, 04:03 AM   #13
DiBosco
Member
 
Registered: Nov 2001
Location: Manchester, UK
Distribution: Mageia
Posts: 807

Rep: Reputation: 40
I have never come across a DVD writer that would not do CDs. Knoppix is available as CD or DVD, so if you get the CD imagine I really would think you can burn the CD iso and stick it in the CDROM only machine.

What you are trying to do sounds perfectly feasible as long as:

1. You have the Knoppix CD .iso.
2. You burn as iso, and don't just copy to the medium.
3. Boot the CD in the second machine.
 
Old 11-27-2008, 04:13 AM   #14
Agrouf
Senior Member
 
Registered: Sep 2005
Location: France
Distribution: LFS
Posts: 1,596

Rep: Reputation: 80
Knoppix is debian on a live CD.
Just install debian instead and you have knoppix on your hard drive.
 
Old 11-27-2008, 08:57 AM   #15
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
Quote:
Originally Posted by Agrouf View Post
Knoppix is debian on a live CD.
Just install debian instead and you have knoppix on your hard drive.
No. Then you'll have Debian on your drive. Saying Knoppix is the same as Debian, is like saying Ubuntu is the same as Debian. If you've ever seen the tangled mess that is a Knoppix sources.list, you'd know it's not Debian.
 
  


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
how to burn an image of the HD? icecube76 Mandriva 4 12-10-2004 09:49 AM
Burn IMAGE to disk NoS Sr50 Linux - Software 3 09-05-2004 11:56 PM
How To Burn .iso Image dthompson Linux - Newbie 9 08-13-2004 08:15 AM
Knoppix Splash Image on HD install BrutualTarget Debian 2 09-16-2003 10:44 PM
How do I burn image on CD? converge Linux - Software 4 01-31-2002 10:08 AM

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

All times are GMT -5. The time now is 08:10 AM.

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