Account Links: Cart | Your Account | Logout

Skip to content

Red Hat Knowledgebase

Red Hat Knowledgebase Search:

Updated Within the Last:

New Solutions within the last day New Solutions within the last week New Solutions within the last month

Browse by topics:


Click to View a Topic
Red Hat Enterprise Linux > AS/ES/WS v. 3 > Issue <<  462 of 594 >>

Solution Tools:


Email a Solution Postcard Printer version Submit a comment on this answer Update notifications Request an answer Back

Article Reference

Article ID: 4388
Last update: 12-08-04
Issue:
How do I create a boot media for Red Hat Enterprise Linux 3 if it can not fit on a floppy disk?
Resolution:

You will need to create a boot CD instead of a boot floppy.  You will need to first create an ISO image of the kernel and then burn it to a CD. To create the ISO image, use the mkbootdisk commadn with the --iso option:

 
# mkbootdisk --iso --device </path/boot.iso> $(uname -r)
     

Find the ID of your burner by issuing the command below:

 
# cdrecord -scanbus
     

After you have created the ISO image of the kernel and found your burner ID, you can then burn it to a CD with similar syntax:

 
# cdrecord -v dev=X,X,X </path/boot.iso>
     

Note: change 'X,X,X' to the ID values as shown by the output of the cdrecord -scanbus comamnd.


How well did this entry answer your question?


good wrong incomplete out of date
Red Hat Enterprise Linux > AS/ES/WS v. 3 > Issue <<   462  of  594  >>