参考文章:http://www.mintos.org/skill/fast-boot.html

今天本来不打算写Blog了,Linux笔记本开机太慢了,浪费生命。何不干脆写一篇关于加快Linux主机启动的Blog呢?

vi gedit /etc/default/grub

修改里面文件,

GRUB_OUT=1;

GRUB_CMDLINE_LINUX_DEFAULT="profile"//profile原先为“quit splash”最后改成“quit splash text”

然后:wq!

sudo update-grub

然后reboot。

修改后第一次启动可能会更慢,,可能还会有一段黑屏,多来几次就好了。开机画面由图像变为终端文字模式,酷酷哒。

sudo gedit /etc/fstab

UUID=2a3f1cfb-b5f6-4b48-a7c8-1a7f7efc2bbb / ext4 errors=remount-ro 0 0

UUID=2a3f1cfb-b5f6-4b48-a7c8-1a7f7efc2bbb / ext4 errors=remount-ro 0 1//由于这块没有快多少,又改回来了

 

开机启动项还没有修改,再说吧。

可以试试永久纯命令模式启动:http://jingyan.baidu.com/article/c1465413f4019b0bfcfc4c14.html

相关文章:

  • 2021-05-18
  • 2022-12-23
  • 2022-12-23
  • 2021-08-05
  • 2021-08-15
  • 2021-11-30
  • 2021-05-10
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-12
  • 2021-06-22
  • 2021-12-06
  • 2022-12-23
  • 2021-07-29
相关资源
相似解决方案