diff options
Diffstat (limited to 'en/boot-installer/x86.xml')
-rw-r--r-- | en/boot-installer/x86.xml | 12 |
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> |