目前在做的项目中需要对操作系统进行快速启动,由于选择的是银河麒麟操作系统,故下文是针对该操作系统的启动优化,其他操作系统可以参考。
首先修改/boot/grub/grub.cfg中的timeout,全部改为0
然后修改/etc/grub.d/30_os-prober中的timeout,也全部改为0
安装目录下的验证包后能在启动时跳过系统验证
进入目录执行 dpkg –i *.deb
可以关闭的服务如下:
- systemctl disable lvm2-monitor.service
-
- systemctl disable accounts-daemon.service
-
- systemctl disable lm-sensors.service
-
- systemctl disable kylin-dmesg.service
-
- systemctl disable cups.path
-
- systemctl disable cups-browsed.service
-
- systemctl disable cups.service
-
- systemctl disable NetworkManager-wait-online.service
-
- systemctl disable remote-fs.target
-
- systemctl disable lvm2-lvmetad.socket
-
- systemctl disable lvm2-lvmpolld.socket
-
- systemctl disable kylin-activation-check.service
-
- systemctl disable apt-daily.timer
-
- systemctl disable pppd-dns.service
下面列出系统中启动的服务和关闭的服务
全部优化后启动时间为10s
网站声明:如果转载,请联系本站管理员。否则一切后果自行承担。
添加我为好友,拉您入交流群!
请使用微信扫一扫!