|
|
提示:
kmod: failed to exec /sbin/modprobe -s -k block-major-8 ,errno=2
VFS: cannot open root device sda7 or 08:06
please append a correct "root=" boot option
kernel panic: VFS: unable to mount root fs on 08:06
我的硬盘是scsi的,根分区在 /dev/sda7
swap 在 /dev/sda8
我的menu.lst 如下不知有错否:
# By default boot the first menu entry.
default 0
# Allow 30 seconds before booting the default.
timeout 30
# Use prettier colors.
color green/black light-green/black
# The first entry is for LFS.
title LFS 5.0
root (hd0,6)
kernel /boot/lfskernel root=/dev/sda7 ro
请帮忙解决!! |
|