* docs/grub.texi (GRUB only offers a rescue shell): Suggest the use
of `ls' to find out which devices are available.
This commit is contained in:
parent
3c62402d08
commit
8f94255340
2 changed files with 7 additions and 0 deletions
|
@ -4127,6 +4127,8 @@ device), then you can correct this and enter normal mode manually:
|
|||
@group
|
||||
# Inspect the current prefix (and other preset variables):
|
||||
set
|
||||
# Find out which devices are available:
|
||||
ls
|
||||
# Set to the correct value, which might be something like this:
|
||||
set prefix=(hd0,1)/grub
|
||||
set root=(hd0,1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue