話說 Debian woody 中的 lilo 22.1 已經支援開機圖式功能,然而許多朋友還不知道 該如何換上自己喜愛的開機圖示,其實非常容易,只要將你要展示的 BMP 檔案丟到某 個特定的目錄 (e.g. /boot) 然後更改你的 lilo.conf 例如
# We want to see the "linux inside" graphic screen upon # start-up install=/boot/boot-bmp.b # The following parameters select appropriate colors # and proper screen positions for the 'debian.bmp' graphic # Note the mixed use of character and pixel addressing on the # 'bmp-table=' line. No timer is displayed unless the # 'bmp-timer=' entry is uncommented. bitmap = ins64a.bmp bmp-colors = 14,11,,15,9,0 bmp-table = 21,287p,2,4,175p # bmp-timer = 73,29,12,8,0 後執行 lilo,重新開機後便可以看到美麗的開機畫面。 以下提供兩個 Debian 的開機圖片,檔案中都包含如何設定的細節(bmp-table, etc)。 http://kalug.linux.org.tw/~chihchun/tmp/debian-bootscreen-woody.bmp http://newswriter.org/download/files/debian-bootscreen-0.1.tar.gz http://kalug.linux.org.tw/~chihchun/tmp/debian-bootscreen-splash.bmp http://freakzone.net/gordon/src/lilo-debian-splash-b0.2.tar.gz http://freakzone.net/gordon/src/lilo-debian-splash-w0.2.tar.gz [Reference] http://www.debianplanet.com/node.php?id=664 http://freakzone.net/gordon/ -- -Rex, geek by nature linux by choice

