Post

更新linux kernel

1.安裝部份
tar -zxvf linux-2.6.18.tar.gz to /usr/src
make mrproper
make oldconfig(make menuconfig有error…不太清楚原因)
make clean
make bzImage
make modules
make modules_install
make install

2.重複編譯注意事項
cd /lib/modules
mv 2.6.18 2.6.18.old

3.grub多重開機部份
vi /boot/grub/menu.lst

詳細參考資料
http://linux.vbird.org/linux_basic/0540kernel.php
http://linux.vbird.org/linux_basic/0510osloader.php#grub

This post is licensed under CC BY 4.0 by the author.

© homedad. Some rights reserved.

Using the Chirpy theme for Jekyll.