home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / linux / 8781 < prev    next >
Encoding:
Internet Message Format  |  1992-08-21  |  2.0 KB

  1. Path: sparky!uunet!paladin.american.edu!gatech!swrinde!cs.utexas.edu!torn!newshub.ccs.yorku.ca!yetti!cs.yorku.ca!frank
  2. From: frank@cs.yorku.ca (Frank Pikelner)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: how to put bootimage on hd? (faq?)
  5. Message-ID: <1410@yetti.UUCP>
  6. Date: 21 Aug 92 13:30:07 GMT
  7. References: <6965A0Q@mailgzrz.tu-berlin.de> <1992Aug20.194255.4847@unislc.uucp>
  8. Sender: news@yetti.UUCP
  9. Organization: York University, Dept. of Computer Science
  10. Lines: 34
  11.  
  12. In article <1992Aug20.194255.4847@unislc.uucp>, erc@unislc.uucp (Ed Carp) writes:
  13. |> Olaf Schreck (olafabbe@w251zrz.zrz.tu-berlin.de) wrote:
  14. |> 
  15. |> : how do i put the BOOTimage onto my hd? i did this once, worked fine, but
  16. |> : can't remember where i read about this. must have been something with dd.
  17. |> : i tried "dd if=/dev/floppy0 /vmlinux" but this gave me a 1.4 MB file
  18. |> : (the whole floppy disk instead of ~ 230k bootimage file).
  19. |>
  20.  
  21. Is the command not something like:
  22.  
  23.  dd if=/dev/floppy0 of=/vmlinux count=230    (or is it 2x230=460?)
  24.  
  25. I'll be doing this in the next couple of days so maybe someone can correct/verify
  26. the above.
  27.  
  28. |> If you have the source, recompile, then cp /usr/src/linux/Image.
  29. |> 
  30. |> In the Makefile, there is a dd command associated with the target "make disk" -
  31. |> reverse the if= and of= and it should work, also.
  32. |> -- 
  33. |> Ed Carp, N7EKG     erc@apple.com                801/538-0177
  34. |> "This is the final task I will ever give you, and it  goes  on  forever.   Act
  35. |> happy, feel happy, be happy, without a reason in the world. Then you can love,
  36. |> and do what you will."           -- Dan Millman, "Way Of The Peaceful Warrior"
  37.  
  38. -- 
  39.  
  40. --------------------------------------------------------------------------
  41.  ---  ---    Frank Pikelner                                          /~\
  42.  \    \  \   Technical Assistant, Department of Computer Science    <v.v>
  43.   \-   \--   York University (Toronto, Canada)                      ,\^/;
  44.    \    \    Internet: frank@cs.yorku.ca                            _{!}_
  45. --------------------------------------------------------------------------
  46.