|
|

楼主 |
发表于 2006-11-17 16:36:52
|
显示全部楼层
Device Boot Start End Blocks Id System
/dev/hda1 * 1 6132 49255258+ 7 HPFS/NTFS
/dev/hda2 6133 14593 67962982+ f W95 Ext'd (LBA)
/dev/hda5 6133 9337 25744131 7 HPFS/NTFS
/dev/hda6 9338 9396 473886 83 Linux (for boot)
/dev/hda7 9397 11715 18627336 83 Linux
/dev/hda8 11716 14331 21012988+ 83 Linux
/dev/hda9 14332 14593 2104483+ 82 Linux swap / Solaris
grub.conf
default=0
timeout=5
splashimage=(hd0,6)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.18-1.2849.fc6xen)
root (hd0,6)
kernel /boot/xen.gz-2.6.18-1.2849.fc6
module /boot/vmlinuz-2.6.18-1.2849.fc6xen ro root=LABEL=/ rhgb quiet
module /boot/initrd-2.6.18-1.2849.fc6xen.img
title Fedora Core (2.6.18-1.2849.fc6)
root (hd0,6)
kernel /boot/vmlinuz-2.6.18-1.2849.fc6 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.18-1.2849.fc6.img
title Gentoo (2.6.17-gentoo-r8)
root (hd0,5)
kernel =/boot/bzImage-gentoo2 ro root=/dev/hda6 rhgb quiet
no initrd
title Other
rootnoverify (hd0,0)
chainloader +1
我的设置对吗?
应该怎么样 让所有Kernel 从启动/boot(/dev/hda6)启动?
谢谢 |
|