arcload.8 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .TH "ARCLOAD" "8" "25 November 2007" "" ""
  2. .SH NAME
  3. arcload \- bootloader for SGI/ARCS machines
  4. .SH SYNOPSIS
  5. \fBarcload\fR \fIdevice\fR
  6. .SH "DESCRIPTION"
  7. .PP
  8. \fBarcload\fR is a bootloader designed to load any Linux kernel on any
  9. SGI/ARCS machine. It supports booting the kernel from a variety of
  10. filesystems; currently, the following filesystems are supported:
  11. \fBext2\fR (\fBext3\fR), \fBfat\fR, \fBiso9660\fR, \fBjfs\fR,
  12. \fBminix\fR, \fBufs\fR, \fBxfs\fR and the \fB*arcfs\fR
  13. pseudo-filesystem.
  14. \fBarcload\fP usually resides in the volume header of a disk with an
  15. SGI disklabel.
  16. .SH "USAGE"
  17. .PP
  18. \fIdevice\fR is the device name of the disk containing the volume header
  19. \fBarcload\fR should go into. To use \fBarcload\fR you have to modify
  20. the following PROM variables:
  21. .P
  22. \fIsetenv OSLoader arcload\fR
  23. .P
  24. \fIsetenv SystemPartition dksc(c,d,8)\fR
  25. .P
  26. \fIsetenv OSLoadPartition dksc(c,d,p)\fR
  27. .P
  28. \fIsetenv OSLoadFilename label(option1,option2,...)\fR
  29. .P
  30. where \fIc\fR is the ID of the SCSI controller, \fId\fR the SCSI ID
  31. of the disk \fBarcload\fR resides on and \fIp\fR the partition number
  32. of the partition \fBarc.cf\fR and the kernels reside on (counting
  33. from 0). Note that \fBarc.cf\fR and the directory your kernels are in
  34. (usually / or /boot) have to be on the same partition. On boot,
  35. \fBarcload\fR looks at the \fIOSLoadFilename\fR PROM variable and
  36. tries to find a label with the same name in \fBarc.cf\fR.
  37. \fBarc.cf\fP can reside either in /etc or at the root of the partition pointed
  38. to by the \fIOSLoadFilename\fP variable.
  39. .SH "NOTES"
  40. \fBarcload\fR only loads ELF kernels.
  41. .SH "FILES"
  42. .BR /arc.cf
  43. \fBarcload\fR's configuration file
  44. .P
  45. .BR /usr/share/doc/arcload/examples
  46. configuration file examples
  47. .P
  48. .BR /usr/share/doc/arcload/README.Debian
  49. some notes about arcload for Debian
  50. .PP
  51. .SH "SEE ALSO"
  52. .PP
  53. dvhtool(1)
  54. .SH "AUTHORS"
  55. ARCLoad was written by Stanislaw Skowronek
  56. <skylark@linux-mips.org>. This manual page was written by Julien
  57. BLACHE <jblache@debian.org> for the Debian Project (but may be used by
  58. others), based on the arcboot(8) manpage.