2009/08/24

在Ubuntu下更換kernel

1. 更新最新的套件紀錄
apt-get update

2. 找尋最符合你的需要的 kernel image。
apt-cache search linux-image

3. 安裝 kernel
apt-get install linux-image-XXXX

4. reboot

5.將之前的 Kernel 移除掉(在 menu.lst 中的項目也會被一併清除)
apt-get remove linux-image-XXXX

(以上擷取至:http://xml.nchu.edu.tw/blogs/?page_id=20)

如果找不到適合的image,則需要自行編譯。可以參考:
http://nixchun.pixnet.net/blog/post/9690040

沒有留言:

Buddhism and Software Developer

In today's fast-paced society, we are often surrounded by work, goals, and external pressures. However, the wisdom found in Buddhism off...