Re: how do u make a bootable cd-rom?

From: William Winkler (ouiNOouiliSPAMouinqui_at_yahoo.nospam.com)
Date: 04/06/04


Date: Tue, 6 Apr 2004 08:53:24 -0500

I'm including below a specific sequence for making a bootable CD, taken from
the Red Hat Installation Guide. It relies on the isolinux directory
contained on the Red Hat installation CDs. The isolinux directory contains
several files, including the executable isolinux itself and a linux kernel
image, probably the same one used for creating bootable floppies.

Your best bet is to look around your distribution's web site and see if they
provide an isolinux directory with whatever you need already in it. In any
case, you can download the Red Hat isolinux at

http://ftp.redhat.com/pub/redhat/linux/9/en/os/i386/isolinux/

http://www.redhat.com/docs/manuals/linux/

1.4.2. Making an Installation Boot CD-ROM
isolinux is now used for booting the Red Hat Linux installation CD. To
create your own CD-ROM to boot the installation program, use the following
instructions:

Copy the isolinux/ directory from the first Red Hat Linux CD-ROM into a
temporary directory (referred to here as <path-to-workspace>) using the
following command:

cp -r <path-to-cd>/isolinux/ <path-to-workspace>

Change directories to the <path-to-workspace> directory you have created:

cd <path-to-workspace>

Make sure the files you have copied have appropriate permissions:

chmod u+w isolinux/*

Finally, issue the following command to create the ISO image file:

mkisofs -o file.iso -b isolinux.bin -c boot.cat -no-emul-boot \
-boot-load-size 4 -boot-info-table -R -J -v -T isolinux/

 Note
  The above command was split into two lines for printing purposes only.
When you execute this command, be sure to type it as a single command, all
on the same line.

Burn the resulting ISO image (named file.iso and located in
<path-to-workspace>) to a CD-ROM as you normally would.

"HP Garcia" <mjrwingnut@starstream.net> wrote in message
news:40723bef$1_3@corp.newsgroups.com...
> I need to make a bootable cd-rom so I can install a iso image
>
>
>
>
> -----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
> http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
> -----== Over 100,000 Newsgroups - 19 Different Servers! =-----



Relevant Pages

  • RedHat 8 Install does not detect IDE devices
    ... I am having difficulty installing Red Hat Linux version 8. ... The Red Hat Linux 8 installation and setup program is not detecting my IDE ... The BIOS detects the IDE and CDROM drives. ... When the Adaptec 2100s board is installed the Red Hat installation program ...
    (linux.redhat.install)
  • Probs with Red Hat Professional Workstation
    ... was posted in that other newsgroup. ... I just purchased Red Hat Professional Workstation, ... the installation for 2.5 hours and that was last night. ... Actually, it's "an Apache-like server". ...
    (comp.os.linux)
  • Re: Hard Disk
    ... I am including below a message from Red Hat archives, ... The message below also mentions that there are some serial ATA ... but not during installation yet. ... A list of drivers is shown but my HD isn't there. ...
    (linux.redhat.install)
  • FW: Installing RHEL v3 WS on an Athlon 3400+ <MORE problems>
    ... I tried this on the taroon list, but forgot about the ordinary Red Hat ... lists. ... apart from the graphical installation. ... NNC's UK Operating Companies: NNC Holdings Limited, ...
    (RedHat)
  • Rebuild installation CDROMs
    ... How do I get information for rebuilding the CDROMs used for ... I need to rebuild the kernel used during boot, ... install into the isolinux directory. ...
    (Fedora)