|
楼主 |
发表于 2005-10-20 11:11:59
|
显示全部楼层
问题集中
先讲一笑话:总经理被老婆盯得紧,没法和二奶幽会。二奶思念他,想给他写信但又怕泄密,于是她就画了一幅画,托人交给总经理。画的上面画了两个鸽子,下面画了一头羊,羊已经死了。秘书收到了,看了半天也弄不懂是什么意思。她将画交给了总经理,总经理拿来看了,大喜念道:“鸽鸽,下面羊死了!”呵呵,接下来......下面是一些比较让人郁闷问题。
1、编译内核失败,不能进入系统,提示如下:
audit(1129243020.326:0):initialized
kernel panic – not syncing: VFS:Unable to mount root fs on unknown-block(0,0)
或是:
VFS:Cannot open root device "hdxy" or unknow-block(0,0)
Please append a correct "root=" boot option
kernel panic-not syncing: VFS:Unable to mount root fs on unknow-block(0,0)
这种故障现象,是肝木克了脾土,够你郁闷好几天!
解决方法:把
08.05.11、<*> RAM disk support
09.27.07、<*> Compressed ROM file system support (cramfs) 这两项都要选上!!!!!!否则,呵呵!
2、不能挂载ISO文件!
解决方法:把
08.05.06、<*> Loopback device support
08.05.07、<*> Cryptoloop Support 这两项都要选上便可!
3、偶青铜镜用SATA硬盘,原来内核中硬盘的设备号是/dev/sda,编译新内核后的硬盘设备号由/dev/sda变成/dev/hde,硬盘声音很吵,跟偶闹心!偶急啊。。。。。。
解决方法:把
08.07、SCSI device support --->
08.07.01、<*> SCSI device support
08.07.02、 legacy /proc/scsi/ support
08.07.03、<*> SCSI disk support 这些选项都选上便可!
4、偶用上新版本内核后,无法安装显示卡的NVIDIA-Linux-x86-1.0-7676-pkg1.run驱动,偶滴显卡是恩雅NVIDIA FX5200!系统提示如下:
Unable to load the kernel modules “nvidia.ko ”, This is most likely because the kernel modules was built using the wrong kernel source files. Please make sure you have installed the kernel source files for your kernel; on Red Hat Linux system, for example, be sure you have the kernel source “rpm” installed. If you know the correct kernel source files are installed, you may specify the kernel source path with the “--kernel-source-path” commandline option.
解决方法:
重新配置内核,将内核中
08.21、Graphics support ---> 这个选项里面与Nvidia相关的选项全部去掉后,竟然能够正确安装显卡驱动!具体情况不明白。估计是文件模块冲突所导致这种故障。 |
|