<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  <!ENTITY % general-entities SYSTEM "../../general.ent">
  %general-entities;
]>

<sect1 id="ch-temp-system-choose">
  <?dbhtml filename="choose.html"?>

  <title>To Boot or to Chroot?</title>

    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    href="../common/choose.xml"
    xpointer="xpointer(//*[@os='a'])"/>

    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    href="../common/choose.xml"
    xpointer="xpointer(//*[@os='b'])"/>

    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    href="../common/choose.xml"
    xpointer="xpointer(//*[@os='c'])"/>

<screen ><userinput>/tools/lib/libc.so.6
/tools/lib64/libc.so.6
/tools/bin/gcc -v</userinput></screen>

  <para os="d">If any of these commands fail, you will have to follow the boot
  method.</para>

  <para>To chroot, you will also need a Linux Kernel-2.6.32 or greater
  (having been compiled with GCC-4.1.2 or greater). The reason for the
  kernel version requirement is that Glibc is built to generate the library
  for the smallest version of the Linux kernel expected to be supported.</para>

  <para>To check your kernel version, run <command>cat /proc/version</command>
  - if it does not say that you are running a 2.6.32 or later Linux kernel,
  compiled with GCC 4.1.2 or later, you cannot chroot.</para>

    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    href="../common/choose.xml"
    xpointer="xpointer(//*[@os='e'])"/>

    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    href="../common/choose.xml"
    xpointer="xpointer(//*[@os='f'])"/>

</sect1>
