srmbootraw.sgml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <!DOCTYPE RefEntry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
  2. <refentry id="srmbootraw">
  3. <refmeta>
  4. <refentrytitle>srmbootraw</refentrytitle>
  5. <manvolnum>8</manvolnum>
  6. <refmiscinfo>srmbootraw</refmiscinfo>
  7. </refmeta>
  8. <refnamediv>
  9. <refname>srmbootraw</refname>
  10. <refpurpose>
  11. Linux/Alpha SRM boot block composer
  12. </refpurpose>
  13. </refnamediv>
  14. <refsynopsisdiv>
  15. <cmdsynopsis>
  16. <command>srmbootraw</command>
  17. <arg choice="plain">boot_device</arg>
  18. <arg choice="plain">boot_file</arg>
  19. </cmdsynopsis>
  20. </refsynopsisdiv>
  21. <!-- <refsect1><title>COPYRIGHT</title>
  22. <para>
  23. </para>
  24. </refsect1> -->
  25. <refsect1><title>DESCRIPTIONS</title>
  26. <para>
  27. <indexterm><primary>srmbootraw</primary></indexterm>
  28. This tool is a quick hack and is not supposed to exist in its present
  29. state for long.
  30. </para>
  31. <para>
  32. <application>Srmbootraw</application> writes the image from
  33. <filename>boot_file</filename>
  34. preceded by the appropriate SRM boot block into the first blocks of
  35. <filename>boot_device</filename>, preserving the disklabel.
  36. It is intended to be used when you have a small raw
  37. partition at the beginning of your hard drive, dedicated for the bootloader.
  38. If you don't, <filename>srmbootraw</filename>
  39. will silently render your file system(s) unusable.
  40. </para>
  41. </refsect1>
  42. <refsect1><title>ARGUMENTS</title>
  43. <para>
  44. <variablelist>
  45. <varlistentry><term><filename>boot_device</filename></term>
  46. <listitem><para>
  47. The device you intend to boot from, e.g. <filename>/dev/sda</filename>.
  48. It must have enough room
  49. at the beginning to hold the boot block and the bootloader.
  50. </para></listitem></varlistentry>
  51. <varlistentry><term><filename>boot_file</filename></term>
  52. <listitem><para>
  53. The file name of the bootloader.
  54. </para></listitem></varlistentry>
  55. </variablelist>
  56. </refsect1>
  57. <!-- <refsect1><title>BUGS</title>
  58. <para>
  59. </para>
  60. </refsect1> -->
  61. <refsect1><title>AUTHOR</title>
  62. <para>
  63. Nikita Schmidt <email>cetus@snowball.ucd.ie</email>
  64. </para>
  65. </refsect1>
  66. <refsect1><title>SEE ALSO</title>
  67. <para>
  68. <application>aboot</application>(8),
  69. <application>mke2fs</application>(8),
  70. <application>swriteboot</application>(8),
  71. <application>e2writeboot</application>(8),
  72. <application>srmbootfat</application>(1)
  73. </para>
  74. </refsect1>
  75. </refentry>