diff options
Diffstat (limited to 'docs')
-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 10ccc342..1aa14e16 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> |