e2writeboot.8 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .\" e2writeboot - Write secondary SRM bootloader to ext2 filesystem.
  2. .TH e2writeboot 8 "17 January 1995" "David Mosberger-Tang" ""
  3. .SH NAME
  4. e2writeboot \- Write secondary SRM bootloader to ext2 filesystem.
  5. .SH SYNOPSIS
  6. \fBe2writeboot\fP <ext2fs> <bootloader>
  7. .SH DESCRIPTION
  8. \fBe2writeboot\fP can be used to write a secondary bootstrap loader to
  9. an ext2 formatted filesystem (normally on a floppy disk). The loader
  10. is written in a way that allows the SRM firmware to boot from the
  11. filesystem (SRM is the firmware that is also used to boot
  12. \fBHP Tru64\fP, \fBOpenVMS\fP and *BSD). Specifically, the
  13. loader is written to occupy a physically
  14. contiguous range of sectors and the first sector is updated such that
  15. the SRM firmware can find the boot loader. The loader is always
  16. stored with filename \fBlinuxboot\fP and if such a file already
  17. exists, it will be overwritten unconditionally. This command may
  18. fail if the filesystem is highly fragmented. If so, re-format the
  19. filesystem with \fBmke2fs\fP(8) (this will destroy the existing contents
  20. of the filesystem, so use this with care).
  21. .P
  22. The \fI<ext2fs>\fP argument specifies the filesystem or special device
  23. to which the \fI<bootloader>\fP file should be written to. The boot
  24. loader file must be an ECOFF object file. A typical command to make a
  25. floppy disk bootable with the \fIaboot\fP(8) loader is shown below:
  26. .I "e2writeboot /dev/fd0 aboot"
  27. .nf
  28. .SH SEE ALSO
  29. .IR aboot (8) ,
  30. .IR mke2fs (8) ,
  31. .IR swriteboot (8)
  32. .nf
  33. .SH AUTHORS
  34. .nf
  35. Jim Paradis <paradis@amt.tay1.dec.com>
  36. Jay Estabrook <Jay.Estabrook@hp.com>
  37. David Mosberger-Tang <David.Mosberger@acm.org>
  38. .fi