0% found this document useful (0 votes)
16 views1 page

How To Create A Boot CD

This document provides instructions for creating a bootable CD from an installed Linux kernel. It describes listing the subdirectories for installed kernels in /lib/modules, then using the mkbootdisk command to create an ISO image named /tmp/boot.iso from the selected 2.6.8-1.521 kernel for booting from CD.

Uploaded by

rajkranga
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views1 page

How To Create A Boot CD

This document provides instructions for creating a bootable CD from an installed Linux kernel. It describes listing the subdirectories for installed kernels in /lib/modules, then using the mkbootdisk command to create an ISO image named /tmp/boot.iso from the selected 2.6.8-1.521 kernel for booting from CD.

Uploaded by

rajkranga
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

How To Create A Boot CD

1. Each installed kernel has a dedicated subdirectory for its modules in the /lib/modules directory. Get a listing of this directory. Here there are two installed kernels; versions 2.6.51.358custom and 2.6.8-1.521.
[root@bigboy tmp]# ls /lib/modules/ 2.6.5-1.358custom 2.6.8-1.521 [root@bigboy tmp]#

2. Select the desired kernel and use the mkbootdisk command to create a CD ISO image named /tmp/boot.iso of one of the kernels, in this case 2.6.8-1.521:
[root@bigboy tmp]# mkbootdisk --iso --device /tmp/boot.iso \ 2.6.8-1.521

You might also like