|
发表于 2005-4-11 00:23:55
|
显示全部楼层
Post by 雪候鸟521
我的刚开始也是,后来好了。
default saved
timeout 5
splashimage=(hd2,3)/grub/images/debian.xpm.gz#关键在这
title Debian GNU/Linux, kernel
root (hd2,3)
kernel /vmlinuz root=/dev/hdb1 ro
savedefault
boot
#这里的mn要和你root后面的对应splashimage=(hdm,n)/grub/images/debian.xpm.gz
其实这是splashimage和root的先后顺序问题,只要root在前,splashimage就不用指定(hdm,n)了 |
|