home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 22598 < prev    next >
Encoding:
Internet Message Format  |  1993-01-03  |  2.8 KB

  1. Path: sparky!uunet!munnari.oz.au!spool.mu.edu!yale.edu!qt.cs.utexas.edu!cs.utexas.edu!rutgers!ub!dsinc!satalink!john.will
  2. From: john.will@satalink.com (John Will)
  3. Newsgroups: comp.os.linux
  4. Subject: LILO 0.7 problems?
  5. Message-ID: <524.1189.uupcb@satalink.com>
  6. Date: 3 Jan 93 21:54:00 GMT
  7. Reply-To: john.will@satalink.com (John Will)
  8. Organization: Datamax/Satalink Connection * Ivyland, PA (215) 443-9434
  9. Lines: 73
  10.  
  11. I'm attempting to get LILO 0.7 working, but I still have a problem with
  12. booting.  First off, I don't have LaTeX installed, so I'm using the
  13. ASCII README file instructions.  I've built the kernel, when compiling 
  14. the kernel I get the following message.
  15. -----------
  16. ../blk.h:184 warning: 'do_st_request' declared 'static' but never defined
  17. -----------
  18. I don't know if I should be concerned or not, but I forged ahead. :-)
  19.  
  20. My procedure for building the kernel is as follows...
  21.  
  22. make clean
  23. make dep
  24. make all
  25.  
  26. BTW, I'm using Linux version .99 from the SLS 98p5 distribution, I've 
  27. installed no patches.
  28.  
  29. I then installed LILO and did the "make install" to copy it to /etc/lilo
  30. and used the command line...
  31.  
  32. lilo -b /dev/fd0 -i boot.b -v -v -v /new.Image
  33.  
  34. Everything seems to run properly to this point, no errors, and things seem
  35. to progress as you would expect.
  36.  
  37. ... now, I booted from the floppy just created, and...
  38.  
  39. This is the screen after booting...
  40. -------------
  41. Serial driver version 3.1 with NEW_INTERRUPT_ROUTINE enabled
  42. ttys0 at 0x03f8 (irt = 4) is a 16450
  43. ttys1 at 0x02f8 (irt = 3) is a 16450
  44. 8 virtual consoles
  45. lp_init: lpt exists (0)
  46. Memory: 7372k/;8192k available (376k kernel, 384k reserved, 60k data)
  47. Floppy drive(s): fd0 is 1.44M, fd1 is 1.2M
  48. floppy: FDC version 0x90
  49. sock_init: initializing family 1 (AF_UNIX)
  50. sock_init: initializing family 2 (AF_INET)
  51. Loopback device init
  52. wd8013, 32 pages memory, ethernet Address: 00 00 C0 76 A5 12
  53. HDA:
  54.  part 1 start 1 size 102271 end 102271
  55.  part 2 start 102272 size 103088 end 205359
  56. Partition table ok.
  57. MINIX-fs: unable to read superblock
  58. EXT-fs: unable to read superblock
  59. MSDOS bread failed
  60. Kernel panic: Unable to mount root
  61. --------------
  62.  
  63. I seem to remember this is a common problem, but what't the cause.
  64. I can boot from my normal boot floppy just fine, where am I going
  65. wrong?  The first partition is a MINIX partition, the second is
  66. an extended file-system.  Of course, both are fine booting from a
  67. floppy.
  68.  
  69. In addition, I'm back to the oddball EGA character set that
  70. I had previously fixed with the following procedure, how do I get
  71. the kernel to have the default character set, if I ever do get it
  72. to boot?
  73.  
  74. dd if=/dev/fd0 of=image.temp 
  75. cd /usr/src 
  76. cc rdev.c -o rdev 
  77. ./rdev -? 
  78. ./rdev -v /image.temp 
  79. ./rdev -v /image.temp -1 
  80. ./rdev -v /image.temp 
  81. Insert blank flop in fd0 
  82. dd if=image.temp of=/dev/fd0 
  83.                                                            
  84.