LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 08-31-2003, 05:44 AM   #1
Taltosit
LQ Newbie
 
Registered: Aug 2003
Location: Spokane, WA
Distribution: Linux RedHat 9.0
Posts: 3

Rep: Reputation: 0
Making Cd bootable for RH


I have downloaded RH shrike.iso dusk 1 into my home drectory on Linux. I m currently running RH 7.3. And want to upgrade to 9.0 using the cd's i create.

I have XcdRoast installed and running. What I am having trouble doing is figuring out how to burn the iso file on my cd and make it bootable.

I will add ios files 2 and 3 after I burn iso file 1.

Right now all I see of what I downloaded from redhat so far is one large iso file.

Thank you in advance for your help on this.
 
Old 08-31-2003, 06:01 AM   #2
KaosynnerST
LQ Newbie
 
Registered: Aug 2003
Distribution: RedHat
Posts: 2

Rep: Reputation: 0
I am unfamiliar with the burning app you mentioned, but I think I can still provide a little help.

an ISO file is sort of like a giant zip file of a CD, or rather an image of that CD. It is much easier to download 1 single ISO than to download and arrange every single file on CD1 =)

Anyhow, when you attempt to burn the ISO, you can't treat it like normal data and just burn it to the CD, rather you need to look for an opition somewhere in your CD Burning Program that says something like: Make CD from Image. Then navigate to your ISO and select it. The program will then read the data in the ISO and burn the actual files, directories, and boot info to the CD rather than burning one big file.

Hope this helps!

(P.S. Writing this after 4hrs sleep. Sorry for poor form)

-KaosynnerST
 
Old 08-31-2003, 06:47 AM   #3
r00tnuke
Member
 
Registered: Aug 2003
Location: /earth/usa/texas/houston
Distribution: Fedora C2
Posts: 64

Rep: Reputation: 15
Try the command line approach.

to create an iso of a cd use this command...
# mkisofs -J -r -T -o /tmp/your.iso /mnt/cdrom

to write a cd to your cdrom writer the command will be....
# cdrecord -eject -v speed=12 dev=0.0.0 /tmp/your.iso

r00tnuke
 
Old 08-31-2003, 06:54 AM   #4
lynch
Member
 
Registered: Nov 2000
Location: A Mid-Atlantic state
Distribution: SuSE 8.1,Knoppix 3.2,Mandrake 9.1
Posts: 388

Rep: Reputation: 30
Move the .iso to the default directory you created during the XCD-Roast setup.You can then create the bootable installation CD(CD 1) by doing the following:
  • On the main menu choose "Create CD"
  • Then choose "Write Tracks"
  • The iso should be displayed in the "Image-Information" window on the right.
  • Choose "Master Tracks" and highlight the iso you want to burn and hit the "Add" button.
  • Click on the "Accept Track Layout" and when it switches you to the "Write Tracks"page,click on the "Write Tracks" button at the bottom of the page.
That should do it.
HTH
lynch
 
Old 08-31-2003, 07:39 PM   #5
Taltosit
LQ Newbie
 
Registered: Aug 2003
Location: Spokane, WA
Distribution: Linux RedHat 9.0
Posts: 3

Original Poster
Rep: Reputation: 0
Thanks

Thanks for the help. I now have all three RH 9 iso files burned onto three cds and the cds each show the files and directories.

I changed my BIOS to boot from Cdrom, but it won't boot from cd1.

Can I boot from the floppy I made for 7.3 and install 9.0 that way? Or do I need to make a boot floppy for 9.0?
 
Old 09-01-2003, 08:05 AM   #6
r00tnuke
Member
 
Registered: Aug 2003
Location: /earth/usa/texas/houston
Distribution: Fedora C2
Posts: 64

Rep: Reputation: 15
You need to make a boot floppy

dd if=/mnt/cdrom/images/bootdisk.img of=/dev/fd0
 
Old 09-01-2003, 03:18 PM   #7
Taltosit
LQ Newbie
 
Registered: Aug 2003
Location: Spokane, WA
Distribution: Linux RedHat 9.0
Posts: 3

Original Poster
Rep: Reputation: 0
Talking Finally got it!!!

Well, I finally got the RedHat 9 iso files to boot from a CD. I tried the floppy and it didn't work.
Here is how I did it, in case someone else out there is running into the same trouble as I did.

First, I am going to assume you already have XCdRoast installed on your system. That is what I used for burning the CD's

Next I made a directory in my home directory called RH9, and in that directory I made three directories named disc1, disc2 and disc3.

I then downloaded the three iso images from RH using Gftp into the directoires I made for each. Once done, I did the following steps to the first CD only to make it a bootable CD.

I setup CdRoast with an image directory where the first iso resided.
/home/self/RH9/disc1/

Then clicked on Create CD
Click Master Tracks, opened tab "boot Options"where it says make CD bootable? I chose "El Torito."
Where it says "boot image" I inserted images/bootdisc.img
After that I chose create session/image
Blank CDRW. When done I just burned the first CD.
With the next 2 CDs. I did the same thing as 1 except I did not make them bootable.

When all three Cds were done, I rebooted my system, changed my Bios to boot from CD. And it worked!! Not a single problem was encountered while upgrading from 7.3 to 9.0.

Thanks everyone for all your help!
 
  


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
Making a bootable CD#1 for SuSE 9.3 How to? LVSuSE SUSE / openSUSE 1 09-04-2005 02:55 AM
making an iso bootable berrance Linux - Software 4 04-13-2005 05:14 AM
making a non bootable patrion bootable jason2 Linux - General 6 08-01-2004 10:25 AM
making a partition bootable wenberg Linux - General 1 01-22-2004 09:57 AM
making changes to a bootable cd mattkat Linux - Software 1 09-30-2003 09:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

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