source: chapter08/colo.xml@ 5668687

Last change on this file since 5668687 was 5668687, checked in by Jim Gifford <jim@…>, 19 years ago

Removed the probing error at startup on RaQ2 -- annoyance

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4550 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<sect1 id="ch-bootable-colo" arch="raq2">
7<title>Making the LFS system bootable</title>
8<?dbhtml filename="colo.html"?>
9
10<indexterm zone="ch-bootable-colo">
11<primary sortas="a-Colo">Colo</primary>
12<secondary>configuring</secondary></indexterm>
13
14<para>Your shiny new LFS system is almost complete. One of the last things to
15do is ensure you can boot it. The instructions below apply only to
16Colbalt RaQ2/Cube2 servers. Information on <quote>boot
17loading</quote> for other architectures should be available in the usual
18resource-specific locations for those architectures.</para>
19
20<para>Boot loading can be a complex area. First, a few cautionary words. You
21really should be familiar with your current boot loader and any other
22operating systems present on your hard drive(s) that you might wish to keep
23bootable. Please make sure that you have an emergency boot disk ready, so that
24you can rescue your computer if, by any chance, your computer becomes unusable
25(un-bootable).</para>
26
27<para>Earlier, we compiled and installed the Cobalt boot loader software in
28preparation for this step. Now we will configure our system to boot using
29Colo. Here is a simpe default.colo to use.</para>
30
31<screen><userinput>cat &gt; /boot/default.colo &lt;&lt; "EOF"
32#:CoLo:#
33#
34# load linux
35#
36lcd 'Booting 2.6.9...'
37load vmlinux-2.6.9.gz
38execute root=/dev/hda2 console=ttyS0,115200 ide1=noprobe
39EOF</userinput></screen>
40
41<para>Included in /usr/lib/colo/examples are more examples of a
42default.colo file.</para>
43
44</sect1>
Note: See TracBrowser for help on using the repository browser.