编译好新内核,再启动的时候总提示z这样的错误: Mounting root filesystem mount:error 2 mounting ext3 mount:error 2 mounting none Switching to new root switchroot: mount failed:22 umount /initrd/dev failed:2 Kernel panic - not syncing: Attempted to kill init! 帮忙给看看? 我在make menuconfig的时候已经加载了ext3!
by evegl - 系统管理 - 2006-07-18 09:30:51 阅读(830) 回复(1)
如下所示,我已经make menucofnig成功,但是我在执行make时出现了下面的错误,请了解的指点下!! 谢谢!! *** End of linux kernel configuration. *** Execute 'make' to build the kernel or try 'make help'. [root@localhost 2.6.9-22.EL-smp-i686]# make CHK include/linux/version.h SPLIT include/linux/autoconf.h -> include/config/* CHK include/asm-i386/asm_offsets.h /bin/sh: arch/i386/kernel/asm-o...
linux2.6内核编译还用拷贝bzimage,和那个文件拷贝到/boot下么,我听说make all有这个功能,我没拷贝 ,结果我的系统启动失败,是不是还的拷贝一次呀?
环境: 虚拟机VM 4.5.1. 系统RH AS3. 编译kernel-2.6.9 注:虚拟硬盘为SCSI. ------------------------------------------- 步骤: make mrproper make menuconfig make dep make clean make modules make modules_install 配置grub.conf.加入新内核. title new kernel root (hd0,0) kernel /vmlinuz-2.6.9 ro root=/dev/sda0 ------------------------------------------ 重启后提示: ...
国庆快到了,送给大家一篇文章作礼物吧,也作为在chinaunix这个大家庭中我曾得到过许多热心朋友的大力支持的回报,下文是我工作中总结的文档,有些核心参数的调节是为安装oracle数据库而使用,无此方面应用的朋友可以跳过。 欢迎转载,但请注明出处。 一、备份重要文件 备份以下这些文件可以在系统发生错误或崩溃时,能较快速的恢复系统原来的状态。 1、备份内核和启动文件 # cd / # tar cvzf boot.tar.gz boot 2、备份系...
现在我用的Redhat ES 4.0 的内核是2.6.9 我下载了kernel Source 后 因为整个内核全部编译 make install的话需要很久的时间,而对我来说只是需要得到sctp的编译得到sctp.ko文件 有没办法只是编译sctp这个module 呢? 那样的话就快很多了 需要编译的时候附加什么参数吗? 请教一下大家,谢谢
系统环境:RH9.0 内核版本:2.4.20-8 编译了内核以后,用的还是ext3,但是在非法关机启动以后,就停止在检测硬盘那里,而且是强行检测,每次都是检测失败,用ctrl+D重启,或者进入shell来手工修复。而用系统自己的内核的时候,一般不会检测,正常运行 用lsmod查看的时候发现 自己编译的内核 ext3 64768 1 (autoclean) jbd 47860 1 (autoclean) [ext3] 默认的内核 ext3 ...