Skip to content

Instantly share code, notes, and snippets.

@jb-alvarado
Last active July 22, 2021 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jb-alvarado/16bea8fc27c6dad877f46bf184a193a5 to your computer and use it in GitHub Desktop.
Save jb-alvarado/16bea8fc27c6dad877f46bf184a193a5 to your computer and use it in GitHub Desktop.

Install CentOS 8.2 on IBM x3650 M3

  1. prepare 2 USB sticks
  • first with Centos 8.2 minimal
  • second with correct version of dd-megaraid_sas driver from elrepo.org
  • the USB stick for the megaraid driver should have the lable OEMDRV, other while the drive is not recognize
  1. plug both USB sticks on server and boot
  2. go with F12 in boot menu and select USB device
  3. go truth the steps from CentOS install process
  • (if the driver stick is correct prepared, CentOS will automatically load it)
  1. after installation is done, and system is rebooted, install kernel-plus:
# yum install yum-utils
# yum-config-manager --enable centosplus
  • edit /etc/sysconfig/kernel and change DEFAULTKERNEL to: kernel-plus
  • install kernel-plus: yum install kernel-plus
  • remove and install kernel tools:
# yum erase kernel-tools kernel-tools-libs
# yum install kernel-plus-tools kernel-plus-tools-libs
  • uninstall old kernel: # yum erase kernel
  1. reboot
  2. done...

References:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment