msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2011-05-18 19:19+0600\n" "PO-Revision-Date: 2010-10-22 00:40+0600\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(abstract):11 msgid "" "On both Silicon Graphics machines, and on Cobalt servers, both require the " "use of a bootloader to load the kernel. This section covers setting up " "arcboot/arcload (for SGI machines) and colo for Cobalt servers." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(version):17 msgid "11" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(date):18 msgid "2011-05-09" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(title):21 msgid "Silicon Graphics Machines -- Setting Up arcload" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(title):23 msgid "Which one?" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(p):26 msgid "" "On SGI machines, we use the arcload boot loader. In previous " "releases, we also provided arcboot, however it has been officially " "declared obsolete, in favour of arcload." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(note):32 msgid "" "The SGI volume header filenames are limited to 8 characters, and there may " "be no more than 16 files contained in a single volume header." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(title):41 msgid "Installing arcload" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(p):44 msgid "" "arcload was written for machines that require 64-bit kernels, and " "therefore can't use arcboot (which can't easily be compiled as a 64-" "bit binary). It also works around peculiarities that arise when loading " "kernels directly from the volume header. So, now you know what this is " "about, we can proceed with the installation:" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre:caption):52 msgid "Merging arcload and dvhtool" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre):52 #, no-wrap msgid "" "\n" "# emerge arcload dvhtool\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(p):56 msgid "" "Once this has finished, you should find the arcload binary in /" "usr/lib/arcload. Now, two files exist:" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(li):62 msgid "" "sashARCS: The 32-bit binary for Indy, Indigo2 (R4k), Challenge S and " "O2 systems" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(li):66 msgid "" "sash64: The 64-bit binary for Octane/Octane2, Origin 200/2000 and " "Indigo2 Impact systems" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(p):72 msgid "" "Use dvhtool to install the appropriate binary for your system into " "the volume header:" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre:caption):77 msgid "Placing arcload in the volume header" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre):77 #, no-wrap msgid "" "\n" "(Indy/Indigo2/Challenge S/O2 users)\n" "# dvhtool --unix-to-vh /usr/lib/arcload/sashARCS sashARCS\n" "\n" "(Indigo2 Impact/Octane/Octane2/Origin 200/Origin 2000 users)\n" "# dvhtool --unix-to-vh /usr/lib/arcload/sash64 sash64\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(note):85 msgid "" "You don't have to use the name sashARCS or sash64, unless you " "are installing to the volume header of a bootable CD. For normal boot from " "hard-disk, you may name them something else if you wish." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(p):91 msgid "Now just use dvhtool to verify they are in the volume header." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre:caption):95 msgid "Checking arcload is present in the volume header" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre):95 #, no-wrap msgid "" "\n" "# dvhtool --print-volume-directory\n" "----- directory entries -----\n" "Entry #0, name \"sash64\", start 4, bytes 55859\n" "#\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(p):102 msgid "" "Now, the arc.cf file has a C-like syntax. For the full detail on how " "one configures it, see the arcload page on the Linux/MIPS wiki. In short, you define a number " "of options, which you enable and disable at boot time using the " "OSLoadFilename variable." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre:caption):110 msgid "An example arc.cf" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre):110 #, no-wrap msgid "" "\n" "# ARCLoad Configuration\n" "\n" "# Some default settings...\n" "append \"root=/dev/sda3\";\n" "append \"ro\";\n" "append \"console=ttyS0,9600\";\n" "\n" "# Our main definition. ip28 may be changed if you wish.\n" "ip28 {\n" " # Definition for a \"working\" kernel\n" " # Select this by setting OSLoadFilename=\"ip28(working)\"\n" " working {\n" " description \"SGI Indigo2 Impact R10000\\n\\r\";\n" " image system \"/working\";\n" " }\n" "\n" " # Definition for a \"new\" kernel\n" " # Select this by setting OSLoadFilename=\"ip28(new)\"\n" " new {\n" " description \"SGI Indigo2 Impact R10000 - Testing Kernel\\n\\r\";\n" " image system \"/new\";\n" " }\n" "\n" " # For debugging a kernel\n" " # Select this by setting OSLoadFilename=\"ip28(working,debug)\"\n" " # or OSLoadFilename=\"ip28(new,debug)\"\n" " debug {\n" " description \"Debug console\";\n" " append \"init=/bin/bash\";\n" " }\n" "}\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(p):144 msgid "" "Starting with arcload-0.5, arc.cf and kernels may reside " "either in the volume header, or on a partition. If you wish to utilise this " "newer feature, you may instead place the files in your /boot " "partition (or / if your boot partition is not separate). " "arcload uses the filesystem driver code from the popular grub " "bootloader, and thus supports the same range of filesystems." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre:caption):153 msgid "Placing arc.cf and kernel in the volume header" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre):153 #, no-wrap msgid "" "\n" "# dvhtool --unix-to-vh arc.cf arc.cf\n" "# dvhtool --unix-to-vh /usr/src/linux/vmlinux new\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(p):158 msgid "" "With this done, now all that's left is to set some options in the PROM. See " "the section on Rebooting the System." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(title):169 msgid "Cobalt MicroServers -- Setting Up CoLo" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(title):171 msgid "Installing CoLo" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(p):174 msgid "" "On Cobalt servers, these machines have a much less capable firmware " "installed on chip. The Cobalt BOOTROM is primitive, by comparison to the SGI " "PROM, and has a number of serious limitations." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(li):181 msgid "" "There's a 675kB (approximate) limit on kernels. The current size of Linux " "2.4 makes it nearly impossible to make a kernel this size. Linux 2.6 is " "totally out of the question." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(li):186 msgid "" "64-bit kernels are not supported by the stock firmware (although these are " "highly experimental on Cobalt machines at this time)" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(li):190 msgid "The shell is basic at best" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(p):195 msgid "" "To overcome these limitations, an alternative firmware, called CoLo (Cobalt Loader) was " "developed. This is a BOOTROM image that can either be flashed into the chip " "inside the Cobalt server, or loaded from the existing firmware." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(note):202 msgid "" "This guide will take you through setting up CoLo so that it is loaded by the " "stock firmware. This is the only truly safe, and recommended way to set up " "CoLo." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(warn):208 msgid "" "You may, if you wish, flash it into the server, and totally replace the " "original firmware -- however, you are entirely on your own in that " "endeavour. Should anything go wrong, you will need to physically remove the " "BOOTROM and reprogram it yourself with the stock firmware. If you are not " "sure how to do this -- then DO NOT flash your machine. We take no " "responsibility for whatever happens if you ignore this advice." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(p):217 msgid "" "Okay, with the warnings over now, we'll get on with installing CoLo. First, " "start by emerging the package." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre:caption):222 msgid "Emerging colo" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre):222 #, no-wrap msgid "" "\n" "# emerge colo\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(p):226 msgid "" "With that installed (I hope you read those messages ;-) you should be able " "to look inside the /usr/lib/colo directory to find two files, " "colo-chain.elf: the \"kernel\" for the stock firmware to load, " "and colo-rom-image.bin: a ROM image for flashing into the " "BOOTROM. We start by mounting /boot and dumping a compressed copy of " "colo-chain.elf in /boot where the system expects " "it." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre:caption):235 msgid "Putting CoLo in its place" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre):235 #, no-wrap msgid "" "\n" "# gzip -9vc /usr/lib/colo/colo-chain.elf > /boot/vmlinux.gz\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(title):243 msgid "Configuring CoLo" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(p):247 msgid "" "Now, when the system first boots up, it'll load CoLo which will spit up a " "menu on the back LCD. The first option (and default that is assumed after " "roughly 5 seconds) is to boot to the hard disk. The system would then " "attempt to mount the first Linux partition it finds, and run the script " "default.colo. The syntax is fully documented in the CoLo " "documentation (have a peek at /usr/share/doc/colo-X.YY/README.shell." "gz -- where X.YY is the version installed), and is very simple." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(note):258 msgid "" "Just a tip: when installing kernels, I usually create two kernel images, " "kernel.gz.working -- a known working kernel, and kernel." "gz.new -- a kernel that's just been compiled. You can either use " "symlinks to point to the curent \"new\" and \"working\" kernels, or just " "rename the kernel images." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre:caption):266 msgid "A basic default.colo" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre):266 #, no-wrap msgid "" "\n" "#:CoLo:#\n" "mount hda1\n" "load /kernel.gz.working\n" "execute root=/dev/sda3 ro console=ttyS0,115200\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(note):273 msgid "" "CoLo will refuse to load a script that does not begin with the #:CoLo:# line. Think of it as the equivalent of saying #!/bin/sh in shell " "scripts." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(p):279 msgid "" "It is also possible to ask a question, such as which kernel & " "configuration you'd like to boot, with a default timeout. This configuration " "does exactly this, asks the user which kernel they wish to use, and executes " "the chosen image. vmlinux.gz.new and vmlinux.gz.working may be actual kernel images, or just symlinks pointing to the kernel " "images on that disk. The 50 argument to select specifies that " "it should proceed with the first option (\"Working\") after 50/10 seconds." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre:caption):289 msgid "Menu-based configuration" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre):289 #, no-wrap msgid "" "\n" "#:CoLo:#\n" "\n" "lcd \"Mounting hda1\"\n" "mount hda1\n" "select \"Which Kernel?\" 50 Working New\n" "\n" "goto {menu-option}\n" "var image-name vmlinux.gz.working\n" "goto 3f\n" "@var image-name vmlinux.gz.working\n" "goto 2f\n" "@var image-name vmlinux.gz.new\n" "\n" "@lcd \"Loading Linux\" {image-name}\n" "load /{image-name}\n" "lcd \"Booting...\"\n" "execute root=/dev/sda5 ro console=ttyS0,115200\n" "boot\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(p):310 msgid "" "See the documentation in /usr/share/doc/colo-VERSION for more " "details." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(title):321 msgid "Setting up for Serial Console" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(p):326 msgid "" "Okay, the Linux installation as it stands now, would boot fine, but assumes " "you're going to be logged in at a physical terminal. On Cobalt machines, " "this is particularly bad -- there's no such thing as a physical terminal." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(note):332 msgid "" "Those who do have the luxury of a supported video chipset may skip this " "section if they wish." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(p):337 msgid "" "First, pull up an editor and hack away at /etc/inittab. Further " "down in the file, you'll see something like this:" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre:caption):342 msgid "inittab Configuration" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre):342 #, no-wrap msgid "" "\n" "# SERIAL CONSOLE\n" "#c0:12345:respawn:/sbin/agetty 9600 ttyS0 vt102\n" "\n" "# TERMINALS\n" "c1:12345:respawn:/sbin/agetty 38400 tty1 linux\n" "c2:12345:respawn:/sbin/agetty 38400 tty2 linux\n" "c3:12345:respawn:/sbin/agetty 38400 tty3 linux\n" "c4:12345:respawn:/sbin/agetty 38400 tty4 linux\n" "c5:12345:respawn:/sbin/agetty 38400 tty5 linux\n" "c6:12345:respawn:/sbin/agetty 38400 tty6 linux\n" "\n" "# What to do at the \"Three Finger Salute\".\n" "ca:12345:ctrlaltdel:/sbin/shutdown -r now\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(p):358 msgid "" "First, uncomment the c0 line. By default, it's set to use a terminal " "baud rate of 9600 bps. On Cobalt servers, you may want to change this to " "115200 to match the baud rate decided by the BOOT ROM. This is how that " "section looks on my machine. On a headless machine (e.g. Cobalt servers), " "I'll also recommend commenting out the local terminal lines (c1 " "through to c6) as these have a habit of misbehaving when they can't " "open /dev/ttyX." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre:caption):367 msgid "Example snippet from inittab" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre):367 #, no-wrap msgid "" "\n" "# SERIAL CONSOLE\n" "c0:12345:respawn:/sbin/agetty 115200 ttyS0 vt102\n" "\n" "# TERMINALS -- These are useless on a headless qube\n" "#c1:12345:respawn:/sbin/agetty 38400 tty1 linux\n" "#c2:12345:respawn:/sbin/agetty 38400 tty2 linux\n" "#c3:12345:respawn:/sbin/agetty 38400 tty3 linux\n" "#c4:12345:respawn:/sbin/agetty 38400 tty4 linux\n" "#c5:12345:respawn:/sbin/agetty 38400 tty5 linux\n" "#c6:12345:respawn:/sbin/agetty 38400 tty6 linux\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(p):380 msgid "" "Now, lastly... we have to tell the system, that the local serial port can be " "trusted as a secure terminal. The file we need to poke at is /etc/" "securetty. It contains a list of terminals that the system trusts. We " "simply stick in two more lines, permitting the serial line to be used for " "root logins." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre:caption):388 msgid "Enabling root logins on serial console" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre):388 #, no-wrap msgid "" "\n" "(/dev/ttyS0 -- the traditional name for the first serial port)\n" "# echo 'ttyS0' >> /etc/securetty\n" "\n" "(Lately, Linux also calls this /dev/tts/0 -- so we add this\n" "too)\n" "# echo 'tts/0' >> /etc/securetty\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(title):402 msgid "Rebooting the System" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(p):406 msgid "" "Exit the chrooted environment and unmount all mounted partitions. Then type " "in that one magical command you have been waiting for: reboot." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre:caption):411 msgid "Exiting the chroot, unmounting all partitions and rebooting" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre):411 #, no-wrap msgid "" "\n" "# exit\n" "cdimage ~# cd\n" "cdimage ~# umount -l /mnt/gentoo/dev{/shm,/pts,}\n" "cdimage ~# umount -l /mnt/gentoo{/boot,/proc,}\n" "cdimage ~# reboot\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(note):419 msgid "" "Cobalt Users: The rest of this section covers the setting up of the " "SGI PROM so that it boots arcload off disk and loads Linux. This is " "not applicable to the setup of Cobalt servers. In fact, all your work is " "done -- there is no configuration needed for the first boot up, you can skip " "to the next section: Finalising your " "Gentoo Installation" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(title):433 msgid "Tweaking the SGI PROM" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(title):435 msgid "Setting generic PROM settings" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(p):438 msgid "" "Now that you've installed the bootloader, you're ready to reboot the machine." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre:caption):442 msgid "Rebooting" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre):442 #, no-wrap msgid "" "\n" "(Exit the chroot environment)\n" "# exit\n" "\n" "(Unmount the drives)\n" "cdimage ~# umount -l /mnt/gentoo/dev{/shm,/pts,}\n" "cdimage ~# umount -l /mnt/gentoo{/boot,/proc,}\n" "\n" "(Reboot)\n" "# reboot\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(p):454 msgid "" "When you are rebooted, go to the System Maintenance Menu and select " "Enter Command Monitor (5) like you did when you netbooted the " "machine." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre:caption):460 msgid "Configuring the PROM to Boot Gentoo" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre):460 #, no-wrap msgid "" "\n" "1) Start System\n" "2) Install System Software\n" "3) Run Diagnostics\n" "4) Recover System\n" "5) Enter Command Monitor\n" "\n" "Option? 5\n" "Command Monitor. Type \"exit\" to return to the menu.\n" "\n" "(Set some options for arcload)\n" "\n" "(Provide the location of the Volume Header)\n" ">> setenv SystemPartition scsi(0)disk(1)rdisk(0)partition(8)\n" "\n" "(Automatically boot Gentoo)\n" ">> setenv AutoLoad Yes\n" "\n" "(Set the timezone)\n" ">> setenv TimeZone EST5EDT\n" "\n" "(Use the serial console - graphic adapter users should have \"g\" instead of \"d1\" (one))\n" ">> setenv console d1\n" "\n" "(Setting the serial console baud rate. This is optional, 9600 is the )\n" "(default setting, although one may use rates up to 38400 if that is desired. )\n" ">> setenv dbaud 9600\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(p):489 msgid "Now, the next settings depend on how you are booting the system." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(title):497 msgid "Settings for direct volume-header booting" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(p):500 msgid "" "This is covered here for completeness. It's recommended that users look into " "installing arcload instead." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(note):505 msgid "This only works on the Indy, Indigo2 (R4k) and Challenge S." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre:caption):509 msgid "PROM settings for booting off the volume header" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre):509 #, no-wrap msgid "" "\n" "(<root device> = Gentoo's root partition, e.g. /dev/sda3)\n" ">> setenv OSLoadPartition <root device>\n" "\n" "(To list the available kernels, type \"ls\")\n" ">> setenv OSLoader <kernel name>\n" ">> setenv OSLoadFilename <kernel name>\n" "\n" "(Declare the kernel parameters you want to pass)\n" ">> setenv OSLoadOptions <kernel parameters>\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(p):521 msgid "" "If you wish to try a kernel without messing with kernel parameters, you may " "do so using the boot -f PROM command:" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre:caption):526 msgid "Booting without changing environment variables" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre):526 #, no-wrap msgid "" "\n" "(Booting a kernel, \"new\", with additional options)\n" "# boot -f new root=/dev/sda3 ro\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(title):535 msgid "Settings for arcload" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(p):538 msgid "" "arcload uses the OSLoadFilename option to specify which " "options to set from arc.cf. The configuration file is " "essentially a script, with the top-level blocks defining boot images for " "different systems, and inside that, optional settings. Thus, setting " "OSLoadFilename=mysys(serial) pulls in the settings for the mysys block, then sets further options overridden in serial." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(p):547 msgid "" "In the example file above, we have one system block defined, ip28 " "with working, new and debug options available. We " "define our PROM variables as so:" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre:caption):553 msgid "PROM settings for using arcload" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre):553 #, no-wrap msgid "" "\n" "(Select arcload as the bootloader:- sash64 or sashARCS)\n" ">> setenv OSLoader sash64\n" "\n" "(Use the \"working\" kernel image, defined in \"ip28\" section of arc.cf)\n" ">> setenv OSLoadFilename ip28(working)\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(p):561 msgid "" "Starting with arcload-0.5, files no longer need to be placed in the " "volume header -- they may be placed in a partition instead. To tell " "arcload where to look for its configuration file and kernels, one " "must set the OSLoadPartition PROM variable. The exact value here will " "depend on where your disk resides on the SCSI bus. Use the " "SystemPartition PROM variable as a guide -- only the partition number " "should need to change." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(note):570 msgid "Partitions are numbered starting at 0, not 1 as is the case in Linux." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre:caption):574 msgid "Telling arcload where to find arc.cf" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(pre):574 #, no-wrap msgid "" "\n" "(If you wish to load from the volume header -- use partition 8)\n" ">> setenv OSLoadPartition scsi(0)disk(1)rdisk(0)partition(8)\n" "\n" "(Otherwise, specify the partition and filesystem type)\n" ">> setenv OSLoadPartition scsi(0)disk(1)rdisk(0)partition(0)[ext2]\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(title):586 msgid "All Done" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(p):589 msgid "" "Now you're ready to enjoy Gentoo! Boot up your Gentoo installation and " "finish up with Finalizing your Gentoo " "Installation." msgstr "" #. Place here names of translator, one per line. Format should be NAME; ROLE; E-MAIL #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-mips-bootloader.xml(None):0 msgid "translator-credits" msgstr ""