首先安裝bootchart,到終端機:
$sudo apt-get install bootchart

  之後每一次開機,它便會記錄各個開機程序所耗用的資源,
  並整理成圖表(如左圖,點圖可放大)放在/var/log/bootchart底下。
  OK!重開機,產生未更改設定前的統計表,
  以提供變更後做比較。



 
再來,按照X31 於 Ubuntu 7.10 的調校(by YUREN)做法,到終端機:
$sudo gedit /boot/grub/menu.lst
搜尋以下字串中的 splash ,將其改成 nosplash;
   title           Ubuntu 7.10, kernel 2.6.22-14-generic   
   root (hd0,0)  
   kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=3cd59194-5bd7-4ed3-b238-ca5b83a90dcb ro quiet splash
   initrd /boot/initrd.img-2.6.22-14-generic

另外,按照Kanru’s 探險日誌,到終端機;
$sudo dpkg-reconfigure dash
安裝insserv,
$sudo apt-get install insserv
然後進行更新,
$update-bootsystem-insserv
重開機,嗯,感覺好像有快一點,只要21s。

參考:
X31 於 Ubuntu 7.10 的調校@Yuren's Info Area
Bootchart
Debian 開機速度調教@Kanru’s 探險日誌
Bookmark: HemiDemi MyShare Baidu Google Bookmarks Yahoo! My Web Del.icio.us Digg technorati furl Bookmark to:YouPush Bookmark to:你推我報

Posted by mouse329 at 痞客邦 PIXNET Comments(0) Trackback(0) Hits(3373)