|
|
启动时显示如下错误信息:
Actvating udev...
Determining root device
The root block device is unspecified or dectected,please specify device to boot,or "shell" for a shell...
boot()::
我输入/dev/sda8可以正常启动,因为我的root是/dev/sda8。下面是我的/etc/fstab文件内容:
# <fs> <mountpoint> <type> <opts> <dump/pass>
/dev/sda8 / ext2 noatime 0 1
/dev/sda10 none swap sw 0 0
/dev/sda1 /mnt/c ntfs iocharset=cp936,rw,users 0 0
/dev/sda5 /mnt/d ntfs iocharset=cp936,rw,users 0 0
/dev/sda6 /mnt/e vfat iocharset=cp936,codepage=936,rw,users 0 0
/dev/sda7 /mnt/f vfat iocharset=cp936,codepage=936,rw,users 0 0
/dev/sda9 /mnt/g ext2 rw,users 0 0
/dev/hdc /mnt/cdrom0 iso9660 iocharset=cp936,user,noauto,ro 0 0
#/dev/fd0 /mnt/floppy auto noauto 0 0
# NOTE: The next line is critical for boot!
proc /proc proc defaults 0 0
none /dev/shm tmpfs nodev,nosuid,noexec 0 0
请高手看看以上错误是什么原因造成的,先谢谢了!! |
|