home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9853 < prev    next >
Encoding:
Internet Message Format  |  1992-09-04  |  2.0 KB

  1. Path: sparky!uunet!ogicse!uwm.edu!cs.utexas.edu!hellgate.utah.edu!math.utah.edu!news.math.utah.edu!c-amb
  2. From: c-amb@math.utah.edu (Mark B. Alston)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: lilo problems
  5. Message-ID: <C-AMB.92Sep4101434@solitude.math.utah.edu>
  6. Date: 4 Sep 92 17:14:34 GMT
  7. Article-I.D.: solitude.C-AMB.92Sep4101434
  8. References: <1992Sep4.094349.17604@inmos.co.uk>
  9. Sender: news@math.utah.edu
  10. Organization: Department of Mathematics, University of Utah
  11. Lines: 45
  12. In-Reply-To: bob@cheetah.inmos.co.uk's message of Fri, 4 Sep 1992 09: 43:49 GMT
  13.  
  14. In article <1992Sep4.094349.17604@inmos.co.uk> bob@cheetah.inmos.co.uk (Bob Green) writes:
  15.    Hope this hasn't been asked before. I've looked in the README supplied
  16.    with lilo.4 and also in the extra README supplied by mcc. I'm trying
  17.    to make a bootable floppy before I wreck my hard disk ;-) However I
  18.    invoke lilo I get the following message:
  19.  
  20.    Hole found in map file (zero sector)
  21.  
  22.    What does this mean ? Am I doing something stupid ?
  23.  
  24. No, you are doing everything as expected.   It's just that you need this patch for lilo to work correctly with 0.97p2.
  25.  
  26. ------------------        cut here   ---------------------------------------
  27.  
  28. *** geometry.orig       Mon Aug 24 21:53:28 1992
  29. --- geometry.c  Mon Aug 24 21:53:31 1992
  30. ***************
  31. *** 165,170 ****
  32. --- 165,171 ----
  33.             die("Incompatible block size: %d\n",st.st_blksize);
  34.         geo->spb = st.st_blksize/SECTOR_SIZE;
  35.       }
  36. +     geo->spb = 2;
  37.       return geo->fd;
  38.   }
  39.   
  40.  
  41. ---------------------------------------------------------------------------
  42.  
  43. After applying this patch, to the lilo source, everything will work
  44. fine.  One thing to remember.  You are supposed to reinstall lilo
  45. everytime you compile a new image.  The install shell script works
  46. great for this,
  47.  
  48.  
  49. Have fun!
  50. --
  51. --------------------------------------------------------
  52.   Mark Alston        
  53.   c-amb@math.utah.edu
  54.        
  55. "Never knew a decent man who liked mathematics."
  56.             - Bonnie Abbzug-Sarvis
  57.               Hayduke Lives!
  58. ---------------------------------------------------------
  59.