home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 August / PCWorld_1999-08_cd.bin / doc / HOWTO / Bootdisk-HOWTO < prev    next >
Text File  |  1999-05-23  |  100KB  |  2,773 lines

  1.   The Linux Bootdisk HOWTO
  2.   Tom Fawcett (fawcett@croftj.net)
  3.  
  4.  
  5.   3.4, May 1999
  6.  
  7.   This document describes how to design and build your own boot/root
  8.   diskettes for Linux.  These disks could be used as rescue disks or to
  9.   test new system components.  If you haven't read the Linux FAQ and
  10.   related documents, such as the Linux Installation HOWTO and the Linux
  11.   Install Guide, you should not be trying to build boot diskettes.  If
  12.   you just want a rescue disk to have for emergencies, see Appendix
  13.   ``Pre-made bootdisks''.
  14.   ______________________________________________________________________
  15.  
  16.   Table of Contents
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.   1. Preface.
  68.  
  69.      1.1 Version notes.
  70.      1.2 Feedback and credits.
  71.      1.3 Distribution policy.
  72.  
  73.   2. Introduction.
  74.  
  75.   3. Bootdisks and the boot process.
  76.  
  77.      3.1 The boot process.
  78.      3.2 Disk types.
  79.  
  80.   4. Building a root filesystem.
  81.  
  82.      4.1 Overview.
  83.      4.2 Creating the filesystem.
  84.      4.3 Populating the filesystem.
  85.         4.3.1 /dev
  86.         4.3.2 /etc
  87.         4.3.3 /bin and /sbin
  88.         4.3.4 /lib
  89.      4.4 Providing for PAM and NSS.
  90.         4.4.1 PAM (Pluggable Authentication Modules).
  91.         4.4.2 NSS (Name Service Switch).
  92.      4.5 Modules.
  93.      4.6 Some final details.
  94.      4.7 Wrapping it up.
  95.  
  96.   5. Choosing a kernel.
  97.  
  98.   6. Putting them together: Making the diskette(s).
  99.  
  100.      6.1 Transferring the kernel with LILO
  101.      6.2 Transferring the kernel without LILO.
  102.      6.3 Setting the ramdisk word.
  103.      6.4 Transferring the root filesystem.
  104.  
  105.   7. Troubleshooting, or The Agony of Defeat.
  106.  
  107.   8. Miscellaneous topics.
  108.  
  109.      8.1 Reducing root filesystem size.
  110.      8.2 Non-ramdisk root filesystems.
  111.      8.3 Building a utility disk.
  112.  
  113.   9. How the pros do it.
  114.  
  115.   10. Frequently asked question (FAQ) list.
  116.  
  117.   11. Resources and pointers
  118.  
  119.      11.1 Pre-made bootdisks.
  120.      11.2 Rescue packages.
  121.      11.3 Graham Chapman's shell scripts
  122.      11.4 LILO -- the Linux loader.
  123.      11.5 Linux FAQ and HOWTOs.
  124.      11.6 Ramdisk usage.
  125.      11.7 The Linux boot process.
  126.  
  127.   12. LILO boot error codes.
  128.  
  129.   13. Sample rootdisk directory listings.
  130.  
  131.   14. Sample utility disk directory listing.
  132.  
  133.   ______________________________________________________________________
  134.  
  135.   1.  Preface.
  136.  
  137.  
  138.   Note: This document may be outdated. If the date on the title page is
  139.   more than six months ago, please check the Linux Documentation Project
  140.   homepage  <http://metalab.unc.edu/LDP/HOWTO/Bootdisk-HOWTO.html> to
  141.   see if a more recent version exists.
  142.  
  143.   Although this document should be legible in its text form, it looks
  144.   much better in Postscript (.ps) or HTML because of the typographical
  145.   notation used.  We encourage you to select one of these forms.  The
  146.   Info version, as of this writing, ends up so damaged as to be
  147.   unusable.
  148.  
  149.  
  150.   1.1.  Version notes.
  151.  
  152.  
  153.   Graham Chapman (grahamc@zeta.org.au) wrote the original Bootdisk-HOWTO
  154.   and he supported it through version 3.1.  Tom Fawcett
  155.   (fawcett@croftj.net) added a lot of material for kernel 2.0, and he is
  156.   the document's maintainer as of version 3.2.  Much of Chapman's
  157.   original content remains.
  158.  
  159.   This document is intended for Linux kernel 2.0 and later.  If you have
  160.   an older kernel (1.2.xx or before), please consult previous versions
  161.   of the Bootdisk-HOWTO archived on Graham Chapman's homepage
  162.   <http://www.zeta.org.au/~grahamc/linux.html>.
  163.  
  164.   This information is intended for Linux on the Intel platform.  Much of
  165.   this information may be applicable to Linux on other processors, but
  166.   we have no first-hand experience or information about this.  If anyone
  167.   has experience with bootdisks on other platforms, please contact us.
  168.  
  169.  
  170.  
  171.   1.2.  Feedback and credits.
  172.  
  173.  
  174.   We welcome any feedback, good or bad, on the content of this document.
  175.   We have done our best to ensure that the instructions and information
  176.   herein are accurate and reliable.  Please let us know if you find
  177.   errors or omissions.
  178.  
  179.   We thank the many people who assisted with corrections and
  180.   suggestions.  Their contributions have made it far better than we
  181.   could ever have done alone.
  182.  
  183.   Send comments, corrections and questions to the author at the email
  184.   address above.  I don't mind trying to answer questions, but please
  185.   read section ``Troubleshooting'' first.
  186.  
  187.  
  188.  
  189.   1.3.  Distribution policy.
  190.  
  191.  
  192.   Copyright ⌐ 1995,1996,1997,1998,1999 by Tom Fawcett and Graham
  193.   Chapman.  This document may be distributed under the terms set forth
  194.   in the Linux Documentation Project License at
  195.   <http://metalab.unc.edu/LDP/COPYRIGHT.html>.  Please contact the
  196.   authors if you are unable to get the license.
  197.  
  198.  
  199.   This is free documentation.  It is distributed in the hope that it
  200.   will be useful, but without any warranty; without even the implied
  201.   warranty of merchantability or fitness for a particular purpose.
  202.  
  203.  
  204.  
  205.  
  206.   2.  Introduction.
  207.  
  208.  
  209.   Linux boot disks are useful in a number of situations, such as:
  210.  
  211.   ╖  Testing a new kernel.
  212.  
  213.   ╖  Recovering from a disk failure -- anything from a lost boot sector
  214.      to a disk head crash.
  215.  
  216.   ╖  Fixing a disabled system.  A minor mistake as root can leave your
  217.      system unusable, and you may have to boot from diskette to fix it.
  218.  
  219.   ╖  Upgrading critical system files, such as libc.so.
  220.  
  221.   There are several ways of obtaining boot disks:
  222.  
  223.  
  224.   ╖  Use one from a distribution such as Slackware.  This will at least
  225.      allow you to boot.
  226.  
  227.   ╖  Use a rescue package to set up disks designed to be used as rescue
  228.      disks.
  229.  
  230.   ╖  Learn what is required for each of the types of disk to operate,
  231.      then build your own.
  232.  
  233.   Some people choose the last option so they can do it themselves.  That
  234.   way, if something breaks, they can work out what to do to fix it.
  235.   Plus it's a great way to learn about how a Linux system works.
  236.  
  237.   This document assumes some basic familiarity with Linux system
  238.   administration concepts.  For example, you should know about
  239.   directories, filesystems and floppy diskettes.  You should know how to
  240.   use mount and df.  You should know what /etc/passwd and fstab files
  241.   are for and what they look like.  You should know that most of the
  242.   commands in this HOWTO should be run as root.
  243.  
  244.   Constructing your own bootdisk from scratch can be complicated.  If
  245.   you haven't read the Linux FAQ and related documents, such as the
  246.   Linux Installation HOWTO and the Linux Installation Guide, you should
  247.   not be trying to build boot diskettes.  If you just need a working
  248.   bootdisk for emergencies, it is much easier to download a
  249.   prefabricated one.  See Appendix ``Pre-made bootdisks'', below, for
  250.   where to find these.
  251.  
  252.  
  253.  
  254.   3.  Bootdisks and the boot process.
  255.  
  256.  
  257.   A bootdisk is basically a miniature, self-contained Linux system on a
  258.   floppy diskette.  It must perform many of the same functions that a
  259.   complete full-size Linux system performs.  Before trying to build one
  260.   you should understand the basic Linux boot process.  We present the
  261.   basics here, which are sufficient for understanding the rest of this
  262.   document.  Many details and alternative options have been omitted.
  263.  
  264.  
  265.   3.1.  The boot process.
  266.  
  267.  
  268.   All PC systems start the boot process by executing code in ROM
  269.   (specifically, the BIOS) to load the sector from sector 0, cylinder 0
  270.   of the boot drive.  The boot drive is usually the first floppy drive
  271.   (designated A: in DOS and /dev/fd0 in Linux).  The BIOS then tries to
  272.   execute this sector.  On most bootable disks, sector 0, cylinder 0
  273.   contains either:
  274.  
  275.   ╖  code from a boot loader such as LILO, which locates the kernel,
  276.      loads it and executes it to start the boot proper.
  277.  
  278.   ╖  the start of an operating system kernel, such as Linux.
  279.  
  280.   If a Linux kernel has been raw-copied to a diskette, the first sector
  281.   of the disk will be the first sector of the Linux kernel itself.  This
  282.   first sector will continue the boot process by loading the rest of the
  283.   kernel from the boot device.
  284.  
  285.   Once the kernel is completely loaded, it goes through some basic
  286.   device initialization.  It then tries to load and mount a root
  287.   filesystem from some device.  A root filesystem is simply a filesystem
  288.   that is mounted as ``/''.  The kernel has to be told where to look for
  289.   the root filesystem; if it cannot find a loadable image there, it
  290.   halts.
  291.  
  292.   In some boot situations -- often when booting from a diskette -- the
  293.   root filesystem is loaded into a ramdisk, which is RAM accessed by the
  294.   system as if it were a disk.  There are two reasons why the system
  295.   loads to ramdisk.  First, RAM is several orders of magnitude faster
  296.   than a floppy disk, so system operation is fast; and second, the
  297.   kernel can load a compressed filesystem from the floppy and uncompress
  298.   it onto the ramdisk, allowing many more files to be squeezed onto the
  299.   diskette.
  300.  
  301.   Once the root filesystem is loaded and mounted, you see a message
  302.   like:
  303.  
  304.  
  305.           VFS: Mounted root (ext2 filesystem) readonly.
  306.  
  307.  
  308.  
  309.  
  310.   At this point the system finds the init program on the root filesystem
  311.   (in /bin or /sbin) and executes it.  init reads its configuration file
  312.   /etc/inittab, looks for a line designated sysinit, and executes the
  313.   named script .  The sysinit script is usually something like /etc/rc
  314.   or /etc/init.d/boot.  This script is a set of shell commands that set
  315.   up basic system services, such as:
  316.  
  317.  
  318.   ╖  Running fsck on all the disks,
  319.  
  320.   ╖  Loading necessary kernel modules,
  321.  
  322.   ╖  Starting swapping,
  323.  
  324.   ╖  Initializing the network,
  325.  
  326.   ╖  Mounting disks mentioned in fstab.
  327.  
  328.   This script often invokes various other scripts to do modular
  329.   initialization.  For example, in the common SysVinit structure, the
  330.   directory /etc/rc.d/ contains a complex structure of subdirectories
  331.   whose files specify how to enable and shut down most system services.
  332.   However, on a bootdisk the sysinit script is often very simple.
  333.  
  334.   When the sysinit script finishes control returns to init, which then
  335.   enters the default runlevel, specified in inittab with the initdefault
  336.   keyword.  The runlevel line usually specifies a program like getty,
  337.   which is responsible for handling commununications through the console
  338.   and ttys.  It is the getty program which prints the familiar
  339.   ``login:'' prompt.  The getty program in turn invokes the login
  340.   program to handle login validation and to set up user sessions.
  341.  
  342.  
  343.   3.2.  Disk types.
  344.  
  345.  
  346.   Having reviewed the basic boot process, we can now define various
  347.   kinds of disks involved.  We classify disks into four types.  The
  348.   discussion here and throughout this document uses the term ``disk'' to
  349.   refer to floppy diskettes unless otherwise specified, though most of
  350.   the discussion could apply equally well to hard disks.
  351.  
  352.  
  353.  
  354.      boot
  355.         A disk containing a kernel which can be booted.  The disk can be
  356.         used to boot the kernel, which then may load a root file system
  357.         on another disk.  The kernel on a bootdisk usually must be told
  358.         where to find its root filesystem.
  359.  
  360.         Often a bootdisk loads a root filesystem from another diskette,
  361.         but it is possible for a bootdisk to be set up to load a hard
  362.         disk's root filesystem instead.  This is commonly done when
  363.         testing a new kernel.  (in fact, ``make zdisk'' will create such
  364.         a bootdisk automatically from the kernel source code).
  365.  
  366.  
  367.      root
  368.         A disk with a filesystem containing files required to run a
  369.         Linux system.  Such a disk does not necessarily contain either a
  370.         kernel or a boot loader.
  371.  
  372.         A root disk can be used to run the system independently of any
  373.         other disks, once the kernel has been booted.  Usually the root
  374.         disk is automatically copied to a ramdisk.  This makes root disk
  375.         accesses much faster, and frees up the disk drive for a utility
  376.         disk.
  377.  
  378.  
  379.      boot/root
  380.         A disk which contains both the kernel and a root filesystem.  In
  381.         other words, it contains everything necessary to boot and run a
  382.         Linux system without a hard disk.  The advantage of this type of
  383.         disk is that is it compact -- everything required is on a single
  384.         disk.  However, the gradually increasing size of everything
  385.         means that it is increasingly difficult to fit everything on a
  386.         single diskette, even with compression.
  387.  
  388.  
  389.      utility
  390.         A disk which contains a filesystem, but is not intended to be
  391.         mounted as a root file system.  It is an additional data disk.
  392.         You would use this type of disk to carry additional utilities
  393.         where you have too much to fit on your root disk.
  394.  
  395.  
  396.  
  397.   In general, when we talk about ``building a bootdisk'' we mean
  398.   creating both the boot (kernel) and root (files) portions.  They may
  399.   be either together (a single boot/root disk) or separate (boot + root
  400.   disks).  The most flexible approach for rescue diskettes is probably
  401.   to use separate boot and root diskettes, and one or more utility
  402.   diskettes to handle the overflow.
  403.  
  404.  
  405.  
  406.  
  407.   4.  Building a root filesystem.
  408.  
  409.  
  410.   Creating the root filesystem involves selecting files necessary for
  411.   the system to run.  In this section we describe how to build a
  412.   compressed root filesystem.  A less common option is to build an
  413.   uncompressed filesystem on a diskette that is directly mounted as
  414.   root; this alternative is described in section ``Non-ramdisk Root
  415.   Filesystem''.
  416.  
  417.  
  418.   4.1.  Overview.
  419.  
  420.  
  421.   A root filesystem must contain everything needed to support a full
  422.   Linux system.  To be able to do this, the disk must include the
  423.   minimum requirements for a Linux system:
  424.  
  425.  
  426.   ╖  The basic file system structure,
  427.  
  428.   ╖  Minimum set of directories: /dev, /proc, /bin, /etc, /lib, /usr,
  429.      /tmp,
  430.  
  431.   ╖  Basic set of utilities: sh, ls, cp, mv, etc.,
  432.  
  433.   ╖  Minimum set of config files: rc, inittab, fstab, etc.,
  434.  
  435.   ╖  Devices: /dev/hd*, /dev/tty*, /dev/fd0, etc.,
  436.  
  437.   ╖  Runtime library to provide basic functions used by utilities.
  438.  
  439.   Of course, any system only becomes useful when you can run something
  440.   on it, and a root diskette usually only becomes useful when you can do
  441.   something like:
  442.  
  443.  
  444.   ╖  Check a file system on another drive, for example to check your
  445.      root file system on your hard drive, you need to be able to boot
  446.      Linux from another drive, as you can with a root diskette system.
  447.      Then you can run fsck on your original root drive while it is not
  448.      mounted.
  449.  
  450.   ╖  Restore all or part of your original root drive from backup using
  451.      archive and compression utilities such as cpio, tar, gzip and
  452.      ftape.
  453.  
  454.  
  455.   We will describe how to build a compressed filesystem, so called
  456.   because it is compressed on disk and, when booted, is uncompressed
  457.   onto a ramdisk.  With a compressed filesystem you can fit many files
  458.   (approximately six megabytes) onto a standard 1440K diskette.  Because
  459.   the filesystem is much larger than a diskette, it cannot be built on
  460.   the diskette.  We have to build it elsewhere, compress it, then copy
  461.   it to the diskette.
  462.  
  463.   4.2.  Creating the filesystem.
  464.  
  465.  
  466.   In order to build such a root filesystem, you need a spare device that
  467.   is large enough to hold all the files before compression.  You will
  468.   need a device capable of holding about four megabytes.  There are
  469.   several choices:
  470.  
  471.  
  472.   ╖  Use a ramdisk (DEVICE = /dev/ram0).  In this case, memory is used
  473.      to simulate a disk drive.  The ramdisk must be large enough to hold
  474.      a filesystem of the appropriate size.  If you use LILO, check your
  475.      configuration file (/etc/lilo.conf) for a line like:
  476.  
  477.  
  478.              RAMDISK_SIZE = nnn
  479.  
  480.  
  481.   which determines the maximum RAM that can be allocated to a ramdisk.
  482.   The default is 4096K, which should be sufficient.  You should probably
  483.   not try to use such a ramdisk on a machine with less than 8MB of RAM.
  484.  
  485.   Check to make sure you have a device like /dev/ram0, /dev/ram or
  486.   /dev/ramdisk.  If not, create /dev/ram0 with mknod (major number 1,
  487.   minor 0).
  488.  
  489.   ╖  If you have an unused hard disk partition that is large enough
  490.      (several megabytes), this is a good solution.
  491.  
  492.   ╖  Use a loopback device, which allows a disk file to be treated as a
  493.      device.  Using a loopback device you can create a three megabyte
  494.      file on your hard disk and build the filesystem on it.
  495.  
  496.      Type man losetup for instructions on using loopback devices.  If
  497.      you don't have losetup, you can get it along with compatible
  498.      versions of mount and unmount from the util-linux package in the
  499.      directory  <ftp://ftp.win.tue.nl/pub/linux/utils/util-linux/>.
  500.  
  501.  
  502.      If you do not have a loop device (/dev/loop0, /dev/loop1, etc.) on
  503.      your system, you will have to create one with ``mknod /dev/loop0 b
  504.      7 0''.  One you've installed these special mount and umount
  505.      binaries, create a temporary file on a hard disk with enough
  506.      capacity (eg, /tmp/fsfile).  You can use a command like
  507.  
  508.  
  509.              dd if=/dev/zero of=/tmp/fsfile bs=1k count=<it/nnn/
  510.  
  511.  
  512.   to create an nnn-block file.
  513.  
  514.   Use the file name in place of DEVICE below.  When you issue a mount
  515.   command you must include the option ``-o loop'' to tell mount to use a
  516.   loopback device.  For example:
  517.  
  518.           mount -o loop -t ext2 /tmp/fsfile /mnt
  519.  
  520.  
  521.  
  522.   will mount /tmp/fsfile (via a loopback device) at the mount point
  523.   /mnt.  A df will confirm this.
  524.  
  525.  
  526.  
  527.   After you've chosen one of these options, prepare the DEVICE with:
  528.  
  529.           dd if=/dev/zero of=DEVICE bs=1k count=3000
  530.  
  531.  
  532.  
  533.   This command zeroes out the device.  This step is important because
  534.   the filesystem on the device will be compressed later, so all unused
  535.   portions should be filled with zeroes to achieve maximum compression.
  536.  
  537.   Next, create the filesystem.  The Linux kernel recognizes two file
  538.   system types for root disks to be automatically copied to ramdisk.
  539.   These are minix and ext2, of which ext2 is the preferred file system.
  540.   If using ext2, you may find it useful to use the -i option to specify
  541.   more inodes than the default; -i 2000 is suggested so that you don't
  542.   run out of inodes.  Alternatively, you can save on inodes by removing
  543.   lots of unnecessary /dev files.  mke2fs will by default create 360
  544.   inodes on a 1.44Mb diskette.  I find that 120 inodes is ample on my
  545.   current rescue root diskette, but if you include all the devices in
  546.   the /dev directory then you will easily exceed 360.  Using a
  547.   compressed root filesystem allows a larger filesystem, and hence more
  548.   inodes by default, but you may still need to either reduce the number
  549.   of files or increase the number of inodes.
  550.  
  551.   So the command you use will look like:
  552.  
  553.           mke2fs -m 0 -i 2000 DEVICE
  554.  
  555.  
  556.  
  557.   (If you're using a loopback device, the disk file you're using should
  558.   be supplied in place of this DEVICE.  In this case, mke2fs will ask if
  559.   you really want to do this; say yes.)
  560.  
  561.   The mke2fs command will automatically detect the space available and
  562.   configure itself accordingly.  The -m 0 parameter prevents it from
  563.   reserving space for root, and hence provides more usable space on the
  564.   disk.
  565.  
  566.   Next, mount the device:
  567.  
  568.  
  569.           mount -t ext2 DEVICE /mnt
  570.  
  571.  
  572.  
  573.   (You must create a mount point /mnt if it does not already exist.)  In
  574.   the remaining sections, all destination directory names are assumed to
  575.   be relative to /mnt.
  576.  
  577.  
  578.  
  579.   4.3.  Populating the filesystem.
  580.  
  581.  
  582.   Here is a reasonable minimum set of directories for your root
  583.   filesystem:
  584.  
  585.  
  586.   ╖  /dev -- Devices, required to perform I/O
  587.  
  588.   ╖  /proc -- Directory stub required by the proc filesystem
  589.  
  590.   ╖  /etc -- System configuration files
  591.  
  592.   ╖  /sbin -- Critical system binaries
  593.  
  594.  
  595.   ╖  /bin  -- Basic binaries considered part of the system
  596.  
  597.   ╖  /lib -- Shared libraries to provide run-time support
  598.  
  599.   ╖  /mnt -- A mount point for maintenance on other disks
  600.  
  601.   ╖  /usr -- Additional utilities and applications
  602.  
  603.   (The directory structure presented here is for root diskette use only.
  604.   Real Linux systems have a more complex and disciplined set of
  605.   policies, called the Filesystem Hierarchy Standard, for determining
  606.   where files should go.)
  607.  
  608.  
  609.   Three of these directories will be empty on the root filesystem, so
  610.   they only need to be created with mkdir.  The /proc directory is
  611.   basically a stub under which the proc filesystem is placed.  The
  612.   directories /mnt and /usr are only mount points for use after the
  613.   boot/root system is running.  Hence again, these directories only need
  614.   to be created.
  615.  
  616.   The remaining four directories are described in the following
  617.   sections.
  618.  
  619.  
  620.  
  621.  
  622.  
  623.   4.3.1.  /dev
  624.  
  625.  
  626.  
  627.   A /dev directory containing a special file for all devices to be used
  628.   by the system is mandatory for any Linux system.  The directory itself
  629.   is a normal directory, and can be created with mkdir in the normal
  630.   way.  The device special files, however, must be created in a special
  631.   way, using the mknod command.
  632.  
  633.   There is a shortcut, though -- copy your existing /dev directory
  634.   contents, and delete the ones you don't want.  The only requirement is
  635.   that you copy the device special files using -R option.  This will
  636.   copy the directory without attempting to copy the contents of the
  637.   files.  Be sure to use an upper case R.  If you use the lower case
  638.   switch -r, you will probably end up copying the entire contents of all
  639.   of your hard disks -- or at least as much of them as will fit on a
  640.   diskette!  Therefore, take care, and use the command:
  641.  
  642.  
  643.           cp -dpR /dev /mnt
  644.  
  645.  
  646.  
  647.   assuming that the diskette is mounted at /mnt.  The dp switches ensure
  648.   that symbolic links are copied as links, rather than using the target
  649.   file, and that the original file attributes are preserved, thus
  650.   preserving ownership information.
  651.  
  652.   If you want to do it the hard way, use ls -l to display the major and
  653.   minor device numbers for the devices you want, and create them on the
  654.   diskette using mknod.
  655.  
  656.   However the devices are copied, it is worth checking that any special
  657.   devices you need have been placed on the rescue diskette.  For
  658.   example, ftape uses tape devices, so you will need to copy all of
  659.   these if you intend to access your floppy tape drive from the
  660.   bootdisk.
  661.   Note that one inode is required for each device special file, and
  662.   inodes can at times be a scarce resource, especially on diskette
  663.   filesystems.  It therefore makes sense to remove any device special
  664.   files that you don't need from the diskette /dev directory.  Many
  665.   devices are obviously unnecessary on specific systems.  For example,
  666.   if you do not have SCSI disks you can safely remove all the device
  667.   files starting with sd.  Similarly, if you don't intend to use your
  668.   serial port then all device files starting with cua can go.
  669.  
  670.   Be sure to include the following files from this directory: console,
  671.   kmem, mem, null, ram, tty1.
  672.  
  673.  
  674.   4.3.2.  /etc
  675.  
  676.  
  677.   This directory must contain a number of configuration files.  On most
  678.   systems, these can be divided into three groups:
  679.  
  680.  
  681.   1. Required at all times, e.g. rc, fstab, passwd.
  682.  
  683.   2. May be required, but no-one is too sure.
  684.  
  685.   3. Junk that crept in.
  686.  
  687.   Files which are not essential can be identified with the command:
  688.  
  689.  
  690.  
  691.                ls -ltru
  692.  
  693.  
  694.  
  695.  
  696.   This lists files in reverse order of date last accessed, so if any
  697.   files are not being accessed, they can be omitted from a root
  698.   diskette.
  699.  
  700.   On my root diskettes, I have the number of config files down to 15.
  701.   This reduces my work to dealing with three sets of files:
  702.  
  703.  
  704.   1. The ones I must configure for a boot/root system:
  705.  
  706.  
  707.      a. rc.d/* -- system startup and run level change scripts
  708.  
  709.      b. fstab -- list of file systems to be mounted
  710.  
  711.      c. inittab -- parameters for the init process, the first process
  712.         started at boot time.
  713.  
  714.  
  715.   2. The ones I should tidy up for a boot/root system:
  716.  
  717.      a. passwd -- list of users, home directories, etc.
  718.  
  719.      b. group -- user groups.
  720.  
  721.      c. shadow -- passwords of users.  You may not have this.
  722.  
  723.      d. termcap -- the terminal capability database.
  724.  
  725.  
  726.      If security is important, passwd and shadow should be pruned to
  727.      avoid copying user passwords off the system, and so that when you
  728.      boot from diskette, unwanted logins are rejected.
  729.  
  730.      Be sure that passwd contains at least root.  If you intend other
  731.      users to login, be sure their home directories and shells exist.
  732.  
  733.      termcap, the terminal database, is typically several hundred kilo¡
  734.      bytes.  The version on your boot/root diskette should be pruned
  735.      down to contain only the terminal(s) you use, which is usually just
  736.      the linux-console entry.
  737.  
  738.  
  739.   3. The rest. They work at the moment, so I leave them alone.
  740.  
  741.   Out of this, I only really have to configure two files, and what they
  742.   should contain is surprisingly small.
  743.  
  744.   ╖  rc should contain:
  745.  
  746.              #!/bin/sh
  747.              /bin/mount -av
  748.              /bin/hostname Kangaroo
  749.  
  750.  
  751.  
  752.   Be sure the directories are right.  You don't really need to run host¡
  753.   name -- it just looks nicer if you do.
  754.  
  755.   ╖  fstab should contain at least:
  756.  
  757.  
  758.              /dev/ram0       /               ext2    defaults
  759.              /dev/fd0        /               ext2    defaults
  760.              /proc           /proc           proc    defaults
  761.  
  762.  
  763.  
  764.   You can copy entries from your existing fstab, but you should not
  765.   automatically mount any of your hard disk partitions; use the noauto
  766.   keyword with them.  Your hard disk may be damaged or dead when the
  767.   bootdisk is used.
  768.  
  769.   Your inittab should be changed so that its sysinit line runs rc or
  770.   whatever basic boot script will be used.  Also, if you want to ensure
  771.   that users on serial ports cannot login, comment out all the entries
  772.   for getty which include a ttys or ttyS device at the end of the line.
  773.   Leave in the tty ports so that you can login at the console.
  774.  
  775.   A minimal inittab file looks like this:
  776.  
  777.           id:2:initdefault:
  778.           si::sysinit:/etc/rc
  779.           1:2345:respawn:/sbin/getty 9600 tty1
  780.           2:23:respawn:/sbin/getty 9600 tty2
  781.  
  782.  
  783.  
  784.   The inittab file defines what the system will run in various states
  785.   including startup, move to multi-user mode, etc.  Be sure to check
  786.   carefully the filenames mentioned in inittab; if init cannot find the
  787.   program mentioned the bootdisk will hang, and you may not even get an
  788.   error message.
  789.  
  790.  
  791.   Note that some programs cannot be moved elsewhere because other
  792.   programs have hardcoded their locations.  For example on my system,
  793.   /etc/shutdown has hardcoded in it /etc/reboot.  If I move reboot to
  794.   /bin/reboot, and then issue a shutdown command, it will fail because
  795.   it cannot find the reboot file.
  796.  
  797.  
  798.   For the rest, just copy all the text files in your /etc directory,
  799.   plus all the executables in your /etc directory that you cannot be
  800.   sure you do not need.  As a guide, consult the sample listing in
  801.   Section ``Sample rootdisk directory listings''.  Probably it will
  802.   suffice to copy only those files, but systems differ a great deal, so
  803.   you cannot be sure that the same set of files on your system is
  804.   equivalent to the files in the list.  The only sure method is to start
  805.   with inittab and work out what is required.
  806.  
  807.   Most systems now use an /etc/rc.d/ directory containing shell scripts
  808.   for different run levels.  The minimum is a single rc script, but it
  809.   may be simpler just to copy inittab and the /etc/rc.d directory from
  810.   your existing system, and prune the shell scripts in the rc.d
  811.   directory to remove processing not relevent to a diskette system
  812.   environment.
  813.  
  814.  
  815.   4.3.3.  /bin and /sbin
  816.  
  817.  
  818.   The /bin directory is a convenient place for extra utilities you need
  819.   to perform basic operations, utilities such as ls, mv, cat and dd.
  820.   See Appendix ``Sample rootdisk directory listings'' for an example
  821.   list of files that go in a /bin and /sbin directories.  It does not
  822.   include any of the utilities required to restore from backup, such as
  823.   cpio, tar and gzip.  That is because I place these on a separate
  824.   utility diskette, to save space on the boot/root diskette.  Once the
  825.   boot/root diskette is booted, it is copied to the ramdisk leaving the
  826.   diskette drive free to mount another diskette, the utility diskette.
  827.   I usually mount this as /usr.
  828.  
  829.   Creation of a utility diskette is described below in the section
  830.   Section ``Building a utility disk''.  It is probably desirable to
  831.   maintain a copy of the same version of backup utilities used to write
  832.   the backups so you don't waste time trying to install versions that
  833.   cannot read your backup tapes.
  834.  
  835.   Make sure you include the following programs: init, getty or
  836.   equivalent, login, mount, some shell capable of running your rc
  837.   scripts, a link from sh to the shell.
  838.  
  839.  
  840.  
  841.  
  842.   4.3.4.  /lib
  843.  
  844.  
  845.   In /lib you place necessary shared libraries and loaders.  If the
  846.   necessary libraries are not found in your /lib directory then the
  847.   system will be unable to boot.  If you're lucky you may see an error
  848.   message telling you why.
  849.  
  850.   Nearly every program requires at least the libc library, libc.so.N,
  851.   where N is the current version number.  Check your /lib directory.
  852.   libc.so.N is usually a symlink to a filename with a complete version
  853.   number:
  854.  
  855.  
  856.  
  857.  
  858.  
  859.   % ls -l /lib/libc*
  860.   -rwxr-xr-x   1 root     root      4016683 Apr 16 18:48 libc-2.1.1.so*
  861.   lrwxrwxrwx   1 root     root           13 Apr 10 12:25 libc.so.6 -> libc-2.1.1.so*
  862.  
  863.  
  864.  
  865.  
  866.   In this case, you want libc-2.1.1.so.  To find other libraries you
  867.   should go through all the binaries you plan to include and check their
  868.   dependencies with the ldd command.  For example:
  869.  
  870.  
  871.           % ldd /sbin/mke2fs
  872.           libext2fs.so.2 => /lib/libext2fs.so.2 (0x40014000)
  873.           libcom_err.so.2 => /lib/libcom_err.so.2 (0x40026000)
  874.           libuuid.so.1 => /lib/libuuid.so.1 (0x40028000)
  875.           libc.so.6 => /lib/libc.so.6 (0x4002c000)
  876.           /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
  877.  
  878.  
  879.  
  880.   Each file on the right-hand side is required.  The file may be a
  881.   symbolic link.
  882.  
  883.   Note that some libraries are quite large and will not fit easily on
  884.   your root filesystem.  For example, the libc.so listed above is about
  885.   4 meg.  You will probably need to strip libraries when copying them to
  886.   your root filesystem.  See Section ``Reducing root filesystem size''
  887.   for instructions.
  888.  
  889.  
  890.   In /lib you must also include a loader for the libraries.  The loader
  891.   will be either ld.so (for a.out libraries) or ld-linux.so (for ELF
  892.   libraries).  Newer versions of ldd tell you exactly which loader is
  893.   needed, as in the example above, but older versions may not.  If
  894.   you're unsure which you need, run the file command on the library.
  895.   For example:
  896.  
  897.  
  898.           % file/lib/libc.so.4.7.2 /lib/libc.so.5.4.33 /lib/libc-2.1.1.so
  899.           /lib/libc.so.4.7.2: Linux/i386 demand-paged executable (QMAGIC), stripped
  900.           /lib/libc.so.5.4.33: ELF 32-bit LSB shared object, Intel 80386, version 1, stripped
  901.           /lib/libc-2.1.1.so: ELF 32-bit LSB shared object, Intel 80386, version 1, not stripped
  902.  
  903.  
  904.  
  905.   The QMAGIC indicates that 4.7.2 is for a.out libraries, and ELF
  906.   indicates that 5.4.33 and 2.1.1 are for ELF.
  907.  
  908.   Copy the specific loader(s) you need to the root filesystem you're
  909.   building.  Libraries and loaders should be checked carefully against
  910.   the included binaries.  If the kernel cannot load a necessary library,
  911.   the kernel will usually hang with no error message.
  912.  
  913.  
  914.  
  915.   4.4.  Providing for PAM and NSS.
  916.  
  917.  
  918.   Your system may require dynamically loaded libraries that are not
  919.   visible to ldd.
  920.  
  921.  
  922.  
  923.  
  924.  
  925.   4.4.1.  PAM (Pluggable Authentication Modules).
  926.  
  927.  
  928.   If your system uses PAM (Pluggable Authentication Modules), you must
  929.   make some provision for it on your bootdisk or you will not be able to
  930.   login.  PAM, briefly, is a sophisticated modular method for
  931.   authenticating users and controlling their access to services.  An
  932.   easy way to determine if your system uses PAM is to check your hard
  933.   disks's /etc directory for a file pam.conf or a pam.d directory; if
  934.   either exists, you must provide some minimal PAM support.
  935.   (Alternatively, run ldd on your login executable; if the output
  936.   includes libpam.so, you need PAM.)
  937.  
  938.   Fortunately, security is usually of no concern with bootdisks since
  939.   anyone who has physical access to a machine can usually do anything
  940.   they want anyway.  Therefore, you can effectively disable PAM by
  941.   creating a simple /etc/pam.conf file in your root filesystem that
  942.   looks like this:
  943.  
  944.  
  945.   ______________________________________________________________________
  946.   OTHER   auth       optional     /lib/security/pam_permit.so
  947.   OTHER   account    optional     /lib/security/pam_permit.so
  948.   OTHER   password   optional     /lib/security/pam_permit.so
  949.   OTHER   session    optional     /lib/security/pam_permit.so
  950.   ______________________________________________________________________
  951.  
  952.  
  953.  
  954.   Also copy the file /lib/security/pam_permit.so to your root
  955.   filesystem.  This library is only about 8K so it imposes minimal
  956.   overhead.
  957.  
  958.   Note that this configuration allows anyone complete access to the
  959.   files and services on your machine.  If you care about security on
  960.   your bootdisk for some reason, you'll have to copy some or all of your
  961.   hard disk's PAM setup to your root filesystem.  Be sure to read the
  962.   PAM documentation carefully, and copy any libraries needed in
  963.   /lib/security onto your root filesystem.
  964.  
  965.   You must also include /lib/libpam.so on your bootdisk.  But you
  966.   already know this since you ran ldd on /bin/login, which showed this
  967.   dependency.
  968.  
  969.  
  970.  
  971.   4.4.2.  NSS (Name Service Switch).
  972.  
  973.  
  974.   If you are using glibc (aka libc6), you will have to make provisions
  975.   for name services or you will not be able to log in.  The file
  976.   /etc/nsswitch.conf controls database lookups for various servies.  If
  977.   you don't plan to access services from the network (eg, DNS or NIS
  978.   lookups), you need only prepare a simple nsswitch.conf file that looks
  979.   like this:
  980.  
  981.  
  982.  
  983.  
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990.  
  991.   ______________________________________________________________________
  992.        passwd:     files
  993.        shadow:     files
  994.        group:      files
  995.        hosts:      files
  996.        services:   files
  997.        networks:   files
  998.        protocols:  files
  999.        rpc:        files
  1000.        ethers:     files
  1001.        netmasks:   files
  1002.        bootparams: files
  1003.        automount:  files
  1004.        aliases:    files
  1005.        netgroup:   files
  1006.        publickey:  files
  1007.   ______________________________________________________________________
  1008.  
  1009.  
  1010.  
  1011.   This specifies that every service be provided only by local files.
  1012.   You will also need to include /lib/libnss_files.so.1, which will be
  1013.   loaded dynamically to handle the file lookups.
  1014.  
  1015.   If you plan to access the network from your bootdisk, you may want to
  1016.   create a more elaborate nsswitch.conf file.  See the nsswitch man page
  1017.   for details.  Keep in mind that you must include a file
  1018.   /lib/libnss_service.so.1 for each service you specify.
  1019.  
  1020.  
  1021.  
  1022.   4.5.  Modules.
  1023.  
  1024.  
  1025.  
  1026.   If you have a modular kernel, you must consider which modules you may
  1027.   want to load from your bootdisk after booting.  You might want to
  1028.   include ftape and zftape modules if your backup tapes are on floppy
  1029.   tape, modules for SCSI devices if you have them, and possibly modules
  1030.   for PPP or SLIP support if you want to access the net in an emergency.
  1031.  
  1032.   These modules may be placed in /lib/modules.  You should also include
  1033.   insmod, rmmod and lsmod.  Depending on whether you want to load
  1034.   modules automatically, you might also include modprobe, depmod and
  1035.   swapout.  If you use kerneld, include it along with /etc/conf.modules.
  1036.  
  1037.   However, the main advantage to using modules is that you can move non-
  1038.   critical modules to a utility disk and load them when needed, thus
  1039.   using less space on your root disk.  If you may have to deal with many
  1040.   different devices, this approach is preferable to building one huge
  1041.   kernel with many drivers built in.
  1042.  
  1043.   Note that in order to boot a compressed ext2 filesystem, you must have
  1044.   ramdisk and ext2 support built-in.  They cannot be supplied as
  1045.   modules.
  1046.  
  1047.  
  1048.  
  1049.   4.6.  Some final details.
  1050.  
  1051.  
  1052.   Some system programs, such as login, complain if the file
  1053.   /var/run/utmp and the directory /var/log do not exist.
  1054.  
  1055.  
  1056.  
  1057.           mkdir -p /mnt/var/{log,run}
  1058.           touch /mnt/var/run/utmp
  1059.  
  1060.  
  1061.  
  1062.   Finally, after you have set up all the libraries you need, run
  1063.   ldconfig to remake /etc/ld.so.cache on the root filesystem.  The cache
  1064.   tells the loader where to find the libraries.  To remake ld.so.cache,
  1065.   issue the following commands:
  1066.  
  1067.  
  1068.           chdir /mnt; chroot /mnt /sbin/ldconfig
  1069.  
  1070.  
  1071.  
  1072.   The chroot is necessary because ldconfig always remakes the cache for
  1073.   the root filesystem.
  1074.  
  1075.  
  1076.   4.7.  Wrapping it up.
  1077.  
  1078.  
  1079.   Once you have finished constructing the root filesystem, unmount it,
  1080.   copy it to a file and compress it:
  1081.  
  1082.  
  1083.           umount /mnt
  1084.           dd if=DEVICE bs=1k | gzip -v9 > rootfs.gz
  1085.  
  1086.  
  1087.  
  1088.   When this finishes you will have a file rootfs.gz that is your
  1089.   compressed root filesystem.  You should check its size to make sure it
  1090.   will fit on a diskette; if it doesn't you'll have to go back and
  1091.   remove some files.  Section ``Reducing root filesystem size'' has some
  1092.   hints for reducing the size of the root filesystem.
  1093.  
  1094.  
  1095.  
  1096.   5.  Choosing a kernel.
  1097.  
  1098.  
  1099.   At this point you have a complete compressed root filesystem.  The
  1100.   next step is to build or select a kernel.  In most cases it would be
  1101.   possible to copy your current kernel and boot the diskette from that.
  1102.   However, there may be cases where you wish to build a separate one.
  1103.  
  1104.   One reason is size.  If you are building a single boot/root diskette,
  1105.   the kernel will be one of the largest files on the diskette so you
  1106.   will have to reduce the size of the kernel as much as possible.  To
  1107.   reduce kernel size, build it with the minumum set of facilities
  1108.   necessary to support the desired system.  This means leaving out
  1109.   everything you don't need.  Networking is a good thing to leave out,
  1110.   as well as support for any disk drives and other devices which you
  1111.   don't need when running your boot/root system.  As stated before, your
  1112.   kernel must have ramdisk and ext2 support built into it.
  1113.  
  1114.   Having worked out a minimum set of facilities to include in a kernel,
  1115.   you then need to work out what to add back in.  Probably the most
  1116.   common uses for a boot/root diskette system would be to examine and
  1117.   restore a corrupted root file system, and to do this you may need
  1118.   kernel support.  For example, if your backups are all held on tape
  1119.   using Ftape to access your tape drive, then, if you lose your current
  1120.   root drive and drives containing Ftape, then you will not be able to
  1121.   restore from your backup tapes.  You will have to reinstall Linux,
  1122.   download and reinstall ftape, and then try to read your backups.
  1123.   The point here is that, whatever I/O support you have added to your
  1124.   kernel to support backups should also be added into your boot/root
  1125.   kernel.
  1126.  
  1127.  
  1128.   The procedure for actually building the kernel is described in the
  1129.   documentation that comes with the kernel.  It is quite easy to follow,
  1130.   so start by looking in /usr/src/linux.  If you have trouble building a
  1131.   kernel, you should probably not attempt to build boot/root systems
  1132.   anyway.  Remember to compress the kernel with ``make zImage''.
  1133.  
  1134.  
  1135.  
  1136.   6.  Putting them together: Making the diskette(s).
  1137.  
  1138.  
  1139.   At this point you have a kernel and a compressed root filesystem.  If
  1140.   you are making a boot/root disk, check their sizes to make sure they
  1141.   will both fit on one disk.  If you are making a two disk boot+root
  1142.   set, check the root filesystem to make sure it will fit on a single
  1143.   diskette.
  1144.  
  1145.   You should decide whether to use LILO to boot the bootdisk kernel.
  1146.   The alternative is to copy the kernel directly to the diskette and
  1147.   boot without LILO.  The advantage of using LILO is that it enables you
  1148.   to supply some parameters to the kernel which may be necessary to
  1149.   initialize your hardware (Check the file /etc/lilo.conf on your
  1150.   system.  If it exists and has a line like ``append=...'', you probably
  1151.   need this feature).  The disadvantage of using LILO is that building
  1152.   the bootdisk is more complicated and takes slightly more space.  You
  1153.   will have to set up a small separate filesystem, which we shall call
  1154.   the kernel filesystem, where you transfer the kernel and a few other
  1155.   files that LILO needs.
  1156.  
  1157.  
  1158.   If you are going to use LILO, read on; if you are going to transfer
  1159.   the kernel directly, skip ahead to section ``Without using LILO''.
  1160.  
  1161.  
  1162.   6.1.  Transferring the kernel with LILO
  1163.  
  1164.  
  1165.   The first thing you must do is create a small configuration file for
  1166.   LILO.  It should look like this:
  1167.  
  1168.  
  1169.   ______________________________________________________________________
  1170.           boot      =/dev/fd0
  1171.           install   =/boot/boot.b
  1172.           map       =/boot/map
  1173.           read-write
  1174.           backup    =/dev/null
  1175.           compact
  1176.           image     = KERNEL
  1177.           label     = Bootdisk
  1178.           root      =/dev/fd0
  1179.   ______________________________________________________________________
  1180.  
  1181.  
  1182.  
  1183.   For an explanation of these parameters, see LILO's user documentation.
  1184.   You will probably also want to add an append=... line to this file
  1185.   from your hard disk's /etc/lilo.conf file.
  1186.  
  1187.   Save this file as bdlilo.conf.
  1188.  
  1189.   You now have to create a small filesystem, which we shall call a
  1190.   kernel filesystem, to distinguish it from the root filesystem.
  1191.  
  1192.   First, figure out how large the filesystem should be.  Take the size
  1193.   of your kernel in blocks (the size shown by ``ls -l KERNEL'' divided
  1194.   by 1024 and rounded up) and add 50.  Fifty blocks is approximately the
  1195.   space needed for inodes plus other files.  You can calculate this
  1196.   number exactly if you want to, or just use 50.  If you're creating a
  1197.   two-disk set, you may as well overestimate the space since the first
  1198.   disk is only used for the kernel anyway.  Call this number
  1199.   KERNEL_BLOCKS.
  1200.  
  1201.   Put a floppy diskette in the drive (for simplicity we'll assume
  1202.   /dev/fd0) and create an ext2 kernel filesystem on it:
  1203.  
  1204.  
  1205.           mke2fs -i 8192 -m 0 /dev/fd0 KERNEL_BLOCKS
  1206.  
  1207.  
  1208.  
  1209.  
  1210.   The ``-i 8192'' specifies that we want one inode per 8192 bytes.
  1211.   Next, mount the filesystem, remove the lost+found directory, and
  1212.   create dev and boot directories for LILO:
  1213.  
  1214.  
  1215.           mount /dev/fd0 /mnt
  1216.           rm -rf /mnt/lost+found
  1217.           mkdir /mnt/{boot,dev}
  1218.  
  1219.  
  1220.  
  1221.   Next, create devices /dev/null and /dev/fd0.  Instead of looking up
  1222.   the device numbers, you can just copy them from your hard disk using
  1223.   -R:
  1224.  
  1225.  
  1226.           cp -R /dev/{null,fd0} /mnt/dev
  1227.  
  1228.  
  1229.  
  1230.   LILO needs a copy of its boot loader, boot.b, which you can take from
  1231.   your hard disk.  It is usually kept in the /boot directory.
  1232.  
  1233.  
  1234.           cp /boot/boot.b /mnt/boot
  1235.  
  1236.  
  1237.  
  1238.   Finally, copy in the LILO configuration file you created in the last
  1239.   section, along with your kernel.  Both can be put in the root
  1240.   directory:
  1241.  
  1242.  
  1243.           cp bdlilo.conf KERNEL /mnt
  1244.  
  1245.  
  1246.  
  1247.   Everything LILO needs is now on the kernel filesystem, so you are
  1248.   ready to run it.  LILO's -r flag is used for installing the boot
  1249.   loader on some other root:
  1250.  
  1251.  
  1252.           lilo -v -C bdlilo.conf -r /mnt
  1253.  
  1254.  
  1255.   LILO should run without error, after which the kernel filesystem
  1256.   should look something like this:
  1257.  
  1258.  
  1259.   ______________________________________________________________________
  1260.   total 361
  1261.     1 -rw-r--r--   1 root     root          176 Jan 10 07:22 bdlilo.conf
  1262.     1 drwxr-xr-x   2 root     root         1024 Jan 10 07:23 boot/
  1263.     1 drwxr-xr-x   2 root     root         1024 Jan 10 07:22 dev/
  1264.   358 -rw-r--r--   1 root     root       362707 Jan 10 07:23 vmlinuz
  1265.   boot:
  1266.   total 8
  1267.     4 -rw-r--r--   1 root     root         3708 Jan 10 07:22 boot.b
  1268.     4 -rw-------   1 root     root         3584 Jan 10 07:23 map
  1269.   dev:
  1270.   total 0
  1271.     0 brw-r-----   1 root     root       2,   0 Jan 10 07:22 fd0
  1272.     0 crw-r--r--   1 root     root       1,   3 Jan 10 07:22 null
  1273.   ______________________________________________________________________
  1274.  
  1275.  
  1276.  
  1277.  
  1278.   Do not worry if the file sizes are slightly different from yours.
  1279.  
  1280.   Now leave the disk in the drive and go to section ``Setting the
  1281.   ramdisk word''.
  1282.  
  1283.  
  1284.   6.2.  Transferring the kernel without LILO.
  1285.  
  1286.  
  1287.   If you are not using LILO, transfer the kernel to the bootdisk with
  1288.   the dd command:
  1289.  
  1290.  
  1291.           % dd if=KERNEL of=/dev/fd0 bs=1k
  1292.           353+1 records in
  1293.           353+1 records out
  1294.  
  1295.  
  1296.  
  1297.   In this example, dd wrote 353 complete records + 1 partial record, so
  1298.   the kernel occupies the first 354 blocks of the diskette.  Call this
  1299.   number KERNEL_BLOCKS and remember it for use in the next section.
  1300.  
  1301.   Finally, set the root device to be the diskette itself, then set the
  1302.   root to be loaded read/write:
  1303.  
  1304.  
  1305.           rdev /dev/fd0 /dev/fd0
  1306.           rdev -R /dev/fd0 0
  1307.  
  1308.  
  1309.  
  1310.  
  1311.   Be careful to use a capital -R in the second rdev command.
  1312.  
  1313.  
  1314.  
  1315.   6.3.  Setting the ramdisk word.
  1316.  
  1317.  
  1318.   Inside the kernel image is the ramdisk word that specifies where the
  1319.   root filesystem is to be found, along with other options.  The word
  1320.   can be accessed and set via the rdev command, and its contents are
  1321.   interpreted as follows:
  1322.  
  1323.  
  1324.           bits  0-10:     Offset to start of ramdisk, in 1024 byte blocks
  1325.           bits 11-13:     unused
  1326.           bit     14:     Flag indicating that ramdisk is to be loaded
  1327.           bit     15:     Flag indicating to prompt before loading rootfs
  1328.  
  1329.  
  1330.  
  1331.   If bit 15 is set, on boot-up you will be prompted to place a new
  1332.   floppy diskette in the drive.  This is necessary for a two-disk boot
  1333.   set.
  1334.  
  1335.   There are two cases, depending on whether you are building a single
  1336.   boot/root diskette or a double ``boot+root'' diskette set.
  1337.  
  1338.  
  1339.   1. If you are building a single disk, the compressed root filesystem
  1340.      will be placed right after the kernel, so the offset will be the
  1341.      first free block (which should be the same as KERNEL_BLOCKS).  Bit
  1342.      14 will be set to 1, and bit 15 will be zero.
  1343.  
  1344.   2. If you are building a two-disk set, the root filesystem will begin
  1345.      at block zero of the second disk, so the offset will be zero.  Bit
  1346.      14 will be set to 1, and bit 15 will be 1.
  1347.  
  1348.  
  1349.   After carefully calculating the value for the ramdisk word, set it
  1350.   with rdev -r.  Be sure to use the decimal value.  If you used LILO,
  1351.   the argument to rdev here should be the mounted kernel path, e.g.
  1352.   /mnt/vmlinuz; if you copied the kernel with dd, instead use the floppy
  1353.   device name (e.g., /dev/fd0).
  1354.  
  1355.  
  1356.           rdev -r KERNEL_OR_FLOPPY_DRIVE  VALUE
  1357.  
  1358.  
  1359.  
  1360.   If you used LILO, unmount the diskette now.
  1361.  
  1362.  
  1363.  
  1364.   6.4.  Transferring the root filesystem.
  1365.  
  1366.  
  1367.   The last step is to transfer the root filesystem.
  1368.  
  1369.  
  1370.   ╖  If the root filesystem will be placed on the same disk as the
  1371.      kernel, transfer it using dd with the seek option, which specifies
  1372.      how many blocks to skip:
  1373.  
  1374.  
  1375.              dd if=rootfs.gz of=/dev/fd0 bs=1k seek=KERNEL_BLOCKS
  1376.  
  1377.  
  1378.  
  1379.   ╖  If the root filesystem will be placed on a second disk, remove the
  1380.      first diskette, put the second diskette in the drive, then transfer
  1381.      the root filesystem to it:
  1382.  
  1383.  
  1384.              dd if=rootfs.gz of=/dev/fd0 bs=1k
  1385.  
  1386.  
  1387.   Congratulations, you are done!  You should always test a bootdisk
  1388.   before putting it aside for an emergency! If it fails to boot, read
  1389.   on.
  1390.  
  1391.  
  1392.  
  1393.   7.  Troubleshooting, or The Agony of Defeat.
  1394.  
  1395.  
  1396.  
  1397.   When building bootdisks, the first few tries often will not boot.  The
  1398.   general approach to building a root disk is to assemble components
  1399.   from your existing system, and try and get the diskette-based system
  1400.   to the point where it displays messages on the console.  Once it
  1401.   starts talking to you, the battle is half over because you can see
  1402.   what it is complaining about, and you can fix individual problems
  1403.   until the system works smoothly.  If the system just hangs with no
  1404.   explanation, finding the cause can be difficult.  To get a system to
  1405.   boot to the stage where it will talk to you requires several
  1406.   components to be present and correctly configured.  The recommended
  1407.   procedure for investigating the problem where the system will not talk
  1408.   to you is as follows:
  1409.  
  1410.  
  1411.   ╖  You may see a message like this:
  1412.  
  1413.  
  1414.      Kernel panic: VFS: Unable to mount root fs on XX:YY
  1415.  
  1416.  
  1417.  
  1418.   This is a common problem and it has only a few causes.  First, check
  1419.   the device XX:YY against the list of device codes; is it the correct
  1420.   root device?  If not, you probably didn't do an rdev -R, or you did it
  1421.   on the wrong image.  If the device code is correct, then check care¡
  1422.   fully the device drivers compiled into your kernel.  Make sure it has
  1423.   floppy disk, ramdisk and ext2 filesystem support built-in.
  1424.  
  1425.   ╖  Check that the root disk actually contains the directories you
  1426.      think it does.  It is easy to copy at the wrong level so that you
  1427.      end up with something like /rootdisk/bin instead of /bin on your
  1428.      root diskette.
  1429.  
  1430.   ╖  Check that there is a /lib/libc.so with the same link that appears
  1431.      in your /lib directory on your hard disk.
  1432.  
  1433.   ╖  Check that any symbolic links in your /dev directory in your
  1434.      existing system also exist on your root diskette filesystem, where
  1435.      those links are to devices which you have included in your root
  1436.      diskette. In particular, /dev/console links are essential in many
  1437.      cases.
  1438.  
  1439.   ╖  Check that you have included /dev/tty1, /dev/null, /dev/zero,
  1440.      /dev/mem, /dev/ram and /dev/kmem files.
  1441.  
  1442.   ╖  Check your kernel configuration -- support for all resources
  1443.      required up to login point must be built in, not modules.  So
  1444.      ramdisk and ext2 support must be built-in.
  1445.  
  1446.   ╖  Check that your kernel root device and ramdisk settings are
  1447.      correct.
  1448.  
  1449.   Once these general aspects have been covered, here are some more
  1450.   specific files to check:
  1451.  
  1452.  
  1453.   1. Make sure init is included as /sbin/init or /bin/init.  Make sure
  1454.      it is executable.
  1455.  
  1456.   2. Run ldd init to check init's libraries.  Usually this is just
  1457.      libc.so, but check anyway.  Make sure you included the necessary
  1458.      libraries and loaders.
  1459.  
  1460.   3. Make sure you have the right loader for your libraries -- ld.so for
  1461.      a.out or ld-linux.so for ELF.
  1462.  
  1463.   4. Check the /etc/inittab on your bootdisk filesystem for the calls to
  1464.      getty (or some getty-like program, such as agetty, mgetty or
  1465.      getty_ps).  your hard disk inittab.  Check the man pages of the
  1466.      program you use to make sure these make sense.  inittab is possibly
  1467.      the trickiest part because its syntax and content depend on the
  1468.      init program used and the nature of the system.  The only way to
  1469.      tackle it is to read the man pages for init and inittab and work
  1470.      out exactly what your existing system is doing when it boots.
  1471.      Check to make sure /etc/inittab has a system initialisation entry.
  1472.      This should contain a command to execute the system initialization
  1473.      script, which must exist.
  1474.  
  1475.   5. As with init, run ldd on your getty to see what it needs, and make
  1476.      sure the necessary library files and loaders were included in your
  1477.      root filesystem.
  1478.  
  1479.   6. Be sure you have included a shell program (e.g., bash or ash)
  1480.      capable of running all of your rc scripts.
  1481.  
  1482.   7. If you have a /etc/ld.so.cache file on your rescue disk, remake it.
  1483.  
  1484.  
  1485.  
  1486.   If init starts, but you get a message like:
  1487.  
  1488.           Id xxx respawning too fast: disabled for 5 minutes
  1489.  
  1490.  
  1491.  
  1492.  
  1493.   it is coming from init, usually indicating that getty or login is
  1494.   dying as soon as it starts up.  executables and the libraries they
  1495.   depend upon.  Make sure the invocations in /etc/inittab are correct.
  1496.   If you get strange messages from getty, it may mean the calling form
  1497.   in /etc/inittab is wrong.  The options of the getty programs are
  1498.   variable; even different versions of agetty are reported to have
  1499.   different incompatible calling forms.
  1500.  
  1501.   If you get a login prompt, and you enter a valid login name but the
  1502.   system prompts you for another login name immediately, the problem may
  1503.   be with PAM or NSS.  See Section ``PAM and NSS''.  The problem may
  1504.   also be that you use shadow passwords and didn't copy /etc/shadow to
  1505.   your bootdisk.
  1506.  
  1507.   If you try to run some executable, such as df, which is on your rescue
  1508.   disk but you yields a message like: df: not found, check two things:
  1509.   (1) Make sure the directory containing the binary is in your PATH, and
  1510.   (2) make sure you have libraries (and loaders) the program needs.
  1511.  
  1512.  
  1513.  
  1514.   8.  Miscellaneous topics.
  1515.  
  1516.  
  1517.  
  1518.  
  1519.   8.1.  Reducing root filesystem size.
  1520.  
  1521.  
  1522.   Sometimes a root filesystem is too large to fit on a diskette even
  1523.   after compression.  Here are some ways to reduce the filesystem size,
  1524.   listed in decreasing order of effectiveness:
  1525.  
  1526.  
  1527.  
  1528.      Increase the disk density
  1529.         By default, floppy diskettes are formatted at 1440K, but higher
  1530.         density formats are available.  fdformat will format disks for
  1531.         the following sizes: 1600, 1680, 1722, 1743, 1760, 1840, and
  1532.         1920.  Most 1440K drives will support 1722K, and this is what I
  1533.         always use for bootdisks.  See the fdformat man page and
  1534.         /usr/src/linux/Documentation/devices.txt.
  1535.  
  1536.  
  1537.      Replace your shell
  1538.         Some of the popular shells for Linux, such as bash and tcsh, are
  1539.         large and require many libraries.  Light-weight alternatives
  1540.         exist, such as ash, lsh, kiss and smash, which are much smaller
  1541.         and require few (or no) libraries.  Most of these replacement
  1542.         shells are available from
  1543.         <http://metalab.unc.edu/pub/Linux/system/shells/>.  Make sure
  1544.         any shell you use is capable of running commands in all the rc
  1545.         files you include on your bootdisk.
  1546.  
  1547.  
  1548.      Strip libraries and binaries
  1549.  
  1550.         Many libraries and binaries are typically unstripped (include
  1551.         debugging symbols).  Running 'file' on these files will tell you
  1552.         'not stripped' if so.  When copying binaries to your root
  1553.         filesystem, it is good practice to use:
  1554.  
  1555.  
  1556.                 objcopy --strip-all FROM TO
  1557.  
  1558.  
  1559.  
  1560.      When copying libraries, use:
  1561.  
  1562.  
  1563.              objcopy --strip-debug FROM TO
  1564.  
  1565.  
  1566.  
  1567.  
  1568.  
  1569.      Move non-critical files to a utility disk
  1570.         If some of your binaries are not needed immediately to boot or
  1571.         login, you can move them to a utility disk.  See section
  1572.         ``Building a utility disk'' for details.  You may also consider
  1573.         moving modules to a utility disk as well.
  1574.  
  1575.  
  1576.  
  1577.   8.2.  Non-ramdisk root filesystems.
  1578.  
  1579.  
  1580.  
  1581.   Section ``Building a root filesystem'' gave instructions for building
  1582.   a compressed root filesystem which is loaded to ramdisk when the
  1583.   system boots.  This method has many advantages so it is commonly used.
  1584.   However, some systems with little memory cannot afford the RAM needed
  1585.   for this, and they must use root filesystems mounted directly from the
  1586.   diskette.
  1587.  
  1588.   Such filesystems are actually easier to build than compressed root
  1589.   filesystems because they can be built on a diskette rather than on
  1590.   some other device, and they do not have to be compressed.  We will
  1591.   outline the procedure as it differs from the instructions above.  If
  1592.   you choose to do this, keep in mind that you will have much less space
  1593.   available.
  1594.  
  1595.  
  1596.   1. Calculate how much space you will have available for root files.
  1597.  
  1598.      If you are building a single boot/root disk, you must fit all
  1599.      blocks for the kernel plus all blocks for the root filesystem on
  1600.      the one disk.
  1601.  
  1602.   2. Using mke2fs, create a root filesystem on a diskette of the
  1603.      appropriate size.
  1604.  
  1605.   3. Populate the filesystem as described above.
  1606.  
  1607.   4. When done, unmount the filesystem and transfer it to a disk file
  1608.      but do not compress it.
  1609.  
  1610.   5. Transfer the kernel to a floppy diskette, as described above.  When
  1611.      calculating the ramdisk word, set bit 14 to zero, to indicate that
  1612.      the root filesystem is not to be loaded to ramdisk.  Run the rdev's
  1613.      as described.
  1614.  
  1615.   6. Transfer the root filesystem as before.
  1616.  
  1617.   There are several shortcuts you can take.  If you are building a two-
  1618.   disk set, you can build the complete root filesystem directly on the
  1619.   second disk and you need not transfer it to a hard disk file and then
  1620.   back.  Also, if you are building a single boot/root disk and using
  1621.   LILO, you can build a single filesystem on the entire disk, containing
  1622.   the kernel, LILO files and root files, and simply run LILO as the last
  1623.   step.
  1624.  
  1625.  
  1626.  
  1627.   8.3.  Building a utility disk.
  1628.  
  1629.  
  1630.  
  1631.   Building a utility disk is relatively easy -- simply create a
  1632.   filesystem on a formatted disk and copy files to it.  To use it with a
  1633.   bootdisk, mount it manually after the system is booted.
  1634.  
  1635.   In the instructions above, we mentioned that the utility disk could be
  1636.   mounted as /usr.  In this case, binaries could be placed into a /bin
  1637.   directory on your utility disk, so that placing /usr/bin in your path
  1638.   will access them.  Additional libraries needed by the binaries are
  1639.   placed in /lib on the utility disk.
  1640.  
  1641.   There are several important points to keep in mind when designing a
  1642.   utility disk:
  1643.  
  1644.  
  1645.   1. Do not place critical system binaries or libraries onto the utility
  1646.      disk, since it will not be mountable until after the system has
  1647.      booted.
  1648.  
  1649.   2. You cannot access a floppy diskette and a floppy tape drive
  1650.      simultaneously.  This means that if you have a floppy tape drive,
  1651.      you will not be able to access it while your utility disk is
  1652.      mounted.
  1653.  
  1654.   3. Access to files on the utility disk will be slow.
  1655.  
  1656.   Appendix ``Sample utility disk directory listing'' shows a sample of
  1657.   files on a utility disk.  Here are some ideas for files you may find
  1658.   useful: programs for examining and manipulating disks (format, fdisk)
  1659.   and filesystems (mke2fs, fsck, debugfs, isofs.o), a lightweight text
  1660.   editor (elvis, jove), compression and archive utilities (gzip, tar,
  1661.   cpio, afio), tape utilities (mt, tob, taper), communications utilities
  1662.   (ppp.o, slip.o, minicom) and utilities for devices (setserial, mknod).
  1663.  
  1664.  
  1665.   9.  How the pros do it.
  1666.  
  1667.  
  1668.   You may notice that the bootdisks used by major distributions such as
  1669.   Slackware, RedHat or Debian seem more sophisticated than what is
  1670.   described in this document.  Professional distribution bootdisks are
  1671.   based on the same principles outlined here, but employ various tricks
  1672.   because their bootdisks have additional requirements.  First, they
  1673.   must be able to work with a wide variety of hardware, so they must be
  1674.   able to interact with the user and load various device drivers.
  1675.   Second, they must be prepared to work with many different installation
  1676.   options, with varying degrees of automation.  Finally, distribution
  1677.   bootdisks usually combine installation and rescue capabilities.
  1678.  
  1679.  
  1680.   Some bootdisks use a feature called initrd (initial ramdisk).  This
  1681.   feature was introduced around 2.0.x and allows a kernel to boot in two
  1682.   phases.  When the kernel first boots, it loads an initial ramdisk
  1683.   image from the boot disk.  This initial ramdisk is a root filesystem
  1684.   containing a program that runs before the real root fs is loaded.
  1685.   This program usually inspects the environment and/or asks the user to
  1686.   select various boot options, such as the device from which to load the
  1687.   real rootdisk.  It typically loads additional modules not built in to
  1688.   the kernel.  When this initial program exits, the kernel loads the
  1689.   real root image and booting continues normally.  For further
  1690.   information on initrd, see /usr/src/linux/Documentation/initrd.txt and
  1691.   <ftp://elserv.ffm.fgan.de/pub/linux/loadlin-1.6/initrd-example.tgz>
  1692.  
  1693.   The following are summaries of how each distribution's installation
  1694.   disks seem to work, based on inspecting their filesystems and/or
  1695.   source code.  We do not guarantee that this information is completely
  1696.   accurate, or that they have not changed since the versions noted.
  1697.  
  1698.   Slackware (v.3.1) uses a straightforward LILO boot similar to what is
  1699.   described in section ``Transferring the kernel with LILO''.  The
  1700.   Slackware bootdisk prints a bootup message (``Welcome to the Slackware
  1701.   Linux bootkernel disk!'') using LILO's message parameter.  This
  1702.   instructs the user to enter a boot parameter line if necessary.  After
  1703.   booting, a root filesystem is loaded from a second disk.  The user
  1704.   invokes a setup script which starts the installation.  Instead of
  1705.   using a modular kernel, Slackware provides many different kernels and
  1706.   depends upon the user to select the one matching his or her hardware
  1707.   requirements.
  1708.  
  1709.   RedHat (v.4.0) also uses a LILO boot.  It loads a compressed ramdisk
  1710.   on the first disk, which runs a custom init program.  This program
  1711.   queries for drivers then loads additional files from a supplemental
  1712.   disk if necessary.
  1713.  
  1714.   Debian (v.1.3) is probably the most sophisticated of the installation
  1715.   disk sets.  It uses the SYSLINUX loader to arrange various load
  1716.   options, then uses an initrd image to guide the user through
  1717.   installation.  It appears to use both a customized init and a
  1718.   customized shell.
  1719.  
  1720.  
  1721.  
  1722.   10.  Frequently asked question (FAQ) list.
  1723.  
  1724.  
  1725.   Q. I boot from my boot/root disks and nothing happens. What do I do?
  1726.  
  1727.  
  1728.   See section ``Troubleshooting'', above.
  1729.  
  1730.   Q. How does the Slackware/Debian/RedHat bootdisk work?
  1731.  
  1732.  
  1733.   See section ``What the pros do'', above.
  1734.  
  1735.  
  1736.   Q. How can I make a boot disk with a XYZ driver?
  1737.  
  1738.  
  1739.   The easiest way is to obtain a Slackware kernel from your nearest
  1740.   Slackware mirror site. Slackware kernels are generic kernels which
  1741.   atttempt to include drivers for as many devices as possible, so if you
  1742.   have a SCSI or IDE controller, chances are that a driver for it is
  1743.   included in the Slackware kernel.
  1744.  
  1745.   Go to the a1 directory and select either IDE or SCSI kernel depending
  1746.   on the type of controller you have. Check the xxxxkern.cfg file for
  1747.   the selected kernel to see the drivers which have been included in
  1748.   that kernel. If the device you want is in that list, then the
  1749.   corresponding kernel should boot your computer. Download the
  1750.   xxxxkern.tgz file and copy it to your boot diskette as described above
  1751.   in the section on making boot disks.
  1752.  
  1753.   You must then check the root device in the kernel, using the rdev
  1754.   command:
  1755.  
  1756.           rdev zImage
  1757.  
  1758.  
  1759.  
  1760.   rdev will then display the current root device in the kernel.  If this
  1761.   is not the same as the root device you want, then use rdev to change
  1762.   it.  For example, the kernel I tried was set to /dev/sda2, but my root
  1763.   SCSI partition is /dev/sda8.  To use a root diskette, you would have
  1764.   to use the command:
  1765.  
  1766.  
  1767.           rdev zImage /dev/fd0
  1768.  
  1769.  
  1770.  
  1771.   If you want to know how to set up a Slackware root disk as well,
  1772.   that's outside the scope of this HOWTO, so I suggest you check the
  1773.   Linux Install Guide or get the Slackware distribution.  See the
  1774.   section in this HOWTO titled ``References''.
  1775.  
  1776.   Q. How do I update my boot diskette with a new kernel?
  1777.  
  1778.  
  1779.   Just copy the kernel to your boot diskette using the dd command for a
  1780.   boot diskette without a filesystem, or the cp command for a boot/root
  1781.   disk. Refer to the section in this HOWTO titled ``Boot'' for details
  1782.   on creating a boot disk. The description applies equally to updating a
  1783.   kernel on a boot disk.
  1784.  
  1785.   Q. How do I update my root diskette with new files?
  1786.  
  1787.  
  1788.   The easiest way is to copy the filesystem from the rootdisk back to
  1789.   the DEVICE you used (from section ``Creating the filesystem'', above).
  1790.   Then mount the filesystem and make the changes.  You have to remember
  1791.   where your root filesystem started and how many blocks it occupied:
  1792.  
  1793.  
  1794.           dd if=/dev/fd0 bs=1k skip=ROOTBEGIN count=BLOCKS | gunzip > DEVICE
  1795.           mount -t ext2 DEVICE /mnt
  1796.  
  1797.  
  1798.  
  1799.   After making the changes, proceed as before (in Section ``Wrapping it
  1800.   up'') and transfer the root filesystem back to the disk.  You should
  1801.   not have to re-transfer the kernel or re-compute the ramdisk word if
  1802.   you do not change the starting position of the new root filesystem.
  1803.  
  1804.  
  1805.   Q. How do I remove LILO so that I can use DOS to boot again?
  1806.  
  1807.  
  1808.   This is not really a Bootdisk topic, but it is asked often.  Within
  1809.   Linux, you can run:
  1810.  
  1811.  
  1812.  
  1813.                /sbin/lilo -u
  1814.  
  1815.  
  1816.  
  1817.  
  1818.   You can also use the dd command to copy the backup saved by LILO to
  1819.   the boot sector.  Refer to the LILO documentation if you wish to do
  1820.   this.
  1821.  
  1822.   Within DOS and Windows you can use the DOS command:
  1823.  
  1824.  
  1825.                FDISK /MBR
  1826.  
  1827.  
  1828.  
  1829.  
  1830.   MBR stands for Master Boot Record, and it replaces the boot sector
  1831.   with a clean DOS one, without affecting the partition table.  Some
  1832.   purists disagree with this, but even the author of LILO, Werner
  1833.   Almesberger, suggests it.  It is easy, and it works.
  1834.  
  1835.  
  1836.  
  1837.   Q. How can I boot if I've lost my kernel and my boot disk?
  1838.  
  1839.  
  1840.   If you don't have a boot disk standing by, probably the easiest method
  1841.   is to obtain a Slackware kernel for your disk controller type (IDE or
  1842.   SCSI) as described above for ``How do I make a boot disk with a XXX
  1843.   driver?''.  You can then boot your computer using this kernel, then
  1844.   repair whatever damage there is.
  1845.  
  1846.   The kernel you get may not have the root device set to the disk type
  1847.   and partition you want. For example, Slackware's generic SCSI kernel
  1848.   has the root device set to /dev/sda2, whereas my root Linux partition
  1849.   happens to be /dev/sda8.  In this case the root device in the kernel
  1850.   will have to be changed.
  1851.  
  1852.   You can still change the root device and ramdisk settings in the
  1853.   kernel even if all you have is a kernel, and some other operating
  1854.   system, such as DOS.
  1855.  
  1856.   rdev changes kernel settings by changing the values at fixed offsets
  1857.   in the kernel file, so you can do the same if you have a hex editor
  1858.   available on whatever systems you do still have running -- for
  1859.   example, Norton Utilities Disk Editor under DOS.  You then need to
  1860.   check and if necessary change the values in the kernel at the
  1861.   following offsets:
  1862.  
  1863.  
  1864.  
  1865.        HEX     DEC  DESCRIPTION
  1866.        0x01F8  504  Low byte of RAMDISK word
  1867.        0x01F9  505  High byte of RAMDISK word
  1868.        0x01FC  508  Root minor device number - see below
  1869.        0X01FD  509  Root major device number - see below
  1870.  
  1871.  
  1872.  
  1873.  
  1874.   The interpretation of the ramdisk word was described in Section
  1875.   ``Setting the ramdisk word'', above.
  1876.  
  1877.   The major and minor device numbers must be set to the device you want
  1878.   to mount your root filesystem on. Some useful values to select from
  1879.   are:
  1880.  
  1881.  
  1882.  
  1883.        DEVICE          MAJOR MINOR
  1884.        /dev/fd0            2     0   1st floppy drive
  1885.        /dev/hda1           3     1   partition 1 on 1st IDE drive
  1886.        /dev/sda1           8     1   partition 1 on 1st SCSI drive
  1887.        /dev/sda8           8     8   partition 8 on 1st SCSI drive
  1888.  
  1889.  
  1890.  
  1891.  
  1892.   Once you have set these values then you can write the file to a
  1893.   diskette using either Norton Utilities Disk Editor, or a program
  1894.   called rawrite.exe.  This program is included in all distributions.
  1895.   It is a DOS program which writes a file to the ``raw'' disk, starting
  1896.   at the boot sector, instead of writing it to the file system.  If you
  1897.   use Norton Utilities you must write the file to a physical disk
  1898.   starting at the beginning of the disk.
  1899.  
  1900.   Q. How can I make extra copies of boot/root diskettes?
  1901.  
  1902.  
  1903.   Because magnetic media may deteriorate over time, you should keep
  1904.   several copies of your rescue disk, in case the original is
  1905.   unreadable.
  1906.  
  1907.   The easiest way of making copies of any diskettes, including bootable
  1908.   and utility diskettes, is to use the dd command to copy the contents
  1909.   of the original diskette to a file on your hard drive, and then use
  1910.   the same command to copy the file back to a new diskette.  Note that
  1911.   you do not need to, and should not, mount the diskettes, because dd
  1912.   uses the raw device interface.
  1913.  
  1914.  
  1915.   To copy the original, enter the command:
  1916.  
  1917.  
  1918.                dd if=DEVICENAME of=FILENAME
  1919.                where   DEVICENAME is the device name of the diskette drive
  1920.                and     FILENAME is the name of the (hard-disk) output file
  1921.  
  1922.  
  1923.  
  1924.  
  1925.   Omitting the count parameter causes dd to copy the whole diskette
  1926.   (2880 blocks if high-density).
  1927.  
  1928.   To copy the resulting file back to a new diskette, insert the new
  1929.   diskette and enter the reverse command:
  1930.  
  1931.  
  1932.                dd if=FILENAME of=DEVICENAME
  1933.  
  1934.  
  1935.  
  1936.  
  1937.   Note that the above discussion assumes that you have only one diskette
  1938.   drive. If you have two of the same type, you can copy diskettes using
  1939.   a command like:
  1940.  
  1941.  
  1942.  
  1943.                dd if=/dev/fd0 of=/dev/fd1
  1944.  
  1945.  
  1946.  
  1947.  
  1948.   Q. How can I boot without typing in "ahaxxxx=nn,nn,nn" every time?
  1949.  
  1950.  
  1951.   Where a disk device cannot be autodetected it is necessary to supply
  1952.   the kernel with a command device parameter string, such as:
  1953.  
  1954.  
  1955.                aha152x=0x340,11,3,1
  1956.  
  1957.  
  1958.  
  1959.  
  1960.   This parameter string can be supplied in several ways using LILO:
  1961.  
  1962.  
  1963.   ╖  By entering it on the command line every time the system is booted
  1964.      via LILO.  This is boring, though.
  1965.  
  1966.   ╖  By using the LILO ``lock'' keyword to make it store the command
  1967.      line as the default command line, so that LILO will use the same
  1968.      options every time it boots.
  1969.  
  1970.   ╖  By using the append= statement in the LILO config file.  Note that
  1971.      the parameter string must be enclosed in quotes.
  1972.  
  1973.   For example, a sample command line using the above parameter string
  1974.   would be:
  1975.  
  1976.  
  1977.                zImage  aha152x=0x340,11,3,1 root=/dev/sda1 lock
  1978.  
  1979.  
  1980.  
  1981.   This would pass the device parameter string through, and also ask the
  1982.   kernel to set the root device to /dev/sda1 and save the whole command
  1983.   line and reuse it for all future boots.
  1984.  
  1985.   A sample APPEND statement is:
  1986.  
  1987.  
  1988.                APPEND = "aha152x=0x340,11,3,1"
  1989.  
  1990.  
  1991.  
  1992.  
  1993.   Note that the parameter string must NOT be enclosed in quotes on the
  1994.   command line, but it MUST be enclosed in quotes in the APPEND
  1995.   statement.
  1996.  
  1997.   Note also that for the parameter string to be acted on, the kernel
  1998.   must contain the driver for that disk type.  If it does not, then
  1999.   there is nothing listening for the parameter string, and you will have
  2000.   to rebuild the kernel to include the required driver.  For details on
  2001.   rebuilding the kernel, cd to /usr/src/linux and read the README, and
  2002.   read the Linux FAQ and Installation HOWTO.  Alternatively you could
  2003.   obtain a generic kernel for the disk type and install that.
  2004.  
  2005.   Readers are strongly urged to read the LILO documentation before
  2006.   experimenting with LILO installation.  Incautious use of the BOOT
  2007.   statement can damage partitions.
  2008.  
  2009.   Q. At boot time, I get error "A: cannot execute B". Why?
  2010.  
  2011.  
  2012.   There are several cases of program names being hardcoded in various
  2013.   utilities.  These cases do not occur everywhere, but they may explain
  2014.   why an executable apparently cannot be found on your system even
  2015.   though you can see that it is there.  You can find out if a given
  2016.   program has the name of another hardcoded by using the strings command
  2017.   and piping the output through grep.
  2018.  
  2019.   Known examples of hardcoding are:
  2020.  
  2021.   ╖  Shutdown in some versions has /etc/reboot hardcoded, so reboot must
  2022.      be placed in the /etc directory.
  2023.  
  2024.   ╖  init has caused problems for at least one person, with the kernel
  2025.      being unable to find init.
  2026.  
  2027.   To fix these problems, either move the programs to the correct
  2028.   directory, or change configuration files (e.g. inittab) to point to
  2029.   the correct directory.  If in doubt, put programs in the same
  2030.   directories as they are on your hard disk, and use the same inittab
  2031.   and /etc/rc.d files as they appear on your hard disk.
  2032.  
  2033.   Q. My kernel has ramdisk support, but initializes ramdisks of 0K
  2034.  
  2035.  
  2036.   Where this occurs, a kernel message like this will appear as the
  2037.   kernel is booting:
  2038.  
  2039.  
  2040.           Ramdisk driver initialized : 16 ramdisks of 0K size
  2041.  
  2042.  
  2043.  
  2044.   This is probably because the size has been set to 0 by kernel
  2045.   parameters at boot time.  This could possibly be because of an
  2046.   overlooked LILO configuration file parameter:
  2047.        ramdisk= 0
  2048.  
  2049.  
  2050.  
  2051.  
  2052.   This was included in sample LILO configuration files in some older
  2053.   distributions, and was put there to override any previous kernel
  2054.   setting.  If you have such a line, remove it.
  2055.  
  2056.   Note that if you attempt to use a ramdisk which has been set to 0K the
  2057.   behaviour can be unpredictable, and can result in kernel panics.
  2058.  
  2059.  
  2060.  
  2061.   K.  Resources and pointers.
  2062.  
  2063.  
  2064.   When retrieving a package, always get the latest version unless you
  2065.   have good reasons for not doing so.
  2066.  
  2067.  
  2068.   K.1.  Pre-made bootdisks.
  2069.  
  2070.  
  2071.   These are sources for distribution bootdisks.  Please use one of the
  2072.   mirror sites to reduce the load on these machines.
  2073.  
  2074.  
  2075.   ╖  Slackware bootdisks
  2076.      <http://metalab.unc.edu/pub/Linux/distributions/slackware/current/bootdsks.144/>,
  2077.      rootdisks
  2078.      <http://metalab.unc.edu/pub/Linux/distributions/slackware/current/rootdsks/>
  2079.  
  2080.      and Slackware mirror sites <http://www.slackware.com/getslack/>
  2081.  
  2082.   ╖  RedHat bootdisks
  2083.      <http://metalab.unc.edu/pub/Linux/distributions/redhat/current/i386/images/>
  2084.      and Red Hat mirror sites <http://www.redhat.com/mirrors.html>
  2085.  
  2086.   ╖  Debian bootdisks
  2087.      <ftp://ftp.debian.org/pub/debian/dists/stable/main/disks-
  2088.      i386/current/> and Debian mirror sites
  2089.      <ftp://ftp.debian.org/pub/debian/README.mirrors.html>
  2090.  
  2091.   In addition to the distribution bootdisks, the following rescue disk
  2092.   images are available.  Unless otherwise specified, these are available
  2093.   in the directory
  2094.   <http://metalab.unc.edu/pub/Linux/system/recovery/!INDEX.html>
  2095.  
  2096.  
  2097.  
  2098.   ╖  tomsrtbt, by Tom Oehser, is a single-disk boot/root disk based on
  2099.      kernel 2.0, with a large set of features and support programs.  It
  2100.      supports IDE, SCSI, tape, network adaptors, PCMCIA and more.  About
  2101.      100 utility programs and tools are included for fixing and
  2102.      restoring disks.  The package also includes scripts for
  2103.      disassembling and reconstructing the images so that new material
  2104.      can be added if necessary.
  2105.  
  2106.  
  2107.  
  2108.   ╖  rescue02, by John Comyns, is a rescue disk based on kernel 1.3.84,
  2109.      with support for IDE and Adaptec 1542 and NCR53C7,8xx.  It uses ELF
  2110.      binaries but it has enough commands so that it can be used on any
  2111.      system.  There are modules that can be loaded after booting for all
  2112.      other SCSI cards.  It probably won't work on systems with 4 mb of
  2113.      ram since it uses a 3 mb ram disk.
  2114.  
  2115.  
  2116.  
  2117.  
  2118.   ╖  resque_disk-2.0.22, by Sergei Viznyuk, is a full-featured boot/root
  2119.      disk based on kernel 2.0.22 with built-in support for IDE, many
  2120.      difference SCSI controllers, and ELF/AOUT.  Also includes many
  2121.      modules and useful utilities for repairing and restoring a hard
  2122.      disk.
  2123.  
  2124.  
  2125.  
  2126.   ╖  cramdisk images, based on the 2.0.23 kernel, available for 4 meg
  2127.      and 8 meg machines.  They include math emulation and networking
  2128.      (PPP and dialin script, NE2000, 3C509), or support for the parallel
  2129.      port ZIP drive.  These diskette images will boot on a 386 with 4MB
  2130.      RAM.  MSDOS support is included so you can download from the net to
  2131.      a DOS partition.
  2132.  
  2133.      <http://metalab.unc.edu/pub/Linux/system/recovery/images>
  2134.  
  2135.  
  2136.  
  2137.  
  2138.   K.2.  Rescue packages.
  2139.  
  2140.  
  2141.   Several packages for creating rescue disks are available on
  2142.   metalab.unc.edu.  With these packages you specify a set of files for
  2143.   inclusion and the software automates (to varying degrees) the creation
  2144.   of a bootdisk.  See
  2145.   <http://metalab.unc.edu/pub/Linux/system/recovery/!INDEX.html> for
  2146.   more information.  Check the file dates carefully -- some of these
  2147.   packages have not been updated in several years and will not support
  2148.   the creation of a compressed root filesystem loaded into ramdisk.  To
  2149.   the best of our knowledge, Yard is the only package that will.
  2150.  
  2151.  
  2152.  
  2153.   K.3.  Graham Chapman's shell scripts
  2154.  
  2155.  
  2156.   Graham Chapman has written a set of scripts that may be useful as
  2157.   examples of how to create bootdisks.  In previous versions of this
  2158.   HOWTO the scripts appeared in an appendix, but they have been deleted
  2159.   from the documented and placed on a web page:
  2160.  
  2161.   <http://www.zeta.org.au/~grahamc/linux.html>
  2162.  
  2163.   You may find it convenient to use these scripts, but if so, read the
  2164.   instructions carefully -- for example, if you specify the wrong swap
  2165.   device, you will find your root filesystem has been throroughly and
  2166.   permanently erased.  Be sure you have it correctly configured before
  2167.   you use it!
  2168.  
  2169.  
  2170.  
  2171.   K.4.  LILO -- the Linux loader.
  2172.  
  2173.  
  2174.   Written by Werner Almesberger.  Excellent boot loader, and the
  2175.   documentation includes information on the boot sector contents and the
  2176.   early stages of the boot process.
  2177.  
  2178.  
  2179.   Ftp from  <ftp://tsx-11.mit.edu/pub/linux/packages/lilo/>.  It is also
  2180.   available on Metalab and mirrors.
  2181.  
  2182.  
  2183.   K.5.  Linux FAQ and HOWTOs.
  2184.  
  2185.  
  2186.   These are available from many sources.  Look at the usenet newsgroups
  2187.   news.answers and comp.os.linux.announce.
  2188.  
  2189.   The FAQ is available from
  2190.   <http://metalab.unc.edu/pub/Linux/docs/faqs/linux-faq> and the HOWTOs
  2191.   from  <http://metalab.unc.edu/pub/Linux/docs/HOWTO>.
  2192.  
  2193.   Most documentation for Linux may be found at The Linux Documentation
  2194.   Project homepage <http://metalab.unc.edu/LDP/>.
  2195.  
  2196.   If desperate, send mail to mail-server@rtfm.mit.edu with the word
  2197.   ``help'' in the message, then follow the mailed instructions.
  2198.  
  2199.  
  2200.  
  2201.   K.6.  Ramdisk usage.
  2202.  
  2203.  
  2204.   An excellent description of the how the new ramdisk code works may be
  2205.   found with the documentation supplied with the Linux kernel.  See
  2206.   /usr/src/linux/Documentation/ramdisk.txt.  It is written by Paul
  2207.   Gortmaker and includes a section on creating a compressed ramdisk.
  2208.  
  2209.  
  2210.  
  2211.   K.7.  The Linux boot process.
  2212.  
  2213.  
  2214.   For more detail on the Linux boot process, here are some pointers:
  2215.  
  2216.  
  2217.   ╖  The Linux System Administrators' Guide has a section on booting,
  2218.      See <http://metalab.unc.edu/LDP/LDP/sag/c1582.html>
  2219.  
  2220.   ╖  The LILO ``Technical overview''
  2221.      <http://metalab.unc.edu/pub/Linux/system/boot/lilo/lilo-t-21.ps.gz>
  2222.      has the definitive technical, low-level description of the boot
  2223.      process, up to where the kernel is started.
  2224.  
  2225.   ╖  The source code is the ultimate guide.  Below are some kernel files
  2226.      related to the boot process.  If you have the Linux kernel source
  2227.      code, you can find these under /usr/src/linux on your machine;
  2228.      alternatively, Shigio Yamaguchi (shigio@wafu.netgate.net) has a
  2229.      very nice hypertext kernel browser at
  2230.      <http://wafu.netgate.net/linux/>.  Here are some relevant files:
  2231.  
  2232.  
  2233.  
  2234.      arch/i386/boot/bootsect.S,setup.S
  2235.         Contain assembly code for the bootsector.
  2236.  
  2237.  
  2238.      arch/i386/boot/compressed/misc.c
  2239.         Contains code for uncompressing the kernel.
  2240.  
  2241.  
  2242.      arch/i386/kernel/
  2243.         Directory containing kernel initialization code.  setup.c
  2244.         contains the ramdisk word.
  2245.      drivers/block/rd.c
  2246.         Contains the ramdisk driver. The procedures rd_load and
  2247.         rd_load_image load blocks from a device into a ramdisk.  The
  2248.         procedure identify_ramdisk_image determines what kind of
  2249.         filesystem is found and whether it is compressed.
  2250.  
  2251.  
  2252.  
  2253.  
  2254.  
  2255.   L.  LILO boot error codes.
  2256.  
  2257.  
  2258.   Questions about these errors are asked so often on Usenet that we
  2259.   include them here as a public service.  This summary is excerpted from
  2260.   Werner Almsberger's LILO User Documentation, available at
  2261.   <http://metalab.unc.edu/pub/Linux/system/boot/lilo/lilo-u-21.ps.gz>.
  2262.  
  2263.   When LILO loads itself, it displays the word ``LILO''.  Each letter is
  2264.   printed before or after performing some specific action.  If LILO
  2265.   fails at some point, the letters printed so far can be used to
  2266.   identify the problem.
  2267.  
  2268.  
  2269.  
  2270.      (nothing)
  2271.         No part of LILO has been loaded.  LILO either isn't installed or
  2272.         the partition on which its boot sector is located isn't active.
  2273.  
  2274.  
  2275.      L  The first stage boot loader has been loaded and started, but it
  2276.         can't load the second stage boot loader.  The two-digit error
  2277.         codes indicate the type of problem. (See also section ``Disk
  2278.         error codes''.)  This condition usually indicates a media
  2279.         failure or a geometry mismatch (e.g. bad disk parameters)
  2280.  
  2281.  
  2282.      LI The first stage boot loader was able to load the second stage
  2283.         boot loader, but has failed to execute it. This can either be
  2284.         caused by a geometry mismatch or by moving /boot/boot.b without
  2285.         running the map installer.
  2286.  
  2287.  
  2288.      LIL
  2289.         The second stage boot loader has been started, but it can't load
  2290.         the descriptor table from the map file. This is typically caused
  2291.         by a media failure or by a geometry mismatch.
  2292.  
  2293.  
  2294.      LIL?
  2295.         The second stage boot loader has been loaded at an incorrect
  2296.         address. This is typically caused by a subtle geometry mismatch
  2297.         or by moving /boot/boot.b without running the map installer.
  2298.  
  2299.  
  2300.      LIL-
  2301.         The descriptor table is corrupt. This can either be caused by a
  2302.         geometry mismatch or by moving /boot/map without running the map
  2303.         installer.
  2304.  
  2305.  
  2306.      LILO
  2307.         All parts of LILO have been successfully loaded.
  2308.  
  2309.  
  2310.  
  2311.   If the BIOS signals an error when LILO is trying to load a boot image,
  2312.   the respective error code is displayed.  These codes range from 0x00
  2313.   through 0xbb.  See the LILO User Guide for an explanation of these.
  2314.  
  2315.  
  2316.  
  2317.   M.  Sample rootdisk directory listings.
  2318.  
  2319.  
  2320.  
  2321.   Here are the contents of a sample root filesystem and a utility
  2322.   diskette.
  2323.  
  2324.  
  2325.  
  2326.  
  2327.  
  2328.  
  2329.  
  2330.  
  2331.  
  2332.  
  2333.  
  2334.  
  2335.  
  2336.  
  2337.  
  2338.  
  2339.  
  2340.  
  2341.  
  2342.  
  2343.  
  2344.  
  2345.  
  2346.  
  2347.  
  2348.  
  2349.  
  2350.  
  2351.  
  2352.  
  2353.  
  2354.  
  2355.  
  2356.  
  2357.  
  2358.  
  2359.  
  2360.  
  2361.  
  2362.  
  2363.  
  2364.  
  2365.  
  2366.  
  2367.  
  2368.  
  2369.  
  2370.  
  2371.  
  2372.  
  2373.  
  2374.  
  2375.  
  2376.  
  2377.   Root directory:
  2378.   drwx--x--x   2 root     root         1024 Nov  1 15:39 bin
  2379.   drwx--x--x   2 root     root         4096 Nov  1 15:39 dev
  2380.   drwx--x--x   3 root     root         1024 Nov  1 15:39 etc
  2381.   drwx--x--x   4 root     root         1024 Nov  1 15:39 lib
  2382.   drwx--x--x   5 root     root         1024 Nov  1 15:39 mnt
  2383.   drwx--x--x   2 root     root         1024 Nov  1 15:39 proc
  2384.   drwx--x--x   2 root     root         1024 Nov  1 15:39 root
  2385.   drwx--x--x   2 root     root         1024 Nov  1 15:39 sbin
  2386.   drwx--x--x   2 root     root         1024 Nov  1 15:39 tmp
  2387.   drwx--x--x   7 root     root         1024 Nov  1 15:39 usr
  2388.   drwx--x--x   5 root     root         1024 Nov  1 15:39 var
  2389.  
  2390.   /bin:
  2391.   -rwx--x--x   1 root     root        62660 Nov  1 15:39 ash
  2392.   -rwx--x--x   1 root     root         9032 Nov  1 15:39 cat
  2393.   -rwx--x--x   1 root     root        10276 Nov  1 15:39 chmod
  2394.   -rwx--x--x   1 root     root         9592 Nov  1 15:39 chown
  2395.   -rwx--x--x   1 root     root        23124 Nov  1 15:39 cp
  2396.   -rwx--x--x   1 root     root        23028 Nov  1 15:39 date
  2397.   -rwx--x--x   1 root     root        14052 Nov  1 15:39 dd
  2398.   -rwx--x--x   1 root     root        14144 Nov  1 15:39 df
  2399.   -rwx--x--x   1 root     root        69444 Nov  1 15:39 egrep
  2400.   -rwx--x--x   1 root     root          395 Nov  1 15:39 false
  2401.   -rwx--x--x   1 root     root        69444 Nov  1 15:39 fgrep
  2402.   -rwx--x--x   1 root     root        69444 Nov  1 15:39 grep
  2403.   -rwx--x--x   3 root     root        45436 Nov  1 15:39 gunzip
  2404.   -rwx--x--x   3 root     root        45436 Nov  1 15:39 gzip
  2405.   -rwx--x--x   1 root     root         8008 Nov  1 15:39 hostname
  2406.   -rwx--x--x   1 root     root        12736 Nov  1 15:39 ln
  2407.   -rws--x--x   1 root     root        15284 Nov  1 15:39 login
  2408.   -rwx--x--x   1 root     root        29308 Nov  1 15:39 ls
  2409.   -rwx--x--x   1 root     root         8268 Nov  1 15:39 mkdir
  2410.   -rwx--x--x   1 root     root         8920 Nov  1 15:39 mknod
  2411.   -rwx--x--x   1 root     root        24836 Nov  1 15:39 more
  2412.   -rws--x--x   1 root     root        37640 Nov  1 15:39 mount
  2413.   -rwx--x--x   1 root     root        12240 Nov  1 15:39 mt
  2414.   -rwx--x--x   1 root     root        12932 Nov  1 15:39 mv
  2415.   -r-x--x--x   1 root     root        12324 Nov  1 15:39 ps
  2416.   -rwx--x--x   1 root     root         5388 Nov  1 15:39 pwd
  2417.   -rwx--x--x   1 root     root        10092 Nov  1 15:39 rm
  2418.   lrwxrwxrwx   1 root     root            3 Nov  1 15:39 sh -> ash
  2419.   -rwx--x--x   1 root     root        25296 Nov  1 15:39 stty
  2420.   -rws--x--x   1 root     root        12648 Nov  1 15:39 su
  2421.   -rwx--x--x   1 root     root         4444 Nov  1 15:39 sync
  2422.   -rwx--x--x   1 root     root       110668 Nov  1 15:39 tar
  2423.   -rwx--x--x   1 root     root        19712 Nov  1 15:39 touch
  2424.   -rwx--x--x   1 root     root          395 Nov  1 15:39 true
  2425.   -rws--x--x   1 root     root        19084 Nov  1 15:39 umount
  2426.   -rwx--x--x   1 root     root         5368 Nov  1 15:39 uname
  2427.   -rwx--x--x   3 root     root        45436 Nov  1 15:39 zcat
  2428.  
  2429.   /dev:
  2430.   lrwxrwxrwx   1 root     root            6 Nov  1 15:39 cdrom -> cdu31a
  2431.   brw-rw-r--   1 root     root      15,   0 May  5  1998 cdu31a
  2432.   crw-------   1 root     root       4,   0 Nov  1 15:29 console
  2433.   crw-rw-rw-   1 root     uucp       5,  64 Sep  9 19:46 cua0
  2434.   crw-rw-rw-   1 root     uucp       5,  65 May  5  1998 cua1
  2435.   crw-rw-rw-   1 root     uucp       5,  66 May  5  1998 cua2
  2436.   crw-rw-rw-   1 root     uucp       5,  67 May  5  1998 cua3
  2437.   brw-rw----   1 root     floppy     2,   0 Aug  8 13:54 fd0
  2438.   brw-rw----   1 root     floppy     2,  36 Aug  8 13:54 fd0CompaQ
  2439.   brw-rw----   1 root     floppy     2,  84 Aug  8 13:55 fd0D1040
  2440.   brw-rw----   1 root     floppy     2,  88 Aug  8 13:55 fd0D1120
  2441.   brw-rw----   1 root     floppy     2,  12 Aug  8 13:54 fd0D360
  2442.   brw-rw----   1 root     floppy     2,  16 Aug  8 13:54 fd0D720
  2443.   brw-rw----   1 root     floppy     2, 120 Aug  8 13:55 fd0D800
  2444.   brw-rw----   1 root     floppy     2,  32 Aug  8 13:54 fd0E2880
  2445.   brw-rw----   1 root     floppy     2, 104 Aug  8 13:55 fd0E3200
  2446.   brw-rw----   1 root     floppy     2, 108 Aug  8 13:55 fd0E3520
  2447.   brw-rw----   1 root     floppy     2, 112 Aug  8 13:55 fd0E3840
  2448.   brw-rw----   1 root     floppy     2,  28 Aug  8 13:54 fd0H1440
  2449.   brw-rw----   1 root     floppy     2, 124 Aug  8 13:55 fd0H1600
  2450.   brw-rw----   1 root     floppy     2,  44 Aug  8 13:55 fd0H1680
  2451.   brw-rw----   1 root     floppy     2,  60 Aug  8 13:55 fd0H1722
  2452.   brw-rw----   1 root     floppy     2,  76 Aug  8 13:55 fd0H1743
  2453.   brw-rw----   1 root     floppy     2,  96 Aug  8 13:55 fd0H1760
  2454.   brw-rw----   1 root     floppy     2, 116 Aug  8 13:55 fd0H1840
  2455.   brw-rw----   1 root     floppy     2, 100 Aug  8 13:55 fd0H1920
  2456.   lrwxrwxrwx   1 root     root            7 Nov  1 15:39 fd0H360 -> fd0D360
  2457.   lrwxrwxrwx   1 root     root            7 Nov  1 15:39 fd0H720 -> fd0D720
  2458.   brw-rw----   1 root     floppy     2,  52 Aug  8 13:55 fd0H820
  2459.   brw-rw----   1 root     floppy     2,  68 Aug  8 13:55 fd0H830
  2460.   brw-rw----   1 root     floppy     2,   4 Aug  8 13:54 fd0d360
  2461.   brw-rw----   1 root     floppy     2,   8 Aug  8 13:54 fd0h1200
  2462.   brw-rw----   1 root     floppy     2,  40 Aug  8 13:54 fd0h1440
  2463.   brw-rw----   1 root     floppy     2,  56 Aug  8 13:55 fd0h1476
  2464.   brw-rw----   1 root     floppy     2,  72 Aug  8 13:55 fd0h1494
  2465.   brw-rw----   1 root     floppy     2,  92 Aug  8 13:55 fd0h1600
  2466.   brw-rw----   1 root     floppy     2,  20 Aug  8 13:54 fd0h360
  2467.   brw-rw----   1 root     floppy     2,  48 Aug  8 13:55 fd0h410
  2468.   brw-rw----   1 root     floppy     2,  64 Aug  8 13:55 fd0h420
  2469.   brw-rw----   1 root     floppy     2,  24 Aug  8 13:54 fd0h720
  2470.   brw-rw----   1 root     floppy     2,  80 Aug  8 13:55 fd0h880
  2471.   brw-rw----   1 root     disk       3,   0 May  5  1998 hda
  2472.   brw-rw----   1 root     disk       3,   1 May  5  1998 hda1
  2473.   brw-rw----   1 root     disk       3,   2 May  5  1998 hda2
  2474.   brw-rw----   1 root     disk       3,   3 May  5  1998 hda3
  2475.   brw-rw----   1 root     disk       3,   4 May  5  1998 hda4
  2476.   brw-rw----   1 root     disk       3,   5 May  5  1998 hda5
  2477.   brw-rw----   1 root     disk       3,   6 May  5  1998 hda6
  2478.   brw-rw----   1 root     disk       3,  64 May  5  1998 hdb
  2479.   brw-rw----   1 root     disk       3,  65 May  5  1998 hdb1
  2480.   brw-rw----   1 root     disk       3,  66 May  5  1998 hdb2
  2481.   brw-rw----   1 root     disk       3,  67 May  5  1998 hdb3
  2482.   brw-rw----   1 root     disk       3,  68 May  5  1998 hdb4
  2483.   brw-rw----   1 root     disk       3,  69 May  5  1998 hdb5
  2484.   brw-rw----   1 root     disk       3,  70 May  5  1998 hdb6
  2485.   crw-r-----   1 root     kmem       1,   2 May  5  1998 kmem
  2486.   crw-r-----   1 root     kmem       1,   1 May  5  1998 mem
  2487.   lrwxrwxrwx   1 root     root           12 Nov  1 15:39 modem -> ../dev/ttyS1
  2488.   lrwxrwxrwx   1 root     root           12 Nov  1 15:39 mouse -> ../dev/psaux
  2489.   crw-rw-rw-   1 root     root       1,   3 May  5  1998 null
  2490.   crwxrwxrwx   1 root     root      10,   1 Oct  5 20:22 psaux
  2491.   brw-r-----   1 root     disk       1,   1 May  5  1998 ram
  2492.   brw-rw----   1 root     disk       1,   0 May  5  1998 ram0
  2493.   brw-rw----   1 root     disk       1,   1 May  5  1998 ram1
  2494.   brw-rw----   1 root     disk       1,   2 May  5  1998 ram2
  2495.   brw-rw----   1 root     disk       1,   3 May  5  1998 ram3
  2496.   brw-rw----   1 root     disk       1,   4 May  5  1998 ram4
  2497.   brw-rw----   1 root     disk       1,   5 May  5  1998 ram5
  2498.   brw-rw----   1 root     disk       1,   6 May  5  1998 ram6
  2499.   brw-rw----   1 root     disk       1,   7 May  5  1998 ram7
  2500.   brw-rw----   1 root     disk       1,   8 May  5  1998 ram8
  2501.   brw-rw----   1 root     disk       1,   9 May  5  1998 ram9
  2502.   lrwxrwxrwx   1 root     root            4 Nov  1 15:39 ramdisk -> ram0
  2503.   ***  I have only included devices for the IDE partitions I use.
  2504.   ***  If you use SCSI, then use the /dev/sdXX devices instead.
  2505.   crw-------   1 root     root       4,   0 May  5  1998 tty0
  2506.   crw--w----   1 root     tty        4,   1 Nov  1 15:39 tty1
  2507.   crw-------   1 root     root       4,   2 Nov  1 15:29 tty2
  2508.   crw-------   1 root     root       4,   3 Nov  1 15:29 tty3
  2509.   crw-------   1 root     root       4,   4 Nov  1 15:29 tty4
  2510.   crw-------   1 root     root       4,   5 Nov  1 15:29 tty5
  2511.   crw-------   1 root     root       4,   6 Nov  1 15:29 tty6
  2512.   crw-------   1 root     root       4,   7 May  5  1998 tty7
  2513.   crw-------   1 root     tty        4,   8 May  5  1998 tty8
  2514.   crw-------   1 root     tty        4,   9 May  8 12:57 tty9
  2515.   crw-rw-rw-   1 root     root       4,  65 Nov  1 12:17 ttyS1
  2516.   crw-rw-rw-   1 root     root       1,   5 May  5  1998 zero
  2517.  
  2518.   /etc:
  2519.   -rw-------   1 root     root          164 Nov  1 15:39 conf.modules
  2520.   -rw-------   1 root     root          668 Nov  1 15:39 fstab
  2521.   -rw-------   1 root     root           71 Nov  1 15:39 gettydefs
  2522.   -rw-------   1 root     root          389 Nov  1 15:39 group
  2523.   -rw-------   1 root     root          413 Nov  1 15:39 inittab
  2524.   -rw-------   1 root     root           65 Nov  1 15:39 issue
  2525.   -rw-r--r--   1 root     root          746 Nov  1 15:39 ld.so.cache
  2526.   ***  ld.so.cache is created by ldconfig and caches library locations.
  2527.   ***  Many things break at boot time if ld.so.cache is missing.
  2528.   ***  You can either remake it after creating the bootdisk, or
  2529.   ***  include ldconfig on the bootdisk and run it from an rc.x script
  2530.   ***  to update the cache.
  2531.   -rw-------   1 root     root           32 Nov  1 15:39 motd
  2532.   -rw-------   1 root     root          949 Nov  1 15:39 nsswitch.conf
  2533.   drwx--x--x   2 root     root         1024 Nov  1 15:39 pam.d
  2534.   -rw-------   1 root     root          139 Nov  1 15:39 passwd
  2535.   -rw-------   1 root     root          516 Nov  1 15:39 profile
  2536.   -rwx--x--x   1 root     root          387 Nov  1 15:39 rc
  2537.   -rw-------   1 root     root           55 Nov  1 15:39 shells
  2538.   -rw-------   1 root     root          774 Nov  1 15:39 termcap
  2539.   -rw-------   1 root     root           78 Nov  1 15:39 ttytype
  2540.   lrwxrwxrwx   1 root     root           15 Nov  1 15:39 utmp -> ../var/run/utmp
  2541.   lrwxrwxrwx   1 root     root           15 Nov  1 15:39 wtmp -> ../var/log/wtmp
  2542.  
  2543.   /etc/pam.d:
  2544.   -rw-------   1 root     root          356 Nov  1 15:39 other
  2545.  
  2546.   /lib:
  2547.   *** I have an ELF system with glibc, so I need the ld-2.so loader.
  2548.   -rwxr-xr-x   1 root     root        45415 Nov  1 15:39 ld-2.0.7.so
  2549.   lrwxrwxrwx   1 root     root           11 Nov  1 15:39 ld-linux.so.2 -> ld-2.0.7.so
  2550.   -rwxr-xr-x   1 root     root       731548 Nov  1 15:39 libc-2.0.7.so
  2551.   lrwxrwxrwx   1 root     root           13 Nov  1 15:39 libc.so.6 -> libc-2.0.7.so
  2552.   lrwxrwxrwx   1 root     root           17 Nov  1 15:39 libcom_err.so.2 -> libcom_err.so.2.0
  2553.   -rwxr-xr-x   1 root     root         6209 Nov  1 15:39 libcom_err.so.2.0
  2554.   -rwxr-xr-x   1 root     root       153881 Nov  1 15:39 libcrypt-2.0.7.so
  2555.   lrwxrwxrwx   1 root     root           17 Nov  1 15:39 libcrypt.so.1 -> libcrypt-2.0.7.so
  2556.   -rwxr-xr-x   1 root     root        12962 Nov  1 15:39 libdl-2.0.7.so
  2557.   lrwxrwxrwx   1 root     root           14 Nov  1 15:39 libdl.so.2 -> libdl-2.0.7.so
  2558.   lrwxrwxrwx   1 root     root           16 Nov  1 15:39 libext2fs.so.2 -> libext2fs.so.2.4
  2559.   -rwxr-xr-x   1 root     root        81382 Nov  1 15:39 libext2fs.so.2.4
  2560.   -rwxr-xr-x   1 root     root        25222 Nov  1 15:39 libnsl-2.0.7.so
  2561.   lrwxrwxrwx   1 root     root           15 Nov  1 15:39 libnsl.so.1 -> libnsl-2.0.7.so
  2562.   -rwx--x--x   1 root     root       178336 Nov  1 15:39 libnss_files-2.0.7.so
  2563.   lrwxrwxrwx   1 root     root           21 Nov  1 15:39 libnss_files.so.1 -> libnss_files-2.0.7.so
  2564.   lrwxrwxrwx   1 root     root           14 Nov  1 15:39 libpam.so.0 -> libpam.so.0.64
  2565.   -rwxr-xr-x   1 root     root        26906 Nov  1 15:39 libpam.so.0.64
  2566.   lrwxrwxrwx   1 root     root           19 Nov  1 15:39 libpam_misc.so.0 -> libpam_misc.so.0.64
  2567.   -rwxr-xr-x   1 root     root         7086 Nov  1 15:39 libpam_misc.so.0.64
  2568.   -r-xr-xr-x   1 root     root        35615 Nov  1 15:39 libproc.so.1.2.6
  2569.   lrwxrwxrwx   1 root     root           15 Nov  1 15:39 libpwdb.so.0 -> libpwdb.so.0.54
  2570.   -rw-r--r--   1 root     root       121899 Nov  1 15:39 libpwdb.so.0.54
  2571.   lrwxrwxrwx   1 root     root           19 Nov  1 15:39 libtermcap.so.2 -> libtermcap.so.2.0.8
  2572.   -rwxr-xr-x   1 root     root        12041 Nov  1 15:39 libtermcap.so.2.0.8
  2573.   -rwxr-xr-x   1 root     root        12874 Nov  1 15:39 libutil-2.0.7.so
  2574.   lrwxrwxrwx   1 root     root           16 Nov  1 15:39 libutil.so.1 -> libutil-2.0.7.so
  2575.   lrwxrwxrwx   1 root     root           14 Nov  1 15:39 libuuid.so.1 -> libuuid.so.1.1
  2576.   -rwxr-xr-x   1 root     root         8039 Nov  1 15:39 libuuid.so.1.1
  2577.   drwx--x--x   3 root     root         1024 Nov  1 15:39 modules
  2578.   drwx--x--x   2 root     root         1024 Nov  1 15:39 security
  2579.  
  2580.   /lib/modules:
  2581.   drwx--x--x   4 root     root         1024 Nov  1 15:39 2.0.35
  2582.  
  2583.   /lib/modules/2.0.35:
  2584.   drwx--x--x   2 root     root         1024 Nov  1 15:39 block
  2585.   drwx--x--x   2 root     root         1024 Nov  1 15:39 cdrom
  2586.  
  2587.   /lib/modules/2.0.35/block:
  2588.   -rw-------   1 root     root         7156 Nov  1 15:39 loop.o
  2589.  
  2590.   /lib/modules/2.0.35/cdrom:
  2591.   -rw-------   1 root     root        24108 Nov  1 15:39 cdu31a.o
  2592.  
  2593.   /lib/security:
  2594.   -rwx--x--x   1 root     root         8771 Nov  1 15:39 pam_permit.so
  2595.  
  2596.   ***  Directory stubs for mounting
  2597.   /mnt:
  2598.   drwx--x--x   2 root     root         1024 Nov  1 15:39 SparQ
  2599.   drwx--x--x   2 root     root         1024 Nov  1 15:39 cdrom
  2600.   drwx--x--x   2 root     root         1024 Nov  1 15:39 floppy
  2601.  
  2602.   /proc:
  2603.  
  2604.   /root:
  2605.   -rw-------   1 root     root          176 Nov  1 15:39 .bashrc
  2606.   -rw-------   1 root     root          182 Nov  1 15:39 .cshrc
  2607.   -rw-------   1 root     root           47 Nov  1 15:39 .glintrc
  2608.   -rwx--x--x   1 root     root          455 Nov  1 15:39 .profile
  2609.   -rw-------   1 root     root         4014 Nov  1 15:39 .tcshrc
  2610.  
  2611.   /sbin:
  2612.   -rwx--x--x   1 root     root        23976 Nov  1 15:39 depmod
  2613.   -rwx--x--x   2 root     root       274600 Nov  1 15:39 e2fsck
  2614.   -rwx--x--x   1 root     root        41268 Nov  1 15:39 fdisk
  2615.   -rwx--x--x   1 root     root         9396 Nov  1 15:39 fsck
  2616.   -rwx--x--x   2 root     root       274600 Nov  1 15:39 fsck.ext2
  2617.   -rwx--x--x   1 root     root        29556 Nov  1 15:39 getty
  2618.   -rwx--x--x   1 root     root         6620 Nov  1 15:39 halt
  2619.   -rwx--x--x   1 root     root        23116 Nov  1 15:39 init
  2620.   -rwx--x--x   1 root     root        25612 Nov  1 15:39 insmod
  2621.   -rwx--x--x   1 root     root        10368 Nov  1 15:39 kerneld
  2622.   -rwx--x--x   1 root     root       110400 Nov  1 15:39 ldconfig
  2623.   -rwx--x--x   1 root     root         6108 Nov  1 15:39 lsmod
  2624.   -rwx--x--x   2 root     root        17400 Nov  1 15:39 mke2fs
  2625.   -rwx--x--x   1 root     root         4072 Nov  1 15:39 mkfs
  2626.   -rwx--x--x   2 root     root        17400 Nov  1 15:39 mkfs.ext2
  2627.   -rwx--x--x   1 root     root         5664 Nov  1 15:39 mkswap
  2628.   -rwx--x--x   1 root     root        22032 Nov  1 15:39 modprobe
  2629.   lrwxrwxrwx   1 root     root            4 Nov  1 15:39 reboot -> halt
  2630.   -rwx--x--x   1 root     root         7492 Nov  1 15:39 rmmod
  2631.   -rwx--x--x   1 root     root        12932 Nov  1 15:39 shutdown
  2632.   lrwxrwxrwx   1 root     root            6 Nov  1 15:39 swapoff -> swapon
  2633.   -rwx--x--x   1 root     root         5124 Nov  1 15:39 swapon
  2634.   lrwxrwxrwx   1 root     root            4 Nov  1 15:39 telinit -> init
  2635.   -rwx--x--x   1 root     root         6944 Nov  1 15:39 update
  2636.  
  2637.   /tmp:
  2638.  
  2639.   /usr:
  2640.   drwx--x--x   2 root     root         1024 Nov  1 15:39 bin
  2641.   drwx--x--x   2 root     root         1024 Nov  1 15:39 lib
  2642.   drwx--x--x   3 root     root         1024 Nov  1 15:39 man
  2643.   drwx--x--x   2 root     root         1024 Nov  1 15:39 sbin
  2644.   drwx--x--x   3 root     root         1024 Nov  1 15:39 share
  2645.   lrwxrwxrwx   1 root     root           10 Nov  1 15:39 tmp -> ../var/tmp
  2646.  
  2647.   /usr/bin:
  2648.   -rwx--x--x   1 root     root        37164 Nov  1 15:39 afio
  2649.   -rwx--x--x   1 root     root         5044 Nov  1 15:39 chroot
  2650.   -rwx--x--x   1 root     root        10656 Nov  1 15:39 cut
  2651.   -rwx--x--x   1 root     root        63652 Nov  1 15:39 diff
  2652.   -rwx--x--x   1 root     root        12972 Nov  1 15:39 du
  2653.   -rwx--x--x   1 root     root        56552 Nov  1 15:39 find
  2654.   -r-x--x--x   1 root     root         6280 Nov  1 15:39 free
  2655.   -rwx--x--x   1 root     root         7680 Nov  1 15:39 head
  2656.   -rwx--x--x   1 root     root         8504 Nov  1 15:39 id
  2657.   -r-sr-xr-x   1 root     bin          4200 Nov  1 15:39 passwd
  2658.   -rwx--x--x   1 root     root        14856 Nov  1 15:39 tail
  2659.   -rwx--x--x   1 root     root        19008 Nov  1 15:39 tr
  2660.   -rwx--x--x   1 root     root         7160 Nov  1 15:39 wc
  2661.   -rwx--x--x   1 root     root         4412 Nov  1 15:39 whoami
  2662.  
  2663.   /usr/lib:
  2664.   lrwxrwxrwx   1 root     root           17 Nov  1 15:39 libncurses.so.4 -> libncurses.so.4.2
  2665.   -rw-r--r--   1 root     root       260474 Nov  1 15:39 libncurses.so.4.2
  2666.  
  2667.   /usr/sbin:
  2668.   -r-x--x--x   1 root     root        13684 Nov  1 15:39 fuser
  2669.   -rwx--x--x   1 root     root         3876 Nov  1 15:39 mklost+found
  2670.  
  2671.   /usr/share:
  2672.   drwx--x--x   4 root     root         1024 Nov  1 15:39 terminfo
  2673.  
  2674.   /usr/share/terminfo:
  2675.   drwx--x--x   2 root     root         1024 Nov  1 15:39 l
  2676.   drwx--x--x   2 root     root         1024 Nov  1 15:39 v
  2677.  
  2678.   /usr/share/terminfo/l:
  2679.   -rw-------   1 root     root         1552 Nov  1 15:39 linux
  2680.   -rw-------   1 root     root         1516 Nov  1 15:39 linux-m
  2681.   -rw-------   1 root     root         1583 Nov  1 15:39 linux-nic
  2682.  
  2683.   /usr/share/terminfo/v:
  2684.   -rw-------   2 root     root         1143 Nov  1 15:39 vt100
  2685.   -rw-------   2 root     root         1143 Nov  1 15:39 vt100-am
  2686.  
  2687.   /var:
  2688.   drwx--x--x   2 root     root         1024 Nov  1 15:39 log
  2689.   drwx--x--x   2 root     root         1024 Nov  1 15:39 run
  2690.   drwx--x--x   2 root     root         1024 Nov  1 15:39 tmp
  2691.  
  2692.   /var/log:
  2693.   -rw-------   1 root     root            0 Nov  1 15:39 wtmp
  2694.  
  2695.   /var/run:
  2696.   -rw-------   1 root     root            0 Nov  1 15:39 utmp
  2697.  
  2698.   /var/tmp:
  2699.  
  2700.  
  2701.  
  2702.  
  2703.  
  2704.  
  2705.  
  2706.  
  2707.   N.  Sample utility disk directory listing.
  2708.  
  2709.  
  2710.  
  2711.  
  2712.  
  2713.        total 579
  2714.        -rwxr-xr-x   1 root     root        42333 Jul 28 19:05 cpio*
  2715.        -rwxr-xr-x   1 root     root        32844 Aug 28 19:50 debugfs*
  2716.        -rwxr-xr-x   1 root     root       103560 Jul 29 21:31 elvis*
  2717.        -rwxr-xr-x   1 root     root        29536 Jul 28 19:04 fdisk*
  2718.        -rw-r--r--   1 root     root       128254 Jul 28 19:03 ftape.o
  2719.        -rwxr-xr-x   1 root     root        17564 Jul 25 03:21 ftmt*
  2720.        -rwxr-xr-x   1 root     root        64161 Jul 29 20:47 grep*
  2721.        -rwxr-xr-x   1 root     root        45309 Jul 29 20:48 gzip*
  2722.        -rwxr-xr-x   1 root     root        23560 Jul 28 19:04 insmod*
  2723.        -rwxr-xr-x   1 root     root          118 Jul 28 19:04 lsmod*
  2724.        lrwxrwxrwx   1 root     root            5 Jul 28 19:04 mt -> mt-st*
  2725.        -rwxr-xr-x   1 root     root         9573 Jul 28 19:03 mt-st*
  2726.        lrwxrwxrwx   1 root     root            6 Jul 28 19:05 rmmod -> insmod*
  2727.        -rwxr-xr-x   1 root     root       104085 Jul 28 19:05 tar*
  2728.        lrwxrwxrwx   1 root     root            5 Jul 29 21:35 vi -> elvis*
  2729.  
  2730.  
  2731.  
  2732.  
  2733.  
  2734.  
  2735.  
  2736.  
  2737.  
  2738.  
  2739.  
  2740.  
  2741.  
  2742.  
  2743.  
  2744.  
  2745.  
  2746.  
  2747.  
  2748.  
  2749.  
  2750.  
  2751.  
  2752.  
  2753.  
  2754.  
  2755.  
  2756.  
  2757.  
  2758.  
  2759.  
  2760.  
  2761.  
  2762.  
  2763.  
  2764.  
  2765.  
  2766.  
  2767.  
  2768.  
  2769.  
  2770.  
  2771.  
  2772.  
  2773.