diff options
author | Matěj Laitl <matej@laitl.cz> | 2011-11-02 11:18:03 +0100 |
---|---|---|
committer | Matěj Laitl <matej@laitl.cz> | 2011-11-02 11:18:03 +0100 |
commit | ff02b8dff8d0132f1d355cf6164464a674a1a23e (patch) | |
tree | eedc81b4be289c8177c91f786aeead19a418e2e9 /docs/grub-2-guide.xml | |
parent | GRUB 2 Guide fixes by Moritz Schlarb (diff) | |
download | scarabeus-master.tar.gz scarabeus-master.tar.bz2 scarabeus-master.zip |
Diffstat (limited to 'docs/grub-2-guide.xml')
-rw-r--r-- | docs/grub-2-guide.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/grub-2-guide.xml b/docs/grub-2-guide.xml index 42ab32b..100e6ed 100644 --- a/docs/grub-2-guide.xml +++ b/docs/grub-2-guide.xml @@ -426,6 +426,14 @@ command that probes your system for all the required data. Cooperating with <i>sys-boot/os-prober</i>, it detects even other OSes on all disks. </p> +<impo>If you want to configure GRUB 2 from a chrooted environment (e.g. from the +Gentoo LiveDVD) and you need os-prober functionality, you have to mount the sysfs +from the live system: +<pre caption="Bind-mounting sysfs"> +# <i>mount --rbind /sys /path/to/chroot/sys</i> +</pre> +</impo> + <impo> If you updated from GRUB Legacy then your <path>/boot/grub/menu.lst</path> was converted to <path>/boot/grub2/grub.cfg</path> to ensure that your system |