in the rescue shell, so recommend using `set' instead. Thanks,
Jordan Uggla.
+2010-06-07 Colin Watson <cjwatson@ubuntu.com>
+
+ * docs/grub.texi (Troubleshooting): `echo' is not usually available
+ in the rescue shell, so recommend using `set' instead. Thanks,
+ Jordan Uggla.
+
2010-06-07 Colin Watson <cjwatson@ubuntu.com>
* docs/grub.texi (Filesystem): Refer to `search' instead of `find'.
@example
@group
-# Inspect the current prefix:
-echo @verb{'${prefix}'}
+# Inspect the current prefix (and other preset variables):
+set
# Set to the correct value, which might be something like this:
set prefix=(hd0,1)/grub
set root=(hd0,1)