Burning a CD
Booting Linux from a CD
You can't book RedHat Linux directly from a CD; it must be from a
floppy.
To put boot.img on a floppy (on a linux machine) you want to mount
the cdrom (mount /mnt/cdrom), format a floppy and dd the image to the
floppy.
Follow these steps:
- Place floppy in drive (you will *lose* everything on it!)
- prompt> fdformat /dev/fd0H1440
- Put cdrom in drive
- prompt> mount /mnt/cdrom
(There may be a message saying it's
already mounted if autorun is installed.)
- prompt> cd /mnt/cdrom/images
- prompt> dd if=boot.img of=/dev/fd0 bs=1440
- Wait until the prompt returns.
- prompt> sync
- Remove floppy.
- prompt> umount /mnt/cdrom
- prompt> eject
That should take care of things. If you have the cdrom stuck in a
machine, try unmounting the disc (like described above) and then either
pressing the eject button or typing eject at the command prompt.
Your comments and
suggestions are appreciated.
To cite this page:
<http://www.physics.ohio-state.edu/~wilkins/group/local/booting.html>
[Friday, 25-May-2012 18:34:10 EDT]
Edited by: wilkins@mps.ohio-state.edu on
Wednesday, 01-Aug-2001 10:06:55 EDT