home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / OpenLinux 2.3 CD.iso / live / lizard / english / help / lilo.qml < prev    next >
Encoding:
Text File  |  1999-08-15  |  2.5 KB  |  102 lines

  1. <qml title="Linux Loader">
  2.  
  3.   <h1>Linux Loader</h1>
  4.  
  5.   <p>
  6.     The Linux Loader, called <em>LILO</em> is used to boot 
  7.     Linux, and possibly other operating systems, on system
  8.     startup.
  9.   </p>
  10.  
  11.  
  12.   <h2>Selecting other Operating Systems</h2>
  13.  
  14.   <p>
  15.     Use the list at the top of the screen to select the partitions
  16.     of any operating systems you might want to boot. This is
  17.     important, since LILO is normally started before other operating
  18.     system loaders and takes control of the boot process. Thus
  19.     failure to create LILO entries pointing to them, could
  20.     render the other systems unbootable.
  21.   </p>
  22.  
  23.   <p>
  24.     Your new OpenLinux system will be booted by default. Pressing
  25.     the Tab key at the boot prompt will display a list of the
  26.     labels for the entries you created. You can boot into a system
  27.     by entering its label and pressing return.
  28.   </p>
  29.  
  30.  
  31.   <h2>Installation Target</h2>
  32.  
  33.   <p>
  34.     LILO can be installed into different areas of your disk.
  35.     You should choose one of the following options that best
  36.     suits your set-up.
  37.   </p>
  38.  
  39.   <p>
  40.     <em>
  41.       Be careful not to install LILO in a location where a boot
  42.       loader is already installed, since this will overwrite and
  43.       destroy the other loader, possibly rendering that system
  44.       unbootable!
  45.     </em>
  46.   </p>
  47.  
  48.   
  49.   <h3>Master Boot Record</h3>
  50.  
  51.   <p>
  52.     This option will install LILO in the Master Boot Record of a
  53.     disk, also often referred to as <em>MBR</em>. It is located at
  54.     the beginning of a hard drive and is the first place your computer
  55.     looks for a boot loader on that drive.
  56.   </p>
  57.  
  58.   <p>
  59.     Please also remove any Master Boot Record LILO installations
  60.     before uninstalling your Linux system.
  61.   </p>
  62.  
  63.   <p>
  64.     <em>This option is normally not recommended!</em>
  65.   </p>
  66.  
  67.  
  68.   <h3>Target Partition</h3>
  69.  
  70.   <p>
  71.     This option will install LILO into the root partition of
  72.     your newly installed system. 
  73.   </p>
  74.  
  75.   <p>
  76.     This is the recommended location for installing LILO.
  77.   </p>
  78.  
  79.  
  80.   <h3>Other location</h3>
  81.   
  82.   <p>
  83.     This option gives experts full control over where LILO
  84.     can be installed. On systems with a complicated boot
  85.     set-up, e.g. with more than one operating system and
  86.     cascading boot loaders, this can be helpful.
  87.   </p>
  88.  
  89.   <p>
  90.     Use this option with caution, since using it wrongly can render
  91.     some or all of the systems on your computer unbootable,
  92.     including your newly installed Linux systems!
  93.   </p>
  94.  
  95.   <p>
  96.     <em>
  97.       This option is not recommended for inexperienced users!
  98.     </em>
  99.   </p>
  100.  
  101. </qml>
  102.