当前位置: 技术问答>linux和unix
加载linux内核的问题
来源: 互联网 发布时间:2016-09-07
本文导语: 请教: 当我在ubuntu9.10系统上下载了linux-2.6.24版本的内核,进行如下操作: make menuconfig make clean make modules make modules_install sudo mkinitramfs cp arch/x86/boot/bzImage /boot/vmlinz-2.6.24 修改grub.cfg以引导...
请教:
当我在ubuntu9.10系统上下载了linux-2.6.24版本的内核,进行如下操作:
make menuconfig
make clean
make modules
make modules_install
sudo mkinitramfs
cp arch/x86/boot/bzImage /boot/vmlinz-2.6.24
修改grub.cfg以引导到linux-2.6.24
重新启动,加载linux-2.6.24时出现如下错误信息:
.
.
.
Failure:AppArmor profiles failed to load
mountall:/proc:unable to mount:Device or resource busy
mountall:/proc/self/mountinfo:No such file or directory
init:mountall main process (352) terminated with status 1
General error mounting filesystems.
A maintenance shell will now be started.
CONTROL-D will terminate this shell and re-try.
root@tqh-desktop:~#
能告诉我这是怎么回事吗?如能解决这个问题我感激不尽!
当我在ubuntu9.10系统上下载了linux-2.6.24版本的内核,进行如下操作:
make menuconfig
make clean
make modules
make modules_install
sudo mkinitramfs
cp arch/x86/boot/bzImage /boot/vmlinz-2.6.24
修改grub.cfg以引导到linux-2.6.24
重新启动,加载linux-2.6.24时出现如下错误信息:
.
.
.
Failure:AppArmor profiles failed to load
mountall:/proc:unable to mount:Device or resource busy
mountall:/proc/self/mountinfo:No such file or directory
init:mountall main process (352) terminated with status 1
General error mounting filesystems.
A maintenance shell will now be started.
CONTROL-D will terminate this shell and re-try.
root@tqh-desktop:~#
能告诉我这是怎么回事吗?如能解决这个问题我感激不尽!
|
学习中...帮顶...