home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 21062 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  3.0 KB

  1. Path: sparky!uunet!usna!math33!meh
  2. From: meh@math33.sma.usna.navy.mil (Michael E. Hoffman)
  3. Newsgroups: comp.os.linux
  4. Subject: Help! 0.99 won't boot!
  5. Keywords: 0.99, mount
  6. Message-ID: <2562@usna.NAVY.MIL>
  7. Date: 18 Dec 92 17:31:43 GMT
  8. Sender: news@usna.NAVY.MIL
  9. Reply-To: meh@math33.sma.usna.navy.mil (Michael E. Hoffman)
  10. Followup-To: comp.os.linux
  11. Organization: U. S. Naval Academy
  12. Lines: 55
  13.  
  14. I too have been having problems getting 0.99 to boot, although I haven't
  15. seen exactly my problem posted.  So here is my story . . .
  16.  
  17. 1.  CONFIG WOES:  I did have a little trouble getting 0.99 to compile.
  18. The make bombed out with filesystems.a not being created.  I looked at
  19. the Makefile in linux/fs and saw that a new variable SUBDIRS_FS had
  20. been introduced, and apparently was being set by a bunch of ifdef stuff
  21. at the beginning.  Trouble was, 'make config' never asked me what filesystems
  22. I wanted, and the .config it generated didn't have anything about SUBDIRS_FS.
  23. I finally just got rid of all the ifdef stuff and put in a line
  24. SUBDIRS_FS = minix efs msdos proc nfs
  25. at the beginning of the Makefile.  That at least got everything to compile.
  26. (BTW, why not have 'make config' take care of the national keyboard stuff?
  27. That's the only thing I had to edit in the top Makefile by hand.)
  28.  
  29. 2.  Took my shiny new Image, put it in /etc, ran /etc/lilo/install, and
  30. rebooted.  Disaster.  I got all the usual boot-up messages, and right after
  31. 'Partition tables ok' things came to abrupt halt with
  32.  
  33. Kernel panic:  Unable to mount root
  34.  
  35. Well, I thought, it's probably because I need to apply Linus's two-line
  36. patch.  So I did that, recompiled the kernel and tried to boot again.
  37. Same result.
  38.  
  39. 3.  Next I thought that perhaps my 'mount' is too old.  It's the one from
  40. the 0.97pl2 MCC-interim distribution I started with.  So I got mount-0.97
  41. from tsx-11, and successfully compiled mount, umount, and swapon.  They
  42. work fine with 0.98pl6 (as did my old ones), but with 0.99 I get the same 
  43. result as before.
  44.  
  45. 4.  So I'm stumped, and hereby beg the Net for help.  Here is my hardware
  46. setup:
  47. Zenith Z-386, 16 MHz 386DX + Cyrix 387, 5 Mb Zenith proprietary RAM 
  48. (no cache)
  49. 2 40 Mb MFM hard disks, partitioned as follows
  50. /dev/hda1   DOS (yuck)
  51. /dev/hda2   minix fs mounted on /usr/local
  52. /dev/hdb1   minix fs mounted on /
  53. /dev/hdb2   minix fs mounted on /usr
  54. /dev/hdb3   swap
  55. I'm booting with LILO 0.7.  My compiler is GCC 2.2.2d7 with the 4.1 jump 
  56. tables.
  57. I've successfully upgraded the kernel from 0.97pl2 to 0.98pl6, so it's
  58. kinda weird to have it blow up now.  Any help is appreciated!
  59.  
  60. -------------------------------------------------------------------------
  61.      1     1     1     1     1                   57 Sqrt(2) Pi^5
  62. 1 + --- - --- - --- + --- + ---- - - + + ...  =  ----------------
  63.     3^5   5^5   7^5   9^5   11^5                    (4^5)(4!)
  64.   
  65. Prof. Mike Hoffman                   EMAIL:  meh@math33.sma.usna.navy.MIL
  66. Dept. of Math., U.S. Naval Academy   PHONE: (410) 267-3192
  67. Annapolis, MD 21402-5002             FAX:   (410) 267-4883
  68. -------------------------------------------------------------------------
  69.