|  | 
4#
 
 
 楼主|
发表于 2009-11-4 21:12:24
|
只看该作者 
| 基本已经能够实现,Grub源码如下: timeout 20
 
 default 0
 
 fallback 1
 
 #gfxmenu (hd0,0)/boot/grub/geexbox.msg
 
 fontfile (hd0,0)/boot/gmb/fonts
 splashimage (hd0,0)/boot/gmb/bj2008.xpm.gz
 
 title one key restore and backup
 kernel (hd0,0)/boot/gmb/memdisk.gz
 initrd (hd0,0)/boot/gmb/ghost.img
 
 
 title restart
 reboot
 
 title shutdown
 halt
 
 scdrom --bootcd
 scdrom --bootcd
 | 
 |