source: boot/ppc64/yaboot.xml @ 370b16d

Last change on this file since 370b16d was 370b16d, checked in by Jim Gifford <clfs@…>, 18 years ago

r3961@server (orig r1782): ken | 2006-06-18 17:05:16 -0700
Trying to fix the ppc64 boot chapter, with a minor fix to boot/ppc/yaboot, and tidying up the 'Important' messages in ppc64 yaboot.

  • Property mode set to 100644
File size: 2.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-boot-yaboot">
9  <?dbhtml filename="yaboot.html"?>
10
11  <title>Making the Temporary System Bootable</title>
12
13  <indexterm zone="ch-boot-yaboot">
14    <primary sortas="a-Yaboot">Yaboot</primary>
15    <secondary>boot, configuring</secondary>
16  </indexterm>
17
18    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
19    href="../ppc/yaboot.xml"
20    xpointer="xpointer(//*[@os='a'])"/>
21
22  <sect2 role=".">
23    <title>Copying the bootloader to OSX and booting from OF.</title>
24
25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
26    href="../ppc/yaboot.xml"
27    xpointer="xpointer(//*[@os='b'])"/>
28
29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
30    href="../ppc/yaboot.xml"
31    xpointer="xpointer(//*[@os='c'])"/>
32
33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
34    href="../ppc/yaboot.xml"
35    xpointer="xpointer(//*[@os='d'])"/>
36
37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
38    href="../ppc/yaboot.xml"
39    xpointer="xpointer(//*[@os='e'])"/>
40
41  </sect2>
42
43  <sect2 role=".">
44    <title>Using a CD to set up the bootstrap partition.</title>
45
46    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
47    href="../ppc/yaboot.xml"
48    xpointer="xpointer(//*[@os='f'])"/>
49
50    <para os="f2">It is also apprpriate if you are running an old 32-bit Linux
51    kernel on a 64-bit machine, or if the kernel personality has been forced to
52    32-bit.</para>
53
54    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
55    href="../ppc/yaboot.xml"
56    xpointer="xpointer(//*[@os='g'])"/>
57
58    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
59    href="../ppc/yaboot.xml"
60    xpointer="xpointer(//*[@os='h'])"/>
61
62    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
63    href="../../bootable/ppc/yaboot.xml"
64    xpointer="xpointer(//*[@os='r'])"/>
65
66    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
67    href="../ppc/yaboot.xml"
68    xpointer="xpointer(//*[@os='j'])"/>
69
70    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
71    href="../../bootable/ppc/yaboot.xml"
72    xpointer="xpointer(//*[@os='t'])"/>
73
74<screen os="u" role="nodump"><userinput>PATH_PREFIX=/tools mkofboot</userinput></screen>
75
76  </sect2>
77
78</sect1>
Note: See TracBrowser for help on using the repository browser.