Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 85762
Collapse All | Expand All

(-)en/handbook/hb-install-mips-medium.xml (-5 / +22 lines)
Lines 4-15 Link Here
4
<!-- The content of this document is licensed under the CC-BY-SA license -->
4
<!-- The content of this document is licensed under the CC-BY-SA license -->
5
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
5
<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
6
6
7
<!-- $Header: /var/cvsroot/gentoo-doc/en/handbook/hb-install-mips-medium.xml,v 1.40 2005/03/21 00:00:39 stuartl Exp $ -->
7
<!-- $Header: /var/cvsroot/gentoo-doc/en/handbook/hb-install-mips-medium.xml,v 1.42 2005/03/29 23:19:39 stuartl Exp $ -->
8
8
9
<sections>
9
<sections>
10
10
11
<version>1.5</version>
11
<version>1.7</version>
12
<date>2005-02-14</date>
12
<date>2005-03-30</date>
13
13
14
<section>
14
<section>
15
<title>Hardware Requirements</title>
15
<title>Hardware Requirements</title>
Lines 891-907 Link Here
891
<path>/nfsroot</path>.  You can do this in one hit using these commands:
891
<path>/nfsroot</path>.  You can do this in one hit using these commands:
892
</p>
892
</p>
893
893
894
<note>
895
Please note, the RaQ1 and Qube 2700 look for <path>vmlinux.gz</path> rather than
896
<path>vmlinux_raq-2800.gz</path>.
897
</note>
898
894
<pre caption="Putting CoLo in the nfsroot">
899
<pre caption="Putting CoLo in the nfsroot">
895
# <i>tar -xzvf colo-1.XX.tar.gz</i>
900
# <i>tar -xzvf colo-1.XX.tar.gz</i>
896
# <i>cd colo-1.XX/binaries</i>
901
# <i>cd colo-1.XX/binaries</i>
902
903
<comment>(For Qube 2800, RaQ2, etc)</comment>
897
# <i>gzip -9vc colo-chain.elf &gt; /nfsroot/vmlinux_raq-2800.gz</i>
904
# <i>gzip -9vc colo-chain.elf &gt; /nfsroot/vmlinux_raq-2800.gz</i>
905
906
<comment>(For RaQ1, Qube 2700)</comment>
907
# <i>gzip -9vc colo-chain.elf &gt; /nfsroot/vmlinux.gz</i>
908
898
# <i>cd /nfsroot</i>
909
# <i>cd /nfsroot</i>
899
# <i>ln . boot</i>
910
# <i>ln . boot</i>
900
</pre>
911
</pre>
901
912
902
<note>
913
<note>
903
  If the latest CoLo release fails to boot, you may wish to try an earlier
914
If the latest CoLo release fails to boot, you may wish to try an earlier
904
  release.  Version 1.16 and earlier are known to work.
915
release.  Version 1.16 and earlier are known to work.
905
</note>
916
</note>
906
917
907
</body>
918
</body>
Lines 1031-1036 Link Here
1031
serial console, you should be dropped to a prompt as shown below.
1042
serial console, you should be dropped to a prompt as shown below.
1032
</p>
1043
</p>
1033
1044
1045
<note>
1046
It has been reported that simply selecting the NFS boot option does all of this
1047
for you under modern versions of CoLo.  If selecting this option does not work,
1048
then read on.
1049
</note>
1050
1034
<pre caption="CoLo booting to a prompt">
1051
<pre caption="CoLo booting to a prompt">
1035
[ "CoLo" v1.13 ]
1052
[ "CoLo" v1.13 ]
1036
stage2: 87fb0000-88000000
1053
stage2: 87fb0000-88000000

Return to bug 85762