#更新 yum -y update #安装screen 与 wget yum -y install screen #如果此命令执行报错,请重头再来 yum -y install wget #下载安装lnmp一键包 wget http://soft.vpser.net/lnmp/lnmp1.5.tar.gz -cO lnmp1.5.tar.gz && tar zxf lnmp1.5.tar.gz && cd lnmp1.5 跑完上面的命令,需做如下操作: 增加`PH...
sudo update-initramfs –u 1. 等待结束后重启电脑,重启后在终端输入如下,没有任何输出表示屏蔽成功 lsmod | grep nouveau 1. 5、进行安装NVIDIA驱动 安装之前保证BIOS设置中的Secure Boot是关闭状态。 进入NVIDIA下载保存的位置,选择在终端打开 执行以下指令: sudo chmod +x NVIDIA-Linux-x86_64-470.86.run sudo ...
``` cp/boot/initamfs-3.10.0-514.el7.x86_64.img initramfs-3.10.0-514.el7.x86_64.img.bak dracut -f --mdadmconf update-initramfs -u 配置grub update-grub ``` 准备重启 ``` #确保已经2块盘同步完成 mdadm -D/dev/md1 #重启系统 init 6 登录 ``` === 硬盘dd克隆 ===填充文件系统剩余...
grub2-set-default 0 && grub2-mkconfig -o /etc/grub2.cfg#这个命令的输出是:[root@centos2 ~]# grub2-set-default 0 && grub2-mkconfig -o /etc/grub2.cfgGenerating grub configuration file ...Found linux image: /boot/vmlinuz-5.16.9-1.el7.elrepo.x86_64Found initrd image: /boot/initramfs...
[root@localhost ~]# yum update (更新程序,但不包括内核) [root@localhost ~]# yum upgrade (包括内核一起更新) 2.查看系统内核版本 [root@localhost ~]# uname -a Linux centos 2.6.32-696.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux ...
grub>initrd16 /initramfs-.xxxxx.img 修复完成后即可进入系统,重建配置文件。 注意:CentOS7因为使用的是grub2,配置文件同grub有不少变化,一定要切记备份grub.cfg以便恢复。 列外: 1. win pe修复win7引导后centos7引导消失的恢复方法: 步骤(一):用centos iso 制作启动u盘进入到安装centos的界面,开机选择的时候不...
You may need to update your initramfs before next boot. To do that, run: dracut -f To load the new driver, run: /etc/init.d/openibd restart 4. 更新initramfs dracut -f 5. 重启系统。 Infiniband配置测试命令 1. 查看IB卡端口状态
/boot/initramfs-5.4.197-1.el7.elrepo.x86_64.img Found linux image: /boot/vmlinuz-3.10.0-693.el7.x86_64 Found initrd image: /boot/initramfs-3.10.0-693.el7.x86_64.img Found linux image: /boot/vmlinuz-0-rescue-12667e2174a8483e915fd89a3bc359fc Found initrd image: /boot/initramfs-0-...
Found initrd image: /boot/initramfs-6.6.11-1.el7.elrepo.x86_64.img Found linux image: /boot/vmlinuz-3.10.0-1160.105.1.el7.x86_64 Found initrd image: /boot/initramfs-3.10.0-1160.105.1.el7.x86_64.img Found linux image: /boot/vmlinuz-3.10.0-327.el7.x86_64 ...
Found initrd image:/boot/initramfs-0-rescue-80c608ceab5342779ba1adc2ac29c213.img done 重启并查看内核版本 [root@etcd2~]# reboot 可以看到内核升级成功 [root@etcd2 ~]# uname -r 5.4.197-1.el7.elrepo.x86_64 [root@etcd2 ~]# uname -rs ...