Most of the cases we do experiments are using virtual machines, but the personal comparison is really too old, limited performance, so the virtual machine inside the system start God slow, how to do? Shut down all services that are not available in the system, as follows
For i in ' chkconfig--list | awk ' {print '} ' do chkconfig $i Offdone
OK, my this is really all closed ah, and then I open the process I need, as follows
Chkconfig Network on #网络要启动chkconfig rsyslog on #系统日志chkconfig sshd in #远程sshchkconfig crond on # Scheduled Tasks
After the completion, reboot restart, starting speed is very fast, and time does shorten a lot;
Into the graphics, the results found that the mouse keyboard is not used, the graphics card is dead (Linux graphics, we understand), and then restarted several times are so, then I have to admit that I made a mistake, closed the service should not be closed, to the online search (have to say that learning to ask is really important)
Thanks to this friend's tip: http://3353175.blog.51cto.com/3343175/826411
Solve:
Chkconfig Haldaemon on Chkconfig messagebus on
Actually start Haldaemon can, but do not start Messagebus words Haldaemon will not start
As for the two services are what, then I would like to thank you Baidu a bit
This article from "Fried, egg fried rice" blog, please be sure to keep this source http://danchaofan.blog.51cto.com/1196121/1852251
The mouse keyboard is not available after Linux shuts down the service