[Ilugc] making bootable cds

  • From: suraj@xxxxxxxxxxx (Suraj Kumar)
  • Date: Sun, 15 Dec 2002 09:32:46 +0530

Mohanakrishnan wrote on Sun, Dec 15, 2002 at 08:37:45AM +0530: 

,----
|       can someone  brief on how to  make bootable cds...  i have the
| iso's of the debian woody cds on  my hdd, i wud like to burn them onto
| cds and tried burning the  first of the six using gnome-toaster... but
| looks like the cd hasn't been made bootable...
`----

If you  want a  luser-friendly alternative (I  heard this one  is like
nero), you can  try kreateCD (its a debian package  in stable. i think
its not there in the testing CDs  that I gave you). You may first have
to use the woody ISOs to install KreateCD. You can do this as follows:

1. mount the ISOs over loop

for i in $(seq 1 7)
do   
  mount -o ro,loop -t iso9660 /wherever/woody/woody$i.iso /mnt/woody/$i
done

2. Add entries to /etc/apt/sources.list for using these ISOs:

for i in $(seq 1 7)
do
 echo "deb file:/mnt/woody/$i woody main contrib" >>/etc/apt/sources.list
 echo "deb file:/mnt/woody/$i woody/non-US main contrib" >>/etc/apt/sources.list
done

3. tell apt about you changes: goto dselect; select 'update'

4. install kreateCD:

apt-get install kreatecd

have fun!

   -Suraj
-- 
+-------------------------------------------------<suraj@xxxxxxxxxxx>--+
| I know he is free from flaws; still I feign to pout,                 |
| for him to show up his excellence in embrace                         |
| (the delight of boudiere - 1), Thirukkural                           |
+--<http://symonds.net/~suraj/>----------------------------------------+

Other related posts: