home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 20287 < prev    next >
Encoding:
Text File  |  1992-12-14  |  4.0 KB  |  144 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!engr.uark.edu!cseg03.uark.edu!dws
  3. From: dws@cseg03.uark.edu (David W. Summers)
  4. Subject: Problems with LILO 0.7 and Linux 0.99
  5. Message-ID: <1992Dec14.062524.23446@cseg03.uark.edu>
  6. Summary: It's broke
  7. Keywords: Problems LILO 0.7 Linux 0.99
  8. Sender: netnews@engr.uark.edu (NetNews Administrator)
  9. Nntp-Posting-Host: cseg03.uark.edu
  10. Organization: University of Arkansas
  11. Date: Mon, 14 Dec 1992 06:25:24 GMT
  12. Lines: 130
  13.  
  14. Hello fellow Linuxers (Linuxians? :-), I hope this isn't too long....
  15.  
  16.    Well, I just saw that 0.99 made it out so I decided to try to upgrade
  17. from 0.98.5 to 0.98.6 and then to 0.99.
  18.  
  19. Here's the setup:
  20.    HARDWARE:
  21.    ---------
  22.    486-50 AMI BIOS
  23.    EISA Motherboard
  24.    8 Meg Ram
  25.    520 Meg Fujitsu 2426F (SCSI)
  26.    AHA 1542B Controller
  27.  
  28.    Software:
  29.    ---------
  30.    Linux 0.98.6 and/or Linux 0.99
  31.    LILO 0.7
  32.  
  33.    /usr/src/linux/.config:
  34. ========== BEGIN =============
  35. #
  36. # Automatically generated make config: don't edit
  37. #
  38.  
  39. #
  40. # General setup
  41. #
  42. CONFIG_BLK_DEV_HD = CONFIG_BLK_DEV_HD
  43. CONFIG_TCPIP = CONFIG_TCPIP
  44. CONFIG_MAX_16M = CONFIG_MAX_16M
  45.  
  46. #
  47. # SCSI support
  48. #
  49. CONFIG_SCSI = CONFIG_SCSI
  50.  
  51. #
  52. # SCSI support type (disk, tape, CDrom)
  53. #
  54. CONFIG_BLK_DEV_SD = CONFIG_BLK_DEV_SD
  55. CONFIG_BLK_DEV_ST = CONFIG_BLK_DEV_ST
  56. CONFIG_BLK_DEV_SR = CONFIG_BLK_DEV_SR
  57.  
  58. #
  59. # SCSI low-level drivers
  60. #
  61. CONFIG_SCSI_AHA1542 = CONFIG_SCSI_AHA1542
  62.  
  63. #
  64. # Filesystems
  65. #
  66. CONFIG_MINIX_FS = CONFIG_MINIX_FS
  67. CONFIG_EXT_FS = CONFIG_EXT_FS
  68. CONFIG_MSDOS_FS = CONFIG_MSDOS_FS
  69. CONFIG_PROC_FS = CONFIG_PROC_FS
  70. CONFIG_NFS_FS = CONFIG_NFS_FS
  71. CONFIG_ISO9660_FS = CONFIG_ISO9660_FS
  72.  
  73. #
  74. # Various character device drivers..
  75. #
  76. ======== END =========================
  77.  
  78.    Disk partitions:
  79. ========= BEGIN =============
  80. # /etc/lilo/disktab  -  LILO disk parameter table
  81. #
  82. # This table contains disk parameters for SCSI disks and non-
  83. # standard parameters of IDE disks. Parameters in disktab
  84. # _always_ override auto-detected disk parameters.
  85.  
  86. # Dev.    BIOS    Secs/    Heads/    Cylin-    Part.
  87. # num.    code    track    cylin.    ders    offset
  88.  
  89. 0x800    0x80    32    64    495    0    # /dev/sda
  90. 0x801    0x80    32    64    495    2048    # /dev/sda1 (OS/2 Boot Manager)
  91. 0x802    0x80    32    64    495    32    # /dev/sda2 (DOS-OS/2)
  92. 0x803    0x80    32    64    495    239616    # /dev/sda3 (Extended Partition)
  93. 0x804    0x80    32    64    495    206848    # /dev/sda4 (Linux root (EXTFS))
  94. 0x805    0x80    32    64    495    239648    # /dev/sda5 (Logical PARTITION)
  95. 0x806    0x80    32    64    495    272416    # /dev/sda6 (Logical PARTITION)
  96. 0x807    0x80    32    64    495    337952    # /dev/sda7 (Logical PARTITION)
  97. ============= END ===================
  98.  
  99. Here's the saga:
  100.    1.) I was using LILO 0.4 with Linux 0.98.5 and everything was groovy.
  101.  
  102.    2.) I tried to upgrade to LILO 0.7 but it stops at the "LIL".  I (re)-read
  103.        the documentation and it says that it is probably caused by a mis-matched
  104.        /etc/lilo/disktab file but I haven't changed my disk partitioning!
  105.  
  106.    3.) I tried to boot 0.99 Image from floppy and the kernel panics with:
  107.  
  108. [previous boot stuff deleted, unless you think it is important....]
  109. Partition table ok.
  110. MINIX-fs magic match failed.
  111. general protection: 0000
  112. EIP: 0008:0000B6C4
  113. EFLAGS: 00010202
  114. fs: 0017
  115. base: C00000000, Limit: 000A0000
  116. Pid: 1, process nr: 1
  117. 86 13 85 d2 74 27 83 3a 02 74
  118.  
  119. :-(  Well, I tried looking in System.map on 0.99 and narrow it down and
  120. I *THINK* I've narrowed it down to the 'wake_up' routine.  
  121.  
  122. Could someone tell me how to narrow it down further?  Do I need to spend some
  123. time putting 'printk' calls in 'wake_up' to try to figure out what is going on?
  124.  
  125.  
  126. GOOD NEWS:  The 0.98.6 SCSI code really flies!  I'm impressed! 
  127. Also the TCP/IP code is fabulous!
  128.  
  129.  
  130. Has anyone else expirienced this problem?  Am I doing something stupid or
  131. silly?
  132.  
  133. I have read and re-read the LILO docs several times but can't figure out
  134. what I'm doing wrong...it starts to boot.
  135.  
  136.  
  137. Thanks!
  138.    - David Summers
  139.    (dws@engr.uark.edu)
  140. -- 
  141.                          "Never under-estimate the bandwidth of a station-wagon
  142. David Summers             full of tapes, hurtling down the highway."
  143. dws@engr.uark.edu         - Tanenbaum, "Computer Networks"
  144.