Jim, Here is a guide I found to burn CD's. First thing you do is go to redmond.org ftp site and download the iso image to your hard drive. Unless you have a fast download and then you could burn it direct. But to me it is better to download to hard drive then burn to your CD. There is a folder in redmond.org ftp site that says iso. You only need CD 1 to install the system.
Sperry Russ ----- Original Message ----- From: "Jim Kelly" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 02, 2001 4:21 PM Subject: [rl-users] Another Question > Well, thank you all for the quick responses! I have another question about > Redmond Linux. I am used to just getting Linux Distro's already put on a disk > for me. This past weekend, I got a CD burner and I am wanting to download the > Redmond Linux and burn it on a CD and then install it on a computer. Since I am > new to downloading in this fashion, would somebody be able to give me the steps > on what I need to download, and then how to create a boot disk and install? I > appreciate all of your help! > > Jim Kelly > > __________________________________________________ > Do You Yahoo!? > Find a job, post your resume. > http://careers.yahoo.com > - > -- > rl-users list. To leave, send "unsubscribe" without quotes in body of > message to [EMAIL PROTECTED] > Archive: http://www.mail-archive.com/rl-users@chicago.redmondlinux.org/ >
Howto burn an ISO image ? All the CD-Writing software can use ISO image to burn directly a CD-Rom. Important note: take care to download the ISO in binary mode (FTP). By default Netscape download the file in ASCII mode which corrupt the image. You can check the integrity of the ISO file with the md5 key (md5sum mandrake.iso under Linux), go to http://www.etree.org/md5com.html to get the md5sum.exe version if you are using Windows) Please avoid downloading the ISO with a 56K modem line. If the download fails you can use "Resume" which allows you to continue the download. It works with ftp (reget), ncftp, CuteFTP, Getright, ... With Easy CD Creator: -------------------- Open Easy CD Creator Go to "File" then to "Create CD from disc image" make sure to change the bottom drop down menu ("Files of type:") to say "ISO image files" It will do the rest after you browse to the *.iso file (Thanks for zacheyer) With WinOnCD: ------------ you can select a "track-image" project when you click the New button. So long as you are in track mode, not file-system mode (how that looks depends on whether you have 3.0 or 3.5) then dragging a track image file onto the CD window should accept it as a raw track. WinOnCD uses .RAW as its own extension (Thanks Rick Jones) With Nero Burning Rom: ---------------------- Open Nero. Close the wizard if it is started automatically. Go to "File" then to "Burn Image...". In the next dialog, click on "Image Files (*.nrg)" and select "All files (*.*)". Choose the .iso file and accept. In the following dialog make sure: - Type of Image is: Data Mode 1 - Block size: 2048 - Image header: 0 - Image trailer: 0 - All the checkboxes are unactive. Click "OK". In the next dialog check that the "write" and "finalize" option are active. Click on "Write". (Thanks Antonio Asensi) With CD-Record: --------------- CD-Writing HowTo: http://howto.linuxberg.com/ptHOWTO/CD-Writing-HOWTO For example: cdrecord -v speed=4 dev=4,0 mandrake.iso You get the number on the SCSI bus number with "cdrecord --scanbus"