Skip to content

Tools to create USB devices from ISO images (e.g. Service Packs from HP) or kickstart installations for CentOS/RHEL.

License

Notifications You must be signed in to change notification settings

WEMS/usb-tools

 
 

Repository files navigation

spp-usb-creator

Utility to create bootable USB stick containing HP Service Pack for ProLiant. For firmware/ILO updates.

Description

This shell script takes the HP Service Pack ISO and creates a bootable USB stick using syslinux. The script must be executed as root.

Just plug the created USB stick into the target server and boot. It stops shortly with "boot: " prompt, but if no input is done, it continues shortly. The firmwares (including ILO) are updated automatically. At the end the server is shut down.

Requirements

  • Linux to execute this script
  • USB stick with min 8GB size
  • HP Service Pack for ProLiant ISO file (~5.5GB) Current one: ftp://ftp.hp.com/pub/softlib2/software1/cd-generic/p67859018/v113584/SPP2015100.2015_0921.6.iso

kickstart-usb-creator

Utility to create bootable USB stick for kickstart installation.

Description

The script takes an RHEL/CentOS installation ISO and a kickstart file and creates a bootable USB stick.

Further details on kickstart configuration file: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Installation_Guide/chap-kickstart-installations.html

Requirements

kickstart-iso-creator

The script takes an CentOS installation ISO and a kickstart file and creates a ISO file. Specific drivers can be included using the "--includepath" option. All files inside the given directory path will be stored into customfiles/ directory at the resulting ISO.

Requirements

About

Tools to create USB devices from ISO images (e.g. Service Packs from HP) or kickstart installations for CentOS/RHEL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%