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

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!snorkelwacker.mit.edu!ira.uka.de!fauern!rz.uni-passau.de!kirk.fmi.uni-passau.de!schwarzo
  3. From: schwarzo@kirk.fmi.uni-passau.de (Oliver Schwarz)
  4. Subject: HELP: Problem with LILO
  5. Message-ID: <1992Nov17.203717.11895@tom.rz.uni-passau.de>
  6. Keywords: LILO
  7. Sender: news@tom.rz.uni-passau.de (News-Operator)
  8. Organization: University of Passau, Germany
  9. Date: Tue, 17 Nov 1992 20:37:17 GMT
  10. Lines: 40
  11.  
  12. Hello all,
  13.  
  14. I have a problem with the LILO - bootloader. I wanted to boot MSDOS from
  15. /dev/hda1 and Linux from /dev/sda1 . My kernel-image is /Image resp. /Image.old
  16. So I tried the install-script from Section 3.4 "Two disks, Linux on the second
  17. disk, the first disk has an extended partition":
  18.  
  19. /etc/lilo/lilo -b /dev/hda2 -c -v -v -v -v -i /etc/lilo/boot.b $* \
  20.      /linux \
  21.      /linux.backup \
  22.      msdos=/etc/lilo/chain.b+/dev/hda1@/dev/hda
  23.  
  24. I got the following screen output:
  25.  
  26. LILO version 0.6
  27. Written 1992 by Werner Almesberger
  28.  
  29. Reading boot sector from /dev/hda2
  30. Merging with /etc/lilo/boot.b
  31. Sorry, don't know how to handle device 0x0802
  32.  
  33. Then I tried EVERY combination of parameters and I tried to install it
  34. on /dev/hda like in Section 3.5 . I also tried the following install-script:
  35.  
  36. /etc/lilo/lilo -b /dev/hda2 -c -v -v -v -v -i /etc/lilo/boot.b $* \
  37.         linux=/Image \
  38.         old-linux=/Image.old \
  39.         msdos=/etc/lilo/chain.b+/dev/hda1@/dev/hda
  40.  
  41. Then I tried it without the old-linux-part. All with the same effect.
  42.  
  43. It is impossible that my LILO-version is corrupted because I also
  44. tried a copy of the whole /etc/lilo directory from a friend who has
  45. successfully installed LILO with one HD.
  46.  
  47. Can anybody help me with this problem?
  48.  
  49. Oliver.    email: schwarzo@kirk.fmi.uni-passau.de
  50.  
  51.  
  52.