CentOS開機報錯:sd 0:0:0:0: [sda] Assuming drive cache: write through


解決方法:

  1. vim /etc/default/grub 文件里去掉 rhgb 參數。
    [root@lb-nginx-01 ~/]#vim /etc/default/grub
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
    GRUB_DEFAULT=saved
    GRUB_DISABLE_SUBMENU=true
    GRUB_TERMINAL_OUTPUT="console"
    GRUB_CMDLINE_LINUX="crashkernel=auto biosdevname=0 net.ifnames=0 rhgb quiet" # 刪掉 rhgb,其中"rhgb"表示"redhat graphics boot",就是圖形進度條模式
    GRUB_DISABLE_RECOVERY="true"
  2. 然后執行 grub2-mkconfig -o /boot/grub2/grub.cfg
    [root@lb-nginx-01 ~/]#grub2-mkconfig -o /boot/grub2/grub.cfg
    Generating grub configuration file ...
    Found linux image: /boot/vmlinuz-3.10.0-862.el7.x86_64
    Found initrd image: /boot/initramfs-3.10.0-862.el7.x86_64.img
    Found linux image: /boot/vmlinuz-0-rescue-4a7be05ea9e048fca01b8d5253845240
    Found initrd image: /boot/initramfs-0-rescue-4a7be05ea9e048fca01b8d5253845240.img
    done
  3. 最后  reboot


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM