abootconf.8 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. .\" This manpage has been automatically generated by docbook2man-spec
  2. .\" from a DocBook document. docbook2man-spec can be found at:
  3. .\" <http://shell.ipoline.com/~elmert/hacks/docbook2X/>
  4. .\" Please send any bug reports, improvements, comments, patches,
  5. .\" etc. to Steve Cheng <steve@ggi-project.org>.
  6. .TH "ABOOTCONF" "8" "26 Oktober 2003" "abootconf" ""
  7. .SH NAME
  8. abootconf \- Configure the location of the configuration file for the secondary bootloader aboot(8) for Linux/Alpha.
  9. .SH SYNOPSIS
  10. .sp
  11. \fBabootconf\fR \fB/dev/xxx num\fR
  12. .SH "COPYRIGHT"
  13. .PP
  14. \fBabootconf\fR is Copyright (C) 1996 Linus Torvalds, David Mosberger-Tang and Michael Schwingen
  15. .SH "DESCRIPTIONS"
  16. .PP
  17. \fBabootconf\fR is used to change the partition
  18. the alpha Linux boot loader \fBaboot\fR(8)
  19. looks for its configuration file in. The configuration file is stored
  20. in \fIetc/aboot.conf\fR(5)
  21. relative to the root of the file system in this partition.
  22. .PP
  23. \fBabootconf\fR requires the boot device
  24. (e.g. \fI/dev/hdb\fR, \fI/dev/sda\fR) and the
  25. partition
  26. to be used (e.g. 3). Thus if you want to boot from partition E: on your second
  27. SCSI disk you would enter
  28. .PP
  29. \fBabootconf \fI/dev/sdb 5\fB\fR
  30. .SH "NOTES"
  31. .PP
  32. \fBabootconf\fR is not needed if you are booting
  33. your alpha system via \fBmilo\fR.
  34. .PP
  35. For each disk one partition can be activated to contain the configuration
  36. for \fBaboot\fR(8) which is located in
  37. \fIetc/aboot.conf\fR(5).
  38. The disk chosen to boot from is selected at
  39. the SRM prompt as the second argument, e.g.
  40. .PP
  41. \fBboot \fIdqa\fB\fR
  42. .PP
  43. to boot from your first IDE hard disk. See the HP SRM-Manual and
  44. \fBaboot\fR(8)
  45. for details.
  46. .PP
  47. \fBaboot\fR(8) can load a kernel from an
  48. arbitrary partition and can even use a different
  49. root partition than the one \fIetc/aboot.conf\fR
  50. belongs to. Hence you would usually
  51. set up one \fIetc/aboot.conf\fR with all combinations and
  52. would not require \fBabootconf\fR except for initial
  53. set up. You can then
  54. boot the requested
  55. Linux kernel by giving the appropriate flags at the SRM prompt, e.g. to boot
  56. the entry labeled 2 you would use
  57. .PP
  58. \fBboot \fIdqa -fl "2"\fB\fR
  59. .PP
  60. See the HP SRM manual and \fIaboot.conf\fR(5)
  61. for details.
  62. .PP
  63. To show the current setting simply omit the last argument (i.e. the partition
  64. number).
  65. .PP
  66. Note that you have to rerun \fBabootconf\fR if you updated
  67. \fBaboot\fR.
  68. .PP
  69. Strictly speaking \fBabootconf\fR is not necessary as
  70. you can specify the partition which \fIetc/aboot.conf\fR
  71. resides on at the SRM-Prompt by prepending the partition number and a colon
  72. in the flags-parameter, i.e. if \fIetc/aboot.conf\fR
  73. resided on the fourth partition and you want to boot the entry labeled 2
  74. you could also issue
  75. .PP
  76. \fBboot \fIdqa -fl "4:2"\fB\fR
  77. .PP
  78. at the SRM prompt.
  79. .PP
  80. Note that this applies to Linux only as VMS, Tru64, *BSD and
  81. Windows NT each have their own secondary boot loader.
  82. .PP
  83. Also note that for initial hard disk setup \fBabootconf\fR
  84. is no longer needed as \fBswriteboot\fR(8) contains the
  85. entire functionality of \fBabootconf\fR.
  86. .SH "AUTHOR"
  87. .PP
  88. This man page was written by Helge Kreutzmann <kreutzm@itp.uni-hannover.de> for the Debian GNU/Linux project but may be used by others.
  89. .SH "FILES"
  90. .PP
  91. \fIetc/aboot.conf\fR
  92. .SH "SEE ALSO"
  93. .PP
  94. \fBaboot\fR(8), \fBswriteboot\fR(8), \fIaboot.conf\fR(5), HP SRM Manual