LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-26-2004, 06:13 PM   #1
Hero Doug
Member
 
Registered: Jan 2004
Posts: 41

Rep: Reputation: 15
Burning Slackware 10 to CD + Installing


I downloaded Slackware 10 from the Pair.com mirror using FTP.

I have all the files now, but I'm not sure how to burn them to CD. I'm using Fedora right now and during installation it asks for Disc 1, or maybe Disc 3 etc.

How do I know what files to burn to what disc so when the Slackware installation asks for Disc 1 it finds the correct files in the correct location?

And to create a book disc, do I just copy the boot files to a CD?

Thanks for all help.
 
Old 10-26-2004, 06:24 PM   #2
jrbush82
Member
 
Registered: Mar 2002
Location: Hampton, VA
Posts: 86

Rep: Reputation: 15
Did you download the ISO images for slackware? If not.. goto the mirros page on the slackware site (http://www.slackware.org/getslack/) and choose the best mirror for you. Then goto the slackware-10.0-iso directory, and download the first disk ... that is all that is needed to instal the os. Burn the ISO image to the cd using the "burn image" feature of the burning software you use (don't just burn the file to the cd), and then stick the cd in and reboot.. the cd will be bootable and start the slackware install.
 
Old 10-26-2004, 06:26 PM   #3
rotvogel
Member
 
Registered: Oct 2003
Posts: 534

Rep: Reputation: 30
I will post an example of how to create a bootable ISO. It's one without Gnome and KDE. What you should have done was to download the ISO files on the mirror. Those are meant to be burnt on CD.

This long command creates an iso of the content of the Slackware tree (it's assuming you're in the Slackware-10.0 directory) and creates the file to be burnt on CD in /tmp . Adjust to fit your needs
Code:
mkisofs -o /tmp/slackware-10.iso \
 -R -J -V "Slackware Install" \
 -x ./bootdisks \
 -x ./extra \
 -x ./slackware/gnome \
 -x ./slackware/kdei \
 -x ./slackware/kde \
 -x ./pasture \
 -x ./patches \
 -x ./rootdisks \
 -x ./source \
 -x ./zipslack \
 -x ./testing \
 -hide-rr-moved \
 -v -d -N -no-emul-boot -boot-load-size 32 -boot-info-table \
 -sort isolinux/iso.sort \
 -b isolinux/isolinux.bin \
 -c isolinux/isolinux.boot \
 -A "Slackware Install CD" .

Last edited by rotvogel; 10-26-2004 at 06:28 PM.
 
Old 10-26-2004, 06:38 PM   #4
Hero Doug
Member
 
Registered: Jan 2004
Posts: 41

Original Poster
Rep: Reputation: 15
I downloaded the ISO and their not even a whole kilo byte, their just a PGP signature. I checked a lot of the mirrors and their just offering the signatures (.asc files) and not the actual .iso files.

rotvogel >> I tried what you suggested and it didn't work, guess I don't have all the files.

Edit: finally found a mirror with the ISO, going to download them and burn them. Thanks for the info guys.

Last edited by Hero Doug; 10-26-2004 at 06:49 PM.
 
Old 10-26-2004, 06:44 PM   #5
rotvogel
Member
 
Registered: Oct 2003
Posts: 534

Rep: Reputation: 30
ftp://ftp.slackware.no/linux/slackwa...ware-10.0-iso/

Without a meaningfull error message we cannot help you. Iso's on the location above.
 
Old 10-26-2004, 06:50 PM   #6
Hero Doug
Member
 
Registered: Jan 2004
Posts: 41

Original Poster
Rep: Reputation: 15
You just posted before me, I'm already downloading them ISO and will burn them tonight.

Hopefully the install will be easy.
 
Old 10-27-2004, 04:12 AM   #7
carboncopy
Senior Member
 
Registered: Jan 2003
Location: Malaysia
Posts: 1,210
Blog Entries: 4

Rep: Reputation: 45
http://mymirror.asiasosc.org have Slackware 10 iso too.
 
Old 10-27-2004, 07:22 AM   #8
Hero Doug
Member
 
Registered: Jan 2004
Posts: 41

Original Poster
Rep: Reputation: 15
Thanks, I have all 4 discs now, I'll give it a test install tonight.
 
Old 11-02-2004, 08:33 PM   #9
aje
Member
 
Registered: Oct 2004
Location: Internet
Distribution: Slackware 10.1
Posts: 177

Rep: Reputation: 30
Quote:
Originally posted by jrbush82
download the first disk ... that is all that is needed to instal the os.

If install disc 1 is the only one needed for installation, what is install disc 2 for?

And what are the two source discs for?
 
Old 11-02-2004, 08:55 PM   #10
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
Disk 2 contains KDE & Gnome and some extra stuff, if you don't need kde or gnome you could only install using cd 1.
The two extra cds (sources one) are there in case you want to modify something and because of almost all software distributed on Slackware being under GPL license.

Last edited by gbonvehi; 11-02-2004 at 08:56 PM.
 
Old 11-02-2004, 09:42 PM   #11
aje
Member
 
Registered: Oct 2004
Location: Internet
Distribution: Slackware 10.1
Posts: 177

Rep: Reputation: 30
If I wanted to use fluxbox, but wanted to use some KDE programs like k3b, could I still just use one disc?

Or should I go ahead and install KDE and then get fluxbox after?
 
  


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
burning slackware 10.2 nipplepoker Linux - Software 3 10-14-2005 04:43 PM
Burning Slackware 10 onto a CD Spyiish Slackware - Installation 6 08-21-2004 10:09 AM
burning the slackware AcidBoy Slackware 6 04-19-2004 10:24 PM
Burning Slackware ISOs sxa Slackware 3 02-06-2004 07:12 AM
CD-Burning in slackware 9.0 bob_smith Slackware 7 04-15-2003 04:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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