From 1ea73eea5ecc6a8ed901316049259aee737ee554 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 7 Oct 2005 19:51:38 +0000 Subject: move manual to top-level directory, split out of debian-installer package --- ca/using-d-i/modules/mips/arcboot-installer.xml | 69 +++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 ca/using-d-i/modules/mips/arcboot-installer.xml (limited to 'ca/using-d-i/modules/mips') diff --git a/ca/using-d-i/modules/mips/arcboot-installer.xml b/ca/using-d-i/modules/mips/arcboot-installer.xml new file mode 100644 index 000000000..13eba925e --- /dev/null +++ b/ca/using-d-i/modules/mips/arcboot-installer.xml @@ -0,0 +1,69 @@ + + + + + <command>arcboot</command>-installer + + +The boot loader on SGI Indys is arcboot. +It has to be installed on the same hard disk as the kernel (this is done +automatically by the installer). Arcboot supports different configurations +which are set up in /etc/arcboot.conf. Each +configuration has a unique name, +the default setup as created by the installer is linux. +After arcboot has been installed, the system can be booted from hard disk +by setting some firmware environment variables entering + + + setenv SystemPartition scsi(scsi)disk(disk)rdisk(0)partition(0) + setenv OSLoadPartition scsi(scsi)disk(disk)rdisk(0)partition(partnr) + setenv OSLoader arcboot + setenv OSLoadFilename config + setenv AutoLoad yes + + +on the firmware prompt, and then typing boot. + + + + + + scsi + + +is the SCSI bus to be booted from, this is 0 +for the onboard controllers + + + + + disk + + +is the SCSI ID of the hard disk on which arcboot is +installed + + + + + partnr + + +is the number of the partition on which +/etc/arcboot.conf resides + + + + + config + + +is the name of the configuration entry in +/etc/arcboot.conf, which is linux by +default. + + + + + + -- cgit v1.2.3