diff options
author | Francis 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) |
commit | 7f74ace8d348f6e5036893cc6c595e39a3fabf1d (patch) | |
tree | 6e10989d7869a870cbaf1bacfdd2002f65a007fe | |
parent | 6ca942c236967bde26c97830cf8b216f61245461 (diff) | |
download | libreboot-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.html | 9 |
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> <b>linux (usb0)/path/to/kernel PARAMETERS MAYBE_MORE_PARAMETERS</b><br/> - grub> <b>initrd (usb0)/path/to/initrd</b><br/> + grub> <b>set root='usb0'</b><br/> + grub> <b>linux /path/to/kernel PARAMETERS MAYBE_MORE_PARAMETERS</b><br/> + grub> <b>initrd /path/to/initrd</b><br/> grub> <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> |