home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / INSTALL / LOWMEM.TXT < prev    next >
Encoding:
Text File  |  1995-04-20  |  3.9 KB  |  79 lines

  1.  
  2. Installation can be tricky on a machine with 4 megabytes of RAM or less. Here
  3. are a few tricks that can be helpful if you run into problems. (Symptoms might
  4. include: system hangs while booting the bootdisk; root password required on the
  5. rootdisk; inability to run "fdisk" or "mkswap"; and many more, I'm sure...)
  6.  
  7. If you have DOS and a 5 1/4" floppy drive, you can save 240K by using Loadlin
  8. in conjunction with a 5 1/4" rootdisk. Here's how:
  9.  
  10. 1. Make the rootdisk using RAWRITE.EXE.
  11. 2. Unzip lodlin15.zip (look in /kernels) in a directory on your DOS partition.
  12. 3. Select an appropriate kernel from a subdirectory under /kernels. The
  13.    /bootdsks.12/WHICH.ONE document might be helpful in selecting the proper
  14.    one for your hardware. Copy it into the directory where you put loadlin.
  15. 4. Put the rootdisk into the floppy drive, and use this command to load it:
  16.  
  17.    loadlinx scsi root=b: ramdisk=1200
  18.             ^^^^      ^^
  19.             ||||      This should be the drive you put the disk in.
  20.             This is the name of the kernel you selected.
  21.  
  22. Then, install as usual.
  23.  
  24. ------
  25.  
  26. There will be times when even that method doesn't save enough memory to allow
  27. installation. Here's another method that may possibly even allow installation
  28. to a machine with 2 megabytes:
  29.  
  30. 1. If you have a second floppy drive, great -- you'll want to use that for the
  31.    rootdisk. If not, you'll have to make due with the rootdisk in your boot
  32.    drive. With the rootdisk in the boot drive you won't be able to install from
  33.    floppy disks or make a bootdisk at the end of the installation process, 
  34.    since the disk will be "mounted" in the boot drive and cannot be removed (no
  35.    matter what the screen tells you) until the machine is rebooted. Make a 
  36.    rootdisk using RAWRITE.EXE for the floppy drive you selected.
  37. 2. Unzip lodlin15.zip (look in /kernels) in a directory on your DOS partition.
  38. 3. Select an appropriate kernel from a subdirectory under /kernels. The
  39.    /bootdsks.12/WHICH.ONE document might be helpful in selecting the proper
  40.    one for your hardware. Copy it into the directory where you put loadlin.
  41. 4. Put the rootdisk (NOT write protected) into the floppy drive, and use this
  42.    command to boot it:
  43.  
  44.    loadlinx scsi root=b: ramdisk=0
  45.             ^^^^      ^^
  46.             ||||      This should be the drive you put the disk in.
  47.             This is the name of the kernel you selected.
  48.  
  49.  
  50. Then, install Linux. If you're using the boot floppy drive for the rootdisk,
  51. you will not be able to install from floppy disks. DON'T take the rootdisk out
  52. of the floppy drive for any reason during the installation! Also, since scratch
  53. files may be written to the rootdisk, you'll want to start with a fresh copy if
  54. you need to start over for some reason.
  55.  
  56. Once installed, you'll need to have a way to start your new system. If you were
  57. lucky enough to have a second floppy drive to use for your rootdisk, then you'll
  58. be able to make a bootdisk at the end of the installation process. This is 
  59. highly recommended. If your boot drive is occupied by the rootdisk, then you've
  60. got two options: Loadlin (a method of booting from DOS) or LILO. And, if you're
  61. using the UMSDOS filesystem then Loadlin is your only choice.
  62.  
  63. To boot the system with loadlin, you'll use a command similar to the one you
  64. used to start the rootdisk, but you'll replace a: or b: with the name of the
  65. device you're using for your root Linux partition, like this:
  66.  
  67.    loadlinx scsi root=/dev/hda2 ramdisk=0
  68.  
  69. Once your machine is up and running, you'll probably want to switch to a
  70. different kernel, such as one of the ones on the A or Q series. The kernels in 
  71. the /kernels directory are designed for installation and aren't as full-featured
  72. as some of the other ones. Or, you could compile a custom kernel especially for
  73. your machine from the source code in /usr/src/linux. This will provide optimal
  74. performance, since it won't contain any unnecessary drivers.
  75.  
  76. Good luck, people!
  77.  
  78. Pat
  79.