home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / linux / 16024 < prev    next >
Encoding:
Text File  |  1992-11-08  |  2.1 KB  |  62 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!haven.umd.edu!purdue!yuma!csn!boulder!ladymacb!drew
  3. From: drew@ladymacb.cs.colorado.edu (Drew Eckhardt)
  4. Subject: Re: Shoelace...
  5. Message-ID: <1992Nov8.073537.11482@colorado.edu>
  6. Sender: news@colorado.edu (The Daily Planet)
  7. Nntp-Posting-Host: ladymacb.cs.colorado.edu
  8. Organization: University of Colorado at Boulder
  9. References: <yiVsTB1w165w@wefunk.rent.com>
  10. Date: Sun, 8 Nov 1992 07:35:37 GMT
  11. Lines: 49
  12.  
  13. In article <yiVsTB1w165w@wefunk.rent.com> ludwig@wefunk.rent.com (Mitchel F. Ludwig) writes:
  14. >OK...  I'm getting crazy here...
  15. >
  16. >Finally got .98p1 up and running.  It's way keen...  I'm trying to
  17. >set the bad boy up to boot from my hard drive.  I'm using shoelace.
  18. >What I do is.....
  19. >
  20. >My config file looks like :
  21. >
  22. >   boot        /vmlinux
  23. >
  24. >it's in /etc/config
  25. >
  26. >I run
  27. >   laceup /dev/hda1 wini
  28. >
  29. >and then
  30. >   laceup -w 1 /dev/hda
  31. >
  32. >Then I sync and reboot.  The WINIboot menu comes up, I press 1 to
  33. >boot partition 1, and the machine hangs.  My /vmlinux is the same
  34. >bootimage.98 that I use to boot from floppy, and I've changed 508/509
  35. >to reflect the hard drive being the place to look for root.
  36. >
  37. >What's going wrong?
  38.  
  39. Sparse files.  Linux, like other unices, allows you to create "holes" 
  40. in files by lseek()'ing beyond the end of them.  To save disk space,
  41. the GNU cp takes advantage of this, and will lseek() when it sees 
  42. a block sized set of 0's.  Under Linux, this is fine.  However, Shoelace
  43. pukes on this.
  44.  
  45. Don't use cp to write /vmlinux.  Instead, use dd or cat Image > /vmlinux.
  46.  
  47. Also, / must be a MINIX file system.  
  48.  
  49. >If no-one has any clue, what are you all using?
  50.  
  51. Shoelace.  
  52.  
  53. You could also use LILO - it will work with any filesystem, handles 
  54. holes, but can be difficult to use on SCSI systems, and you have 
  55. to create maps for each kernel you wish to be able to boot.
  56.  
  57. -- 
  58. Microsoft is responsible for propogating the evils it calls DOS and Windows, 
  59. IBM for AIX (appropriately called Aches by those having to administer it), but 
  60. marketing's sins don't come close to those of legal departments.
  61. Boycott AT&T for their absurd anti-BSDI lawsuit.
  62.