Changeset ca9712f
- Timestamp:
- Jul 8, 2008, 4:50:46 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- bfa7128
- Parents:
- 3f79d3c
- Files:
-
- 1 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/x86/grub.xml
r3f79d3c rca9712f 24 24 <title>Installation of GRUB</title> 25 25 26 <para os="p1">GRUB has an issue where it sometimes doesn't detect27 the disk geometry correctly when used with Linux 2.6, resulting28 in the error message <literal>Error 24: Attempt to access block outside29 partition</literal>. The following patch contains a fix for this issue30 as well as various fixes for raid controllers and support for the31 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> 32 32 33 33 <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> 34 38 35 39 <para os="a">This package is known to have issues when its default optimization -
BOOK/final-system/x86_64/grub.xml
r3f79d3c rca9712f 21 21 <title>Installation of GRUB</title> 22 22 23 <para os=" p3">GRUB has an issue that can cause it to segfault when you23 <para os="ap3">GRUB has an issue that can cause it to segfault when you 24 24 try to configure a drive to utilize GRUB on x86_64 machines. The following 25 25 patch fixes this problem:</para> 26 26 27 <screen os=" p4"><userinput>patch -Np1 -i ../&grub-use_mmap-patch;</userinput></screen>27 <screen os="ap4"><userinput>patch -Np1 -i ../&grub-use_mmap-patch;</userinput></screen> 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 34 34 href="../x86/grub.xml" 35 35 xpointer="xpointer(//*[@os='p2'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 38 href="../x86/grub.xml" 39 xpointer="xpointer(//*[@os='p3'])"/> 40 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 42 href="../x86/grub.xml" 43 xpointer="xpointer(//*[@os='p4'])"/> 36 44 37 45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/introduction/x86/changelog.xml
r3f79d3c rca9712f 34 34 35 35 <listitem> 36 <para>August 28, 2006</para> 36 <para>July 08, 2008</para> 37 <itemizedlist> 38 <listitem> 39 <para>[jciccone] - Added the 256-Byte Inode patch to Grub.</para> 40 </listitem> 41 </itemizedlist> 42 </listitem> 43 44 <listitem> 45 <para>March 18, 2008</para> 37 46 <itemizedlist> 38 47 <listitem> -
BOOK/introduction/x86_64/changelog.xml
r3f79d3c rca9712f 35 35 36 36 <listitem> 37 <para>July 08, 2008</para> 38 <itemizedlist> 39 <listitem> 40 <para>[jciccone] - Added the 256-Byte Inode patch to Grub.</para> 41 </listitem> 42 </itemizedlist> 43 </listitem> 44 45 <listitem> 37 46 <para>November 17, 2007</para> 38 47 <itemizedlist> -
BOOK/materials/x86/patches.xml
r3f79d3c rca9712f 31 31 </varlistentry> 32 32 33 <varlistentry os="grub-256byte_inode-patch"> 34 <term>Grub 256-Byte Inode Patch - <token>&grub-256byte_inode-patch-size;</token>:</term> 35 <listitem> 36 <para>Download: <ulink 37 url="&patches-root;&grub-256byte_inode-patch;"/></para> 38 <para>MD5 sum: <literal>&grub-256byte_inode-patch-md5;</literal></para> 39 </listitem> 40 </varlistentry> 41 33 42 <varlistentry os="grub-fixes-patch"> 34 43 <term>Grub Various Fixes - <token>&grub-fixes-patch-size;</token>:</term> -
BOOK/materials/x86_64/patches.xml
r3f79d3c rca9712f 25 25 href="../x86/patches.xml" 26 26 xpointer="xpointer(//*[@os='gcc-specs-patch'])"/> 27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 29 href="../x86/patches.xml" 30 xpointer="xpointer(//*[@os='grub-256byte_inode-patch'])"/> 27 31 28 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/patches.ent
r3f79d3c rca9712f 239 239 <!ENTITY bin86-x86_64-patch-size "2 KB"> 240 240 241 <!ENTITY grub-256byte_inode-patch "grub-&grub-version;-256byte_inode-1.patch"> 242 <!ENTITY grub-256byte_inode-patch-md5 "2482bef9c1866b4045767a56268ba673"> 243 <!ENTITY grub-256byte_inode-patch-size "4 KB"> 244 241 245 <!ENTITY grub-fixes-patch "grub-&grub-version;-fixes-1.patch"> 242 246 <!ENTITY grub-fixes-patch-md5 "6f095b98bde1db8d5b1a7ceef96ca351">
Note:
See TracChangeset
for help on using the changeset viewer.