Changeset 073fae8 for BOOK/bootable
- Timestamp:
- Jun 9, 2006, 5:15:04 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- e29fb58
- Parents:
- b708a6c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/ppc/yaboot.xml
rb708a6c r073fae8 31 31 it. This is all handled by <command>ybin</command> the yaboot installer.</para> 32 32 33 <para os="d">Ybin assembles all the information it needs by reading yaboot.conf, 34 then writes the bootstrap. When booted, the bootstrap provides an initial menu to 35 choose between linux, boot from CD, and e.g. osx (depending on what was in yaboot.conf). 36 If you boot to 'linux', yaboot kicks in and lets you select which kernel to use.</para> 33 <para os="d">Ybin writes an optional 'OS selector' menu into Open Firmware, 34 then writes yaboot and yaboot.conf to the bootstrap partition, blesses this, 35 and updates the boot device recorded in nvram. When booted, the OF provides 36 the initial menu to choose between linux, boot from CD, and e.g. OSX 37 (depending on what was in yaboot.conf). If you boot to 'linux', yaboot is 38 executed and lets you select which kernel to use.</para> 37 39 38 40 <para os="e">Images (kernels) are specified, together with any necessary path, … … 44 46 full OF path to the device, obtained by running <command>ofpath /dev/hdX</command> 45 47 .</para> 46 47 <para os="f">Note that the man page mentions which filesystems yaboot can48 navigate to find the images - the only linux filesystem type mentioned is ext2.49 You can use ext3 because that can be read like ext2, but if you wish to use50 reiserfs or any other filesystem you may need to create a separate boot partition51 formatted as ext2.</para>52 48 53 49 <para os="h">Using the above information, determine the appropriate designators … … 136 132 137 133 <warning os="r"> 138 <para>The following command will overwrite the current boot loader. 139 Do not run the command if this is not desired.</para> 134 <para>The following command will update the bootstrap partition and the 135 boot variable in Open Firmware. Do not run the command if this is not 136 desired.</para> 140 137 </warning> 141 138
Note:
See TracChangeset
for help on using the changeset viewer.