diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 93ca4b92c..69502e4df 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -92,6 +92,9 @@ first a summary, then a detailed log.
+September 28th, 2004 [matt]: Made Grub's configuration
+file location FHS compliant.
+
September 28th, 2004 [matt]: Added a note regarding a known
failure in the GRUB testsuite
diff --git a/chapter08/grub.xml b/chapter08/grub.xml
index f4f19368d..57293c359 100644
--- a/chapter08/grub.xml
+++ b/chapter08/grub.xml
@@ -120,4 +120,11 @@ EOF
know, you can find more information regarding Grub on its website, located at:
.
+The FHS stipulates that Grub's menu.lst file should be symlinked to
+/etc/grub/menu.lst. To satisfy this requirement, issue the following
+command:
+
+mkdir /etc/grub &&
+ln -s /boot/grub/menu.lst /etc/grub
+