In http://www.gentoo.org/doc/en/handbook/handbook-mips.xml?part=1&chap=2#doc_chap5: Code Listing 11: Putting CoLo in the nfsroot # tar -xzvf colo-1.XX.tar.gz # cd colo-1.XX/binaries (For Qubte 2800, RaQ2, etc) # gzip -9vc colo-chain.elf > /nfsroot/vmlinux_raq-2800.gz (For RaQ1, Qube 2700) # gzip -9vc colo-chain.elf > /nfsroot/vmlinux.gz # cd /nfsroot # ln . boot I think it should be Qube 2800, not Qubte 2800 (not using mips, so have no knowledge about this).
Yeah, that is a typo since the code example below specifies Qube.
Fixed in CVS, thanks for reporting!