|
|

楼主 |
发表于 2004-12-3 22:33:00
|
显示全部楼层
我的grub.conf:
timeout = 10
splashimage = (hd0,7)/boot/grub/splash.xpm.gz
password = --md5 $1$Qs3WfqJL$r0gt8oRM0XylaQpUsN5S90
default = 0
title Red Flag Linux (2.6.9)
root (hd0,7)
password *
kernel /boot/vmlinuz-2.6.9 ro root=LABEL=/ 3
initrd /boot/initrd-2.6.9.img
title Red Flag Desktop (2.4.26-1)
root (hd0,7)
password *
kernel /boot/vmlinuz-2.4.26-1 ro root=LABEL=/ vga=785 splash=silent
initrd /boot/initrd-2.4.26-1.img
title Red Flag Desktop (Console Mode)
root (hd0,7)
password*
kernel /boot/vmlinuz-2.4.26-1 ro root=LABEL=/ 3
initrd /boot/initrd-2.4.26-1.img
title microsoft
rootnoverify (hd0,0)
chainloader +1
把kernel /boot/vmlinuz-2.6.9 ro root=LABEL=/ 3 改为
kernel /boot/vmlinuz-2.6.9 ro 也不行.
启动信息:
Ramdisk:compressed image found at block 0
VFS:mounted root(ext 2 filesystem)
Red hat nash version 3.5.7 starting
mount /proc filesystem
creating block devices
creating root devices
Mounting root filesystem
mount:error 19 mounting ext3
pivotroot:pivot_root(/sysroot,/sysroot/initrd)failed:2
unount /initrd/proc failed:2
Freeing unused kernel memory:236 k freed.
接着就是kernel panic的信息了。
我的分区是ext3格式,记得编译时没怎么动文件系统的选项。 |
|