summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-06-08 17:09:37 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-06-08 17:09:37 (EDT)
commit7f74ace8d348f6e5036893cc6c595e39a3fabf1d (patch)
tree6e10989d7869a870cbaf1bacfdd2002f65a007fe
parent6ca942c236967bde26c97830cf8b216f61245461 (diff)
downloadlibreboot-7f74ace8d348f6e5036893cc6c595e39a3fabf1d.zip
libreboot-7f74ace8d348f6e5036893cc6c595e39a3fabf1d.tar.gz
libreboot-7f74ace8d348f6e5036893cc6c595e39a3fabf1d.tar.bz2
docs/gnulinux/grub_boot_installer.html: improve instructions
-rw-r--r--docs/gnulinux/grub_boot_installer.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/gnulinux/grub_boot_installer.html b/docs/gnulinux/grub_boot_installer.html
index 10ccc34..1aa14e1 100644
--- a/docs/gnulinux/grub_boot_installer.html
+++ b/docs/gnulinux/grub_boot_installer.html
@@ -176,12 +176,15 @@
</b>
GRUB works the same way, but in it's own way. Example GRUB commands:<br/>
- grub&gt; <b>linux (usb0)/path/to/kernel PARAMETERS MAYBE_MORE_PARAMETERS</b><br/>
- grub&gt; <b>initrd (usb0)/path/to/initrd</b><br/>
+ grub&gt; <b>set root='usb0'</b><br/>
+ grub&gt; <b>linux /path/to/kernel PARAMETERS MAYBE_MORE_PARAMETERS</b><br/>
+ grub&gt; <b>initrd /path/to/initrd</b><br/>
grub&gt; <b>boot</b><br/>
+ Note: <i>usb0</i> may be incorrect. Check the output of the <i>ls</i> command in GRUB,
+ to see a list of USB devices/partitions.
Of course this will vary from distro to distro. If you did all that correctly, it should now be booting the ISO
- the way you specified.
+ the way that you specified.
</p>
<p>