|

楼主 |
发表于 2004-11-15 09:25:38
|
显示全部楼层
我的/boot分区位于/dev/sda1,根目录/位于/dev/sda7。
grub配置如下:
default 0
timeout 10
splashimage=(hd0,0)/grub/splash.xpm.gz
title=gentoo linux 2.6.7-r11
root (hd0,0)
kernel /kernel-2.6.7-gentoo-r11 root=/dev/ram0 init=/linuxrc real_root=/dev/sda7 video=vesafb |
|