最近装了一匹CentOS 6.5的系统,出现以下报错
Unsupported Hardware Detected This hardware (or a combination thereof) is not supported by Red Hat. For more information on supported hardware, please refer to http://www.redhat.com/hardware.
google 了一下关键词unsupported hardware,RHEL 手册提到 kickstart 有个unsupported_hardware 可选项
unsupported_hardware (optional) Tells the installer to suppress the Unsupported Hardware Detected alert. If this command is not included and unsupported hardware is detected, the installation will stall at this alert.
原因是因为宿主机的硬件比较新,内核太久导致错误提示,将unsupported_hardware加入到kickstart中,就会自动跳过这个警告