Jump to content
aelius

Debian - Upgrade la ultimul kernel stabil (3.5.5)

Recommended Posts

Just old plain text tutorial ;)



idsplus ~ # cd /usr/src/
idsplus /usr/src # wget http://www.kernel.org/pub/linux/kernel/v3.0/linux-3.5.5.tar.bz2
--2012-10-05 23:53:55-- http://www.kernel.org/pub/linux/kernel/v3.0/linux-3.5.5.tar.bz2
Resolving www.kernel.org... 149.20.20.133, 149.20.4.69
Connecting to www.kernel.org|149.20.20.133|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 80984418 (77M) [application/x-bzip2]
Saving to: “linux-3.5.5.tar.bz2”

100%[========================================================>] 80,984,418 14.3M/s in 9.8s

2012-10-05 23:54:05 (7.91 MB/s) - “linux-3.5.5.tar.bz2” saved [80984418/80984418]

idsplus /usr/src # tar jxf linux-3.5.5.tar.bz2
idsplus /usr/src # rm linux
rm: remove symbolic link `linux'? yes
idsplus /usr/src # ln -s linux-3.5.5 linux
idsplus /usr/src # cd linux
idsplus /usr/src/linux # cp /boot/config-`uname -r` .config
idsplus /usr/src/linux # make menuconfig

// Selectati EXIT si YES


idsplus /usr/src/linux # make bzImage modules modules_install install
idsplus /usr/src/linux # mkinitramfs -o /boot/initrd-3.5.5 3.5.5
idsplus /usr/src/linux # update-grub2
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.5.5
Found initrd image: /boot/initrd-3.5.5
.......
done
idsplus /usr/src/linux # init 6

// Dupa doua minute ...


idsplus ~ # uname -a
Linux idsplus 3.5.5 #1 SMP PREEMPT Sat Oct 6 00:40:49 CEST 2012 x86_64 GNU/Linux

[*] Nota: Bootloader-ul folosit este grub.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...