home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9044 < prev    next >
Encoding:
Text File  |  1992-08-25  |  1.7 KB  |  50 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!microsoft!wingnut!t-piersh
  3. From: t-piersh@microsoft.com (Piers Haken)
  4. Subject: Re: Shoelace
  5. Message-ID: <1992Aug25.121150.172@microsoft.com>
  6. Date: 25 Aug 92 12:11:50 GMT
  7. Organization: Microsoft Corp., Redmond, WA 98052
  8. References: <1992Aug24.164051.27926@cis.ohio-state.edu>
  9. Lines: 38
  10.  
  11. zwerin@cis.ohio-state.edu (Andrew Zwerin) writes:
  12.  
  13. [....]
  14. >
  15. >The boot selector works, I can successfully boot dos.  But when I try
  16. >to boot linux from partition /dev/hda2, it appears that it goes to the
  17. >HD to look for the image.  Only thing is, the HD just keeps spinning
  18. >and nothing else happens.
  19. >
  20. >By the way, I have the following entry in /etc/config:
  21. >
  22. >boot        /Image
  23. >
  24. >I'm not sure if I've done something wrong or what.  Any help would be
  25. >appreciated.
  26. >
  27. >thanks
  28. >andy
  29.  
  30. I had exactly this problem when I was installing Linux on my HD.
  31. Eventually I reaslised that this was because my /Image file was
  32. not a legitimate boot file. What I'd done was 'cp /dev/fd0 /Image'
  33. which dutifully copied 1.2Mgs worth of raw disc into a file. The
  34. reason for this is that there can be no concept of 'files' in this
  35. context and you have to somehow 'encapsulate' your bootimage within
  36. some sort of file structure. I find that 'tar'ring up the files I
  37. want (in DOS), rawriting the whole tar file onto the floppy and then
  38. doing 'tar -xvf /dev/fd0' works well, but you can use any archive program
  39. that has it's internal file hierarchy within the arhchive file itself.
  40. Of course, you're going to need DOS and Linux inter-compatible versions
  41. of whatever you use (you can get DOS tar from archie).
  42.  
  43. Hope that's what's wrong.
  44.  
  45. Piers.
  46.  
  47. -- 
  48. Disclaimer: These views are my own and not necessarily
  49.             those of the company for which I work.
  50.