home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 107 / EnigmaAmiga107CD.iso / Linux68k / README < prev    next >
Text File  |  1999-10-12  |  4KB  |  101 lines

  1. Quick setup guide
  2. =================
  3.  
  4. 1. Creating the root Linux partition
  5. ------------------------------------
  6.  
  7.  Linux uses its own filesystem (called the "ext2" filesystem),
  8. thus it cannot be installed right on your existing Amiga
  9. partitions.
  10.  
  11.  The RedHat installer allows you to create Linux partitions
  12. using a command line driven tool called fdisk. Using fdisk
  13. can be rather tricky for novice users, therefore we recommend
  14. creating the partitions with HDToolBox or an equivalent tool
  15. before you start the installation procedure.
  16.  
  17.  You will need to create one or more partitions for the Linux
  18. ext2 filesystem. The main partition is always called the "root"
  19. partition. The easiest way to install Linux is creating one big
  20. root partition, but many experienced UNIX users like to have
  21. separate partitions for /usr, /home, /usr/local or /var.
  22. Until you learn how much space you need in each filesystem,
  23. we recommend installing the system on a single partition.
  24.  
  25.  To create a Linux native partition, open HDToolBox (or any
  26. other hard drive partitioning tool). Add a new partition
  27. and choose "Custom File System" in the filesystem selection
  28. window. The partition identifier should be set to 0x4c4e5800.
  29. All the other parameters (including MaxTransfer and Mask) are
  30. ignored by Linux.
  31.  
  32.  A basic Linux installation requires at least 300MB
  33. of disk space. The full CD installation takes approximately
  34. 500MB. For proper system use, we recommend a size ranging
  35. from 800MB to 2GB.
  36.  
  37.  
  38. 2. Creating the swap partition
  39. ------------------------------
  40.  
  41.  Linux also needs at least one partition where the virtual
  42. memory system will swap memory pages. This is called the
  43. "swap" partition. Whenever virtual memory is exausted, the
  44. system will malfunction or even crash. We recommend that
  45. you reserve at least 64MB of swap space for Linux.
  46. As a general rule, the swap partition should be at least
  47. twice the size of your system memory.
  48.  
  49.  To assign a partition as swap space, follow the same
  50. procedure described above for the root partition, but
  51. set the partition identifier to 0x53575000.
  52.  
  53.  
  54. 3. Starting the installation script
  55. -----------------------------------
  56.  
  57.  Now your hard disk is ready for Linux. To begin the
  58. RedHat installation, you need to boot Linux using a
  59. bootstrap filesystem which includes the RedHat installer.
  60.  
  61.  In order to do that, you must use an Amiga utility
  62. which loads the Linux kernel and starts it. For Linux68k
  63. this utility is called "amiboot". For Linux APUS it is
  64. called "bootstrap". The boot program has several command
  65. line options and it can also provide boot options to the
  66. kernel.
  67.  
  68.  For your convenience, a simple "Install" script is
  69. available on the CD. This script will ask you some
  70. questions and then it runs amiboot or bootstrap with a
  71. sensible set of command line parameters.
  72.  
  73.  Shall this script fail on your system, you will have to read
  74. the documentation and tweak with the command line options
  75. yourself.
  76.  
  77.  Then, Linux will boot with the ram-disk installation
  78. filesystem. In a few seconds the RedHat installer will
  79. come up and guide you through the rest of the installation
  80. procedure.
  81.  
  82.  
  83. 4. In case of trouble
  84. ---------------------
  85.  
  86.  If something goes wrong with the installation, please don't
  87. give up immediately! Installing a UNIX system may sometimes
  88. be tricky, but you CAN do it.
  89.  
  90.  Just read the documentation carefully and double-check
  91. every step to make sure you're not making any mistake.
  92. There are a number of issues related to particular hardware
  93. setups that are explained in detail by the documentation.
  94.  
  95.  When everything else fails, you can ask for help on the
  96. mailing lists. If you describe your problem in detail, it
  97. is very likely that someone will know how to deal with it.
  98.  
  99.  
  100.                       The Amiga Unix Compendium Team
  101.