home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / OpenLinux 2.3 CD.iso / col / launch / linux / READMEus.txt < prev    next >
Encoding:
Text File  |  1999-08-12  |  2.2 KB  |  67 lines

  1. INSTALLING OPENLINUX FROM AN EXISING LINUX SYSTEM                August 1999
  2. ---------------------------------------------------------------------------
  3. You can install OpenLinux from an existing Linux system. 
  4.  
  5. NOTE: Because installing OpenLinux from an existing Linux system doesn't
  6. always work, Caldera Systems recommends that you install OpenLinux from a
  7. bootable CD-ROM or from a diskette (explained in the "col/launch/floppy"
  8. directory on this OpenLinux CD).
  9.  
  10. This file contains the following:
  11.  
  12. - Contents of this directory
  13. - Installation instructions
  14.  
  15.  
  16. Contents of This Directory
  17. ==========================
  18.  
  19. - vmlinuz - an OpenLinux kernel to be used during installation.
  20.  
  21. - initrd.gz - a compressed Linux filesystem used by the OpenLinux kernel
  22.   during installation.  
  23.  
  24. - smallrd.gz - another compressed Linux filesystem used by the OpenLinux
  25.   kernel during installation.  This file should be used in place of 
  26.   "initrd.gz" on systems with minimal memory. Please use "initrd.gz"
  27.   first and, if this fails, follow the instructions again substituting 
  28.   "smallrd.gz" for "initrd.gz".
  29.  
  30.  
  31. Installation Instructions
  32. =========================
  33. To install OpenLinux from an existing Linux system, follow these steps:
  34.  
  35. 1. Make a backup copy of these LILO-related files:
  36.  
  37.    - /boot/*.b
  38.    - /etc/lilo.conf
  39.    - /sbin/lilo
  40.    - /sbin/activate
  41.  
  42. 2. Create an emergency boot floppy (install disks can be used for this
  43.    purpose; see the "READMEus.txt" file in "../floppy" for details
  44.    on how to build one of these disks).
  45.  
  46. 3. Copy the "initrd.gz" and the "vmlinuz" files to the "/boot" directory
  47.    on your Linux system. (You may want to rename any existing name
  48.    conflicts in this directory.)
  49.  
  50. 4. Add the following lines to your /etc/lilo.conf file:
  51.  
  52.     image = /boot/vmlinuz
  53.             initrd = /boot/initrd.gz
  54.             label = boot
  55.             append = "ramdisk_size=4096 load_ramdisk=1"
  56.             alias = install
  57.  
  58. 5. To update LILO, type "lilo" and press <Enter>.
  59.  
  60. 6. Reboot your system.
  61.  
  62. 7. When the LILO "boot:" prompt appears, choose the "install" label to 
  63.    begin the installation.
  64.  
  65. For details on the installation process, see the "Getting Started Guide."
  66.  
  67.