aboot.sgml 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <!DOCTYPE RefEntry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
  2. <refentry id="aboot">
  3. <refmeta>
  4. <refentrytitle>aboot</refentrytitle>
  5. <manvolnum>8</manvolnum>
  6. <refmiscinfo>aboot</refmiscinfo>
  7. </refmeta>
  8. <refnamediv>
  9. <refname>aboot</refname>
  10. <refpurpose>The secondary boot loader for Linux/Alpha</refpurpose>
  11. </refnamediv>
  12. <refsect1><title>COPYRIGHT</title>
  13. <para>
  14. <application>aboot</application> is Copyright (C) 1996 Linus Torvalds, David Mosberger-Tang and Michael Schwingen
  15. </para>
  16. </refsect1>
  17. <refsect1><title>DESCRIPTION</title>
  18. <para>
  19. <indexterm><primary>aboot</primary></indexterm>
  20. <application>aboot</application> is the secondary boot loader needed if
  21. the Linux/Alpha system is booted via SRM. It is usually installed during
  22. system installation by <application>swriteboot</application>(8).
  23. </para>
  24. <para>
  25. To automate the booting process predefined boot configurations can be stored
  26. in <filename>etc/aboot.conf</filename>(5).
  27. </para>
  28. <para>
  29. <application>aboot</application> can also be used interactively by issuing
  30. </para>
  31. <para>
  32. <command>boot <parameter>dka0 -fl "i"</parameter></command>
  33. </para>
  34. <para>
  35. at the SRM-Prompt where dka0 has to be replaced by the device used.
  36. </para>
  37. <para>
  38. In the interactive mode you can use the command l to show your current
  39. <filename>etc/aboot.conf</filename> and then the appropriate number
  40. (or a complete boot command as in SRM) to boot Linux.
  41. </para>
  42. <para>
  43. If you do not want to use the <filename>etc/aboot.conf</filename> as set
  44. up by <application>abootconf</application>(8) you can explicitly tell
  45. <application>aboot</application> where to look for <filename>etc/aboot.conf</filename> by prepending the number of the configuration with the proper
  46. partition, i.e. if your <filename>etc/aboot.conf</filename> is on your
  47. second partition and you want to boot the entry labeled three you would
  48. issue
  49. </para>
  50. <para>
  51. <command>boot <parameter>dqa -fl "2:3"</parameter></command>
  52. </para>
  53. <para>
  54. Note that this applies to Linux booting via SRM only as
  55. <ProductName>VMS</ProductName>, <ProductName>Tru64</ProductName>, *BSD and
  56. <ProductName>Windows NT</ProductName> each have their own secondary boot loader.
  57. Furthermore <application>aboot</application> is also not needed if the system is booted via
  58. <application>milo</application>.
  59. </para>
  60. </refsect1>
  61. <refsect1><title>AUTHOR</title>
  62. <para>
  63. This man page was written by Helge Kreutzmann
  64. <email>debian@helgefjell.de</email> for the Debian GNU/Linux project
  65. but may be used by others.
  66. </para>
  67. </refsect1>
  68. <refsect1><title>FILES</title>
  69. <para><filename>etc/aboot.conf</filename></para>
  70. </refsect1>
  71. <refsect1><title>SEE ALSO</title>
  72. <para><application>abootconf</application>(8), <filename>aboot.conf</filename>(5),
  73. <application>swriteboot</application>(8), HP SRM Manual (<ULink URL="http://h18002.www1.hp.com/alphaserver/download/srm_reference.pdf"></ULink>)</para>
  74. </refsect1>
  75. </refentry>