How do you make a Linux boot disk?

Answer:
Find out the image named boot.img. It can be located at different locations on different distributions on the CD:
  1. Red Hat / Fedora Linux : /images/boot.img
  2. Debian Linux: /install/floppy/boot.img

2. Now, to write an Linux install disk, you can use dd command and type this:
  • # dd if=/images/boot.img of=/dev/fd0 bs=1440k or
  • #dd if=/install/floppy/boot.img of=/dev/fd0 bs=1024 conv=sync ; sync.


if you are getting problem to create then you can Easily download it from its website.
First answer by Ares Galaxy Download. Last edit by Ares Galaxy Download. Contributor trust: 0 [recommend contributor recommended]. Question popularity: 2 [recommend question].