Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How Do You Make A Linux Boot Disk?

0
Posted

How Do You Make A Linux Boot Disk?

0

Linux is a free Unix-type operating system originally created by Linus Torvalds with the assistance of developers from around the world. Developed under the GNU General Public License, the source code for Linux is freely available to anyone. The boot disk can be used as a rescue disk, or to test new system components. You should be reasonably familiar with system administration tasks before attempting to build a boot disk. Step 1 Log into Linux with administrator rights, or log into the root directory. Step 2 Type in “ls/lib/modules” without quotes at the command prompt. Write down the version number that is given (I.e. 2.3.1-2). You are looking for the kernel version of your Linux install. This is important to make the boot disk. Step 3 Insert your floppy diskette into the floppy drive. Step 4 Type in “mkbootdisk – -device/dev/fd0 #.#.#-#” without the quotes. Mkbootdisk is the command to Linux to make the boot disk. The – -device /dev/fd0 is the location of the floppy diskette. The #.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123