LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This 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


Reply
  Search this Thread
Old 10-10-2003, 10:40 AM   #1
k0ljat
Member
 
Registered: Apr 2003
Location: Underground
Distribution: Slackware
Posts: 103

Rep: Reputation: 15
mkisofs < a little help needed


so i installed mkisofs nad the other utility to make a bootable cd (slackware) but im kinda in a trouble...


First: i tried making a bootable cd with KOnCD but i got an error that mkisofs is not installed, but it is and works just fine..

Second: let just say if i want to make a bootable cd with mkisofs in a command line and lets assume that the iso is /root/Slackware-9.0.iso what do i need ? and how can i make a bootable cd, it would be really nice if somebody would make a nice howto





and if anybody knows how to make a bootable cd with Gnometoaster it would be really nice too



i tried searching the web with google, i surfed for hours and came up with nothing...



also, im really sorry for my english..

Last edited by k0ljat; 10-10-2003 at 10:43 AM.
 
Old 10-10-2003, 11:34 AM   #2
craigdolson
Member
 
Registered: Sep 2003
Posts: 31

Rep: Reputation: 15
Xcdroast is soooo much easier to use.

Depending on the distro you are using, this may vary a little bid. I am using Slackware 9.0 right now and this is how it is done. You still may need to make links, but they may be already done correctly upon installation. Try this though:

http://prdownloads.sourceforge.net/x...alpha14.tar.gz

If you download it, extract it, install it with (./configure, make, make install) and you will need to make a few symbolic links for some files to work for xcdroast, but its easy and quick. Activate xcdroast as ROOT and choose to enable "non root mode". this lets regular users use xcdroast even if they are not root.

you will need to make symlinks for a few files. I cannot remember off the top of my head the exact filenames, and im at work right now and dont have my wonderful slackware box in front of me.

when you try to execute the xcdroast right after installation, it will give you an error saying it cannot find certin files in the default locaton its looking. its looking for the files in /usr/local/bin, and they are actually sitting in /usr/bin.

just do a "ln-s /usr/bin/filename /usr/local/bin/filename" for the required files, i think there are 5, and you will be off burning bootable cd's to your hearts content.

Good luck,

Last edited by craigdolson; 10-10-2003 at 11:37 AM.
 
Old 10-10-2003, 11:47 AM   #3
k0ljat
Member
 
Registered: Apr 2003
Location: Underground
Distribution: Slackware
Posts: 103

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by craigdolson
Xcdroast is soooo much easier to use.

Depending on the distro you are using, this may vary a little bid. I am using Slackware 9.0 right now and this is how it is done. You still may need to make links, but they may be already done correctly upon installation. Try this though:

http://prdownloads.sourceforge.net/x...alpha14.tar.gz

If you download it, extract it, install it with (./configure, make, make install) and you will need to make a few symbolic links for some files to work for xcdroast, but its easy and quick. Activate xcdroast as ROOT and choose to enable "non root mode". this lets regular users use xcdroast even if they are not root.

you will need to make symlinks for a few files. I cannot remember off the top of my head the exact filenames, and im at work right now and dont have my wonderful slackware box in front of me.

when you try to execute the xcdroast right after installation, it will give you an error saying it cannot find certin files in the default locaton its looking. its looking for the files in /usr/local/bin, and they are actually sitting in /usr/bin.

just do a "ln-s /usr/bin/filename /usr/local/bin/filename" for the required files, i think there are 5, and you will be off burning bootable cd's to your hearts content.

Good luck,


thats the problem, i dont have network access with that computer, so i only have mkisofs and gnometoaster in use..
 
Old 10-10-2003, 09:14 PM   #4
lachlan
Member
 
Registered: Jan 2002
Location: New Zealand
Distribution: Mandrake 9.1,Suse 8.2
Posts: 139

Rep: Reputation: 15
You could have a look at CD WRITING IN LINUX-THE BASICS at http://linux.sgms-centre.com/ and open up the Linux howto
documents.

Lachlan
 
Old 10-11-2003, 01:01 AM   #5
craigdolson
Member
 
Registered: Sep 2003
Posts: 31

Rep: Reputation: 15
why do you not have network access? Is it by choice, or is your ethernet or modem not working properly?
 
Old 10-11-2003, 01:44 AM   #6
k0ljat
Member
 
Registered: Apr 2003
Location: Underground
Distribution: Slackware
Posts: 103

Original Poster
Rep: Reputation: 15
Ok, heres another big problem, i downloaded the net install image for woody (woody-i386-1.iso) but how can i write it on a cd ?! just write like a data file ?! goz xcdroast says that i dont have a CD in the drive put i have, and if i wrote the iso with cdrecord it didnt boot up on startup(BIOS was set on First boot device: cdrom) do i need somekind of floppy images !? if so witch ones !?
 
Old 10-12-2003, 11:29 PM   #7
craigdolson
Member
 
Registered: Sep 2003
Posts: 31

Rep: Reputation: 15
With Xcdroast, you have to burn it as an image file. Does Xcdroast recognize your CD Burner? You may have to tell linux to see your IDE CDRW as a SCSI through Emulation. Run a scanbus to see if it is recognized. Xcdroast is pretty liberal in finding hardware. It found my USB external CDRW drive and automaticly set it up with SCSI emulation.
 
Old 10-12-2003, 11:59 PM   #8
quatsch
LQ Addict
 
Registered: Aug 2003
Location: New York, NY
Distribution: gentoo, gentooPPC
Posts: 1,661

Rep: Reputation: 48
how did you write it using cd-record? If the iso is an image of a bootable cd, then something like
cdrecord speed=4 dev=0,0,0 woddy-blah.iso
should have done it.
 
  


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
help using mkisofs mykrob Linux - Software 1 12-01-2004 12:40 PM
mkisofs guldo Linux - Software 14 08-10-2004 01:58 PM
mkisofs Pedroski Linux - Software 1 11-11-2003 02:44 PM
mkisofs Pedroski Linux - Software 1 11-09-2003 12:59 PM
mkisofs Serena Linux - Newbie 1 04-24-2002 05:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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