|
|
我装完系统后每次启动都不能直接进如,提示如下:
!!the root block device is unspecified or not detected .
please specify adevice to boot,or "shell" for shell....
boot()::
当敲入 /dev/hda3 后才能进入登录,我的fstab
/dev/hda1 /boot ext2 noauto,noatime 1 2
/dev/hda2 none swap sw 0 0
/dev/hda3 / ext3 noatime 0 1
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
grub.conf
default 0
timeout 30
splashimage=(hd0,0)/grub/splash.xpm.gz
title=Gentoo Linux
root (hd0,0)
kernel /kernel-genkernel-x86-2.6.12-gentoo-r6 root=/dev/ram0
init=/lihuxrc real_root=/dev/hda3
initrd /initramfs-genkernel-x86-2.6.12-gentoo-r6
哪为大哥帮我一下! |
|