Ignore:
Timestamp:
Jul 8, 2008, 4:50:46 PM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
bfa7128
Parents:
3f79d3c
Message:

Add the 256-byte innode patch to grub.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/x86/grub.xml

    r3f79d3c rca9712f  
    2424    <title>Installation of GRUB</title>
    2525
    26    <para os="p1">GRUB has an issue where it sometimes doesn't detect
    27    the disk geometry correctly when used with Linux 2.6, resulting
    28    in the error message <literal>Error 24: Attempt to access block outside
    29    partition</literal>. The following patch contains a fix for this issue
    30    as well as various fixes for raid controllers and support for the
    31    new Intel Mac:</para>
     26    <para os="p1">GRUB has an issue where it sometimes doesn't detect
     27    the disk geometry correctly when used with Linux 2.6, resulting
     28    in the error message <literal>Error 24: Attempt to access block outside
     29    partition</literal>. The following patch contains a fix for this issue
     30    as well as various fixes for raid controllers and support for the
     31    new Intel Mac:</para>
    3232
    3333<screen os="p2"><userinput>patch -Np1 -i ../&grub-fixes-patch;</userinput></screen>
     34
     35    <para os="p3">By default, GRUB doesn't support ext2 filesystems with 256-byte inodes. Fix this by applying the following patch:</para>
     36
     37<screen os="p4"><userinput>patch -Np1 -i ../&grub-256byte_inode-patch;</userinput></screen>
    3438
    3539    <para os="a">This package is known to have issues when its default optimization
Note: See TracChangeset for help on using the changeset viewer.