2009/4/15 [email protected] <[email protected]> > > > --- In [email protected] <jogja-linux%40yahoogroups.com>, Fauzi > Zy <server2003mail1...@...> wrote: > > > > mohon bantuan temen temen gimana cara untuk mengupgarde / kompilasi > kernel di linux ubuntu contoh dari kernel 2.x.27.... ke 2.x.28.. > > > > thanks > > > > > > > > Menambah banyak teman sangatlah mudah dan cepat. Undang teman dari > Hotmail, Gmail ke Yahoo! Messenger sekarang! > http://id.messenger.yahoo.com/invite/ > > > > [Non-text portions of this message have been removed] > > > > kalo sudah di download source kernel yang akan di kompile (misalnya > linux-2.x.7.tar.gz/bz2) di ekstrak tar -xvf (linux-2.x.7.tar.gz)/tar -xjvf > (linux-2.x.7.tar.bz2) abis tuh masuk ke folder ekstrak kemudian kompile > dengan perintah ./configure > abis tuh setelah selesai di make install > make install ; make vmlinux >
Cara yg diatas simple amat yah...enak yah klo compile kernel kayak gitu.. Setau saya caranya begini. Download dulu source kernel. misal linux-2.6.29.tar.bz2 Trus ekstrak # tar jxvf linux-2.6.29.tar.bz2 Trus masuk direktory. # cd linux-2.6.29 Trus lalukan konfigurasi kernel # make menuconfig klo udah, # make all trus compile modulenya # make modules Nah, untuk installasi installasi modules lakukan # make install_modules copy vmlinuz ama config ke dir /boot # cp arch/i386/boot/bzImage /boot/vmlinuz-2.6.29 # cp .config /boot/config-2.6.29 Nah selanjutnya buat initramfsnya # mkinitramfs -k 2.6.29 -o /boot/initrd.img-2.6.29 Edit grub menu. # pico /boot/grub/menu.lst tambahkan list disitu seperti list kernel yg lama. selesai... Kalau mau buat jadi debian package, beda lagi caranya. Salam, > > > > -- Aji Kisworo Mukti http://adzymaniac.wordpress.com http://plurk.com/adzymaniac http://flickr.com/people/adzymaniac http://www.facebook.com/profile.php?id=1456819387 http://friendster.com/ajikisworomukti [Non-text portions of this message have been removed]
