home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23777 < prev    next >
Encoding:
Text File  |  1993-01-12  |  2.6 KB  |  59 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!nevada.edu!news.unomaha.edu!cwis!dosburn
  3. From: dosburn@cwis.unomaha.edu (Don Osburn)
  4. Subject: LILO can't find root ?
  5. Message-ID: <dosburn.726862281@cwis>
  6. Summary: Lilo can't find kernal image
  7. Keywords: lilo kernal image
  8. Sender: news@news.unomaha.edu (UNO Network News Server)
  9. Organization: University of Nebraska at Omaha
  10. Date: Tue, 12 Jan 1993 18:11:21 GMT
  11. Lines: 46
  12.  
  13. I posted recently regarding problems with Lilo.  After running it to
  14. install the boot sector and rebooting, lilo would load and then give the
  15. message, "LILO loading.....", the boot prog would take over checking for
  16. lpt1, etc, and then the process would crash in PID 0.  I have managed to
  17. get it to work, but I am still not sure what is going on.
  18.  
  19. From responses received from my post, I have come to the conclusion that
  20. lilo did not find my root partition when it was run.  For example, when
  21. creating the test boot floppy, when I used the command line:
  22.  
  23. /etc/lilo/lilo -b /dev/fd0 -i /etc/lilo/boot.b /Image
  24.  
  25. it would run okay, but the boot floppy would fail as previously
  26. described.  I discovered that using:
  27.  
  28. /etc/lilo/lilo -b /dev/fd0 -i /etc/lilo/boot.b /Image,/dev/hda1
  29.  
  30. WOULD create a good boot floppy ONCE.  I tried to create a second one
  31. because I am installing this on a community machine, and I want to give
  32. boot floppys to certain people.  However, when I tried to use this same
  33. technique again, the second boot floppy would not work, but the first
  34. one still did.  I tried a lot of things, which resulted in either the
  35. same situation, or sometimes it would cause a problem with booting from
  36. the original floppy.  If it ever did screw up the original floppy, I
  37. could always rerun the second command line on the floppy, and it would
  38. work properly afterwards.  (Yes, I did try several different floppys to
  39. ensure I did not have one bad one.)  In all cases, I came to the
  40. conclusion that lilo would let me create one, and one only, boot floppy.
  41. WHY ?????
  42.  
  43. The second wierd thing is, that using the following command line to
  44. install lilo to MY own hard drive (my machine at home) would not work:
  45.  
  46. /etc/lilo/lilo -b /dev/hda1 -i /etc/lilo/boot.b /Image,/dev/hda1
  47.  
  48. However, when I created an install/config file using these same
  49. parameters, it DID work.  I can now boot from the hard drive as I
  50. expected.  
  51.  
  52. I am a little confused right now as to just what is going on.  I am also
  53. extremely paranoid to mess with it anymore on my machine because it is
  54. finally working.  Can anyone help me out on this?
  55.  
  56. Oh, BTW THANKS FOR ALL THE HELP FROM EVERYONE.  I REALLY appreciate it,
  57. and could not have gotten it at all without you.
  58.  
  59.