Ignore:
Timestamp:
Feb 27, 2009, 9:04:27 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
0a57827
Parents:
f1688c0
Message:

Grub Update - Thank you Zackcd ..

File:
1 edited

Legend:

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

    rf1688c0 r1ebba95  
    3131    </note>
    3232
    33     <para os="p1">GRUB has an issue where it sometimes doesn't detect
     33    <para os="p1">GRUB has an issue that can cause it to segfault when you
     34    try to configure a drive to utilize GRUB on x86_64 and building machines. The following
     35    patch fixes this problem:</para>
     36
     37<screen os="p2"><userinput>patch -Np1 -i ../&grub-use_mmap-patch;</userinput></screen>
     38
     39    <para os="p3">GRUB has an issue where it sometimes doesn't detect
    3440    the disk geometry correctly when used with Linux 2.6, resulting
    3541    in the error message <literal>Error 24: Attempt to access block outside
     
    3844    new Intel Mac:</para>
    3945
    40 <screen os="p2"><userinput>patch -Np1 -i ../&grub-fixes-patch;</userinput></screen>
     46<screen os="p4"><userinput>patch -Np1 -i ../&grub-fixes-patch;</userinput></screen>
    4147
    42     <para os="p3">By default, GRUB doesn't support ext2 filesystems with 256-byte inodes. Fix this by applying the following patch:</para>
     48    <para os="p5">By default, GRUB doesn't support ext2 filesystems with 256-byte inodes. Fix this by applying the following patch:</para>
    4349
    44 <screen os="p4"><userinput>patch -Np1 -i ../&grub-256byte_inode-patch;</userinput></screen>
     50<screen os="p6"><userinput>patch -Np1 -i ../&grub-256byte_inode-patch;</userinput></screen>
     51
     52    <para os="p7">By default, GRUB doesn't support ext4 filesystems. Fix this by applying the following patch:</para>
     53
     54<screen os="p8"><userinput>patch -Np1 -i ../&grub-ext4-patch;</userinput></screen>
    4555
    4656    <para os="a">This package is known to have issues when its default optimization
Note: See TracChangeset for help on using the changeset viewer.