old-www/HOWTO/Bootdisk-HOWTO/x68.html

201 lines
3.3 KiB
HTML

<HTML
><HEAD
><TITLE
>Introduction</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.63
"><LINK
REL="HOME"
TITLE="The Linux Bootdisk HOWTO"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="Preface"
HREF="x21.html"><LINK
REL="NEXT"
TITLE="Bootdisks and the boot process"
HREF="x88.html"></HEAD
><BODY
CLASS="SECT1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>The Linux Bootdisk HOWTO</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="x21.html"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="x88.html"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="AEN68"
>2. Introduction</A
></H1
><P
>Linux boot disks are useful in a number of situations, such as testing a
new kernel, recovering from a disk failure (anything from a lost boot
sector to a disk head crash), fixing a disabled system, or upgrading
critical system files safely (such as <TT
CLASS="FILENAME"
>libc.so</TT
>).</P
><P
>There are several ways of obtaining boot disks:
<P
></P
><UL
><LI
><P
>Use one from a distribution such as Slackware. This will at
least allow you to boot.
</P
></LI
><LI
><P
>Use a rescue package to set up disks designed to be used
as rescue disks.
</P
></LI
><LI
><P
>Learn what is required for each of the types of disk to operate,
then build your own.</P
></LI
></UL
>
Some people choose the last option so they can do it themselves. That way,
if something breaks, they can work out what to do to fix it. Plus it's a
great way to learn about how a Linux system works.</P
><P
>This document assumes some basic familiarity with Linux system
administration concepts. For example, you should know about
directories, filesystems and floppy diskettes. You should know how to
use <B
CLASS="COMMAND"
>mount</B
> and <B
CLASS="COMMAND"
>df</B
>. You should
know what <TT
CLASS="FILENAME"
>/etc/passwd</TT
> and
<TT
CLASS="FILENAME"
>fstab</TT
> files are for and what they look like. You
should know that most of the commands in this HOWTO should be run as
root.</P
><P
>Constructing a bootdisk from scratch can be complicated. If you
haven't read the Linux FAQ and related documents, such as the Linux
Installation HOWTO and the Linux Installation Guide, you should not be
trying to build boot diskettes. If you just need a working bootdisk
for emergencies, it is <EM
>much</EM
> easier to download a
prefabricated one. See <A
HREF="premade.html"
>Appendix A.1</A
>, below, for where to
find these.</P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="x21.html"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="x88.html"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Preface</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Bootdisks and the boot process</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>