UsbInstall - henk52/knowledgesharing GitHub Wiki
Installing from a USB drive.
- http://www.softpanorama.org/Commercial_linuxes/RHEL/Installation/installation_from_usb_drive.shtml
- http://slashsarc.com/2013/12/make-a-rhel-6-bootable-usb-installer/
- https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Installation_Guide/sect-making-usb-media.html
- The first partition must be bootable (i.e. the “active” flag must be set)
- Installing the bootloader
- syslinux /dev/sdc1
- mount /dev/sdc1 /mnt
- cp -p /usr/lib/syslinux/menu.c32 /media/usbdisk/
- Copying the Red Hat installation media