From 7f74ace8d348f6e5036893cc6c595e39a3fabf1d Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Mon, 08 Jun 2015 17:09:37 -0400 Subject: docs/gnulinux/grub_boot_installer.html: improve instructions --- (limited to 'docs') 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 @@ GRUB works the same way, but in it's own way. Example GRUB commands:
- grub> linux (usb0)/path/to/kernel PARAMETERS MAYBE_MORE_PARAMETERS
- grub> initrd (usb0)/path/to/initrd
+ grub> set root='usb0'
+ grub> linux /path/to/kernel PARAMETERS MAYBE_MORE_PARAMETERS
+ grub> initrd /path/to/initrd
grub> boot
+ Note: usb0 may be incorrect. Check the output of the ls 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.

-- cgit v0.9.1