home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 17269 < prev    next >
Encoding:
Text File  |  1992-11-19  |  1.8 KB  |  43 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!math.fu-berlin.de!news.belwue.de!news.uni-tuebingen.de!mailserv!ctpku01
  3. From: ctpku01@mailserv.zdv.uni-tuebingen.de (Michael Kuch)
  4. Subject: Re: SLS update
  5. Message-ID: <ctpku01.722228085@mailserv>
  6. Sender: news@softserv.zdv.uni-tuebingen.de (News Operator)
  7. Organization: Comp. Center (ZDV) U of Tuebingen, FRG
  8. References: <1992Nov18.192339.15628@sol.UVic.CA> <1efbi7INN6n@menudo.uh.edu> <1992Nov19.180020.21295@relay.nswc.navy.mil>
  9. Date: Fri, 20 Nov 1992 02:54:45 GMT
  10. Lines: 31
  11.  
  12. In <1992Nov19.180020.21295@relay.nswc.navy.mil> dplakos@nswc-wo.nswc.navy.mil (Daniel Plakosh) writes:
  13.  
  14. >In article <1efbi7INN6n@menudo.uh.edu> wjin@cs.uh.edu (W. Woody Jin) writes:
  15. >>After reporting partition information, the system just hangs and
  16. >>nothing happens.   What is wrong ?
  17. >>
  18. > My system does the same. I also would like to know what is wrong 
  19. I have had the same troubles.
  20. The solution was: There's no /dev directory on the root-harddisk. I don't
  21. know why the installation program doesn't install the devices.
  22. To get them you must boot SLS again from disk and stop the installation
  23. process with "q" or ctrl-c.
  24. Then you must mount your root-harddisk with
  25. mount /dev/hda1 /user 
  26. (insert for /dev/hda1 the device of your root-harddisk)
  27. or if you had the extended filesystem on your root harddisk mount with
  28. mount -t ext /dev/hda1 /user
  29.  
  30. Then enter "mkdir /user/dev" and "cp -af /dev/* /user/dev"
  31.  
  32. No type "sync" and reboot with the boot-disk created by SLS.
  33.  
  34. Because the dev-directory wasn't installed with SLS some of the zfix-files
  35. aren't installed. I dont know which, but the installation program has claimed
  36. some "could not chmod blablabla". You should install the fixes by hand after
  37. you have done a boot from HD.
  38.  
  39. (This has worked for me, I don't know if this is THE solution :-)
  40.  
  41. Mike
  42.  
  43.