linux

우분투 최신 커널 업데이트 하기

앨러리퀸 2012. 9. 1. 21:46

우분투 최신 커널 컴파일 작업 하기


ubuntu 12.04 (kernel 3.5)


간단한 apt-get 의 업데이트를 통한 커널 컴파일 하기



2012-09-04 21:49:01.png


위의 사이트를 참조해서 똑같이 행동 하면 된다.


sudo gedit /etc/apt/sources.list


# Ubuntu Quantal Quetzal Repositories
deb http://security.ubuntu.com/ubuntu quantal-security main universe restricted multiverse
deb-src http://security.ubuntu.com/ubuntu quantal-security main universe restricted multiverse
deb http://archive.ubuntu.com/ubuntu/ quantal-updates main universe restricted multiverse
deb-src http://archive.ubuntu.com/ubuntu/ quantal-updates main universe restricted multiverse
deb http://archive.ubuntu.com/ubuntu/ quantal main universe restricted multiverse
deb-src http://archive.ubuntu.com/ubuntu/ quantal main universe restricted multiverse


sudo apt-get update


sudo apt-get install linux


* 만약 PAE kernel 이라면


sudo apt-get install linux-generic-pae


이렇게 한 다음 재부팅을 하게 되면 커널이 가장 최신으로 바뀌어 있는 것을 확인 할 수 있다.


* 2012 년 09 월 01 년 당시 (kernel 3.5.0)


참조 사이트


http://www.upubuntu.com/2012/05/how-to-install-kernel-340-stable-on.html