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
  1. The first partition must be bootable (i.e. the “active” flag must be set)
  2. Installing the bootloader
    • syslinux /dev/sdc1
  3. mount /dev/sdc1 /mnt
  4. cp -p /usr/lib/syslinux/menu.c32 /media/usbdisk/
  5. Copying the Red Hat installation media
⚠️ **GitHub.com Fallback** ⚠️