本文介绍了一种制作系统启动盘的方法。可以在没有OS登录权限或未安装OS时检查PCIE等设备的运行状态,获取设备信息,典型应用场景如下:
实现思路:
属性 | 值 |
---|---|
准备initrd.img和vmlinuz的系统 | CentOS Linux release 7.4.1708 (Core) |
服务器 | Inspur NF5280M5 |
约束 | 目前仅支持UEFI启动方式 |
名称 | 下载链接 | 用途 |
---|---|---|
Centos7安装镜像 | 点击下载 | 系统引导镜像 |
UltraISO | 点击下载 | 修改ISO镜像的工具 |
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 curl -o /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo yum clean all yum makecache yum install -y centos-release-scl yum install -y devtoolset-7-gcc devtoolset-7-gcc-c++ devtoolset-7-gdb yum install -y glibc-static libstdc++-static source /opt/rh/devtoolset-7/enable
export ROOT=$PWD wget --no-check-certificate https://busybox.net/downloads/busybox-1.32.1.tar.bz2 tar -jxvf busybox-1.32.1.tar.bz2