- 论坛徽章:
- 0
|
我需要重新编译下内核,并希望能够从grub中,重新引导这个新编译内核。
我编译的步骤也是参照网上的,帖子。 步骤如下:
1.新下载的内核 linux-2.4.20.tar.bz2,同时拷贝到 /usr/src中
2.#tar xvf linux-2.4.20.tar.bz2 #cd /usr/src/linux-2.4.0
3.#make mrproper
4.#make menuconfig 按我的电脑配置进行(第一次配置,不知道有没有错误)
5.#make dep
6.#make clean
7.#make bzImage
8.#cp /usr/src/linux-2.4.20/arch/i386/boot/bzImage /boot/vmlinuz-2.4.20.
9.#make modules
10.#make modules_install
11.修改,添加gurb(我是仿照上面能够启动的内核添加的,不知道会不会有错误)
title new linux
root(hd0,6)
kernel /vmlinuz-2.4.20 ro root =/ vga=0x0317
12.#reboot 后出现不能启动,提示错误如下:
boot ‘new linux’
root(hd0,6)
fliesystem type is ext2fs,partition type 0x83
kernel /vmlinuz-2.4.2 ro root=/ vga 0x0317
Error 15: Flile not found
这个论坛很好。希望各位有编译经验者给解答一下: |
|