minifat 发表于 2003-5-21 13:09:34

关于grub的疑问

默认的root=LABEL=/好使
而对于我自己编译的内核就要使root=/dev/hda2才可以,是什么地方没有弄对呵?

hew 发表于 2003-5-21 13:30:32

贴全了看看

minifat 发表于 2003-5-22 09:57:08

i have to use /dev/hda2 for the kernel item i compiled

default=3
timeout=10
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-8)
        root (hd0,1)
        kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/ vga=791
        initrd /boot/initrd-2.4.20-8.img
title Red Hat Linux (2.4.21-rc2-ac2)
        root (hd0,1)
        kernel /boot/vmlinuz-2.4.21-rc2-ac2 ro root=/dev/hda2 vga=791
        initrd /boot/initrd-2.4.21-rc2-ac2
title Red Hat Linux (2.5.69-bk1)
        root (hd0,1)
        kernel /boot/vmlinuz-2.5.69-bk1 ro root=/dev/hda2 vga=791
        initrd /boot/initrd-2.5.69-bk1
title winxp
        rootnoverify (hd0,0)
        chainloader +1
页: [1]
查看完整版本: 关于grub的疑问