home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / linux / 15852 < prev    next >
Encoding:
Internet Message Format  |  1992-11-07  |  1.4 KB

  1. Path: sparky!uunet!ogicse!emory!sol.ctr.columbia.edu!ira.uka.de!uka!i50s3!sior
  2. From: sior@i50s3.NoSubdomain.NoDomain (Marios Siormanolakis)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: SLS install in 2 MB
  5. Message-ID: <1ddb5fINN7t5@iraul1.ira.uka.de>
  6. Date: 6 Nov 92 08:42:23 GMT
  7. Article-I.D.: iraul1.1ddb5fINN7t5
  8. References: <Bx94ur.8wq@news.cso.uiuc.edu>
  9. Distribution: world
  10. Organization: University of Karlsruhe, Comp. Sc. Dept., FRG
  11. Lines: 37
  12. NNTP-Posting-Host: i50s3.ira.uka.de
  13.  
  14. In article <Bx94ur.8wq@news.cso.uiuc.edu>, walk@mrcnext.cso.uiuc.edu (Todd Walk) writes:
  15. |> I've got the SLS version and when I do a "doinstall" it tells me
  16. |> I'm out of memory (I've only got 2 MB).
  17. |> 
  18. |> Is there anyway to get around this?
  19. |> (I'm not going to buy more memory until it gets back to at least 
  20. |> reasonable prices.)
  21. |> 
  22. |> 
  23. |>                     Todd Walk
  24. |>                     walk@mrcnext.cso.uiuc.edu
  25. |> 
  26.  
  27. I've had the same problem.
  28. My solution:
  29.  
  30. 1. create Linux partition as mentioned in README (eg /dev/hda2)
  31. 2. additional create a swap partition (eg /dev/hda3)
  32.    change type to 82 (Linux Swap)
  33.    I created a 4MB swap partition
  34. 3. reboot
  35. 4. mkswap /dev/hda3 BLOCKS
  36. 5. swapon /dev/hda3
  37. 6. mkfs /dev/hda2 BLOCKS
  38. 7. doinstall /dev/hda2
  39.  
  40. Don't forget to add the following swap entry to /etc/fstab after booting from HD:
  41. /dev/hda3    none    swap
  42.  
  43. This worked for me.
  44. Hope this helps
  45.  
  46. Marios
  47. --
  48. Marios Siormanolakis
  49. University of Karlsruhe, Germany
  50. sior@ira.uka.de
  51.