Changeset ca9712f for BOOK/final-system/x86/grub.xml
- 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
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.