summaryrefslogtreecommitdiff
path: root/en/boot-installer
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2009-04-08 07:10:21 +0000
committerFrans Pop <elendil@planet.nl>2009-04-08 07:10:21 +0000
commitf8b658bdcc4afcba3717afe04e2ee855b5fb34fd (patch)
tree416bccb38471cbea257807b4220914236573cc06 /en/boot-installer
parent222059f1e2f9174fef962f84f530e8f9a5723c69 (diff)
downloadinstallation-guide-f8b658bdcc4afcba3717afe04e2ee855b5fb34fd.zip
Additional clarification for booting D-I from GRUB
Diffstat (limited to 'en/boot-installer')
-rw-r--r--en/boot-installer/x86.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/en/boot-installer/x86.xml b/en/boot-installer/x86.xml
index 1d746a684..6a1916da6 100644
--- a/en/boot-installer/x86.xml
+++ b/en/boot-installer/x86.xml
@@ -195,17 +195,17 @@ For more details, refer to the
The procedure for <command>GRUB</command> is quite similar. Locate your
<filename>menu.lst</filename> in the <filename>/boot/grub/</filename>
-directory (sometimes in the <filename>/boot/boot/grub/</filename>),
-add the following lines:
+directory (or sometimes <filename>/boot/boot/grub/</filename>) and add an
+entry for the installer, for example (assuming <filename>/boot</filename>
+is on the first partition of the first disk in your system):
<informalexample><screen>
title New Install
-kernel (hd0,0)/boot/newinstall/vmlinuz
-initrd (hd0,0)/boot/newinstall/initrd.gz
+root (hd0,0)
+kernel /boot/newinstall/vmlinuz
+initrd /boot/newinstall/initrd.gz
</screen></informalexample>
-and reboot.
-
</para><para>
From here on, there should be no difference between <command>GRUB</command>