From 7f74ace8d348f6e5036893cc6c595e39a3fabf1d Mon Sep 17 00:00:00 2001
From: Francis Rowe
- 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