* docs/grub.texi (Troubleshooting): `echo' is not usually available
in the rescue shell, so recommend using `set' instead. Thanks, Jordan Uggla.
This commit is contained in:
parent
4003dd38df
commit
a6a700aa52
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
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'.
|
||||
|
|
|
@ -1927,8 +1927,8 @@ device), then you can correct this and enter normal mode manually:
|
|||
|
||||
@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)
|
||||
|
|
Loading…
Reference in a new issue