How to Create Bootable Linux CD
Q. I'm using CentOS Linux and I'd like to create bootable Linux CD for the same. How do I create an installation boot disk?
A. You need to find images/ directory located on CentOS / Fedora / RHEL or any other Linux distribution. This directory contains image files that can be used to create media capable of starting the Linux installation process.
More about images
- boot.iso - The boot.iso file is an ISO 9660 image of a bootable CD-ROM. It is useful in cases where the CD-ROM installation method is not desired, but the CD-ROM's boot speed would be an advantage. To use this image file, burn the file onto CD-R (or CD-RW) media as you normally would.
- diskboot.img - The diskboot.img file is a VFAT filesystem image that can be written to a USB pendrive or other bootable media larger than a floppy. Note that booting via USB is dependent on your BIOS supporting this. It should be written to the device using dd.
Step # 1: Copy boot.iso to /tmp
Type the following command,
# cp boot.iso /tmp
Unmount cdrom
# cd; eject
Step # 2: Insert blank CD R/RW media
Find device name:
# cdrecord -scanbus
Write /tmp/boot.iso to blank cd, enter:
# cdrecord -v -dao dev=1,0,0 /tmp/boot.iso
Replace 1,0,0 with your actual device name obtained using cdrecord -scanbus command. See how to burn ISO images to Cds and CD-RWs under Linux for more information.
Write diskboot.img to floppy
This is optional and use the dd command to copy the image to the floppy / usb pen:
# dd if=diskboot.img of=/dev/fd0 bs=1440k
Linux Powered Asus EEE Laptop PC From $299
E-mail
Print
Can't find an answer to your question? Contact us
Related Other Helpful FAQs:
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: boot disk, bootable linux, bootable linux cd, bootable linux dvd, bootable linux image, bootable linux iso, burn bootable iso linux, cd rom installation, dd command, how to burn iso images, images directory, linux boot disk, linux boot floppy, linux boot image, linux boot iso, linux installation, linux make bootable



Recent Comments
Today ~ 17 Comments
Today ~ 5 Comments
Today ~ 11 Comments
Yesterday ~ 24 Comments
Yesterday ~ 6 Comments