Thursday, April 25, 2024
 Popular · Latest · Hot · Upcoming
16
rated 0 times [  16] [ 0]  / answers: 1 / hits: 36227  / 1 Year ago, thu, april 20, 2023, 6:48:49

A new version of the Linux kernel, 3.4, has been released today. How do I install it?


More From » kernel

 Answers
4

Warning.




This can break your system. The NVIDIA and ATI/AMD drivers and the broadcom wireless will most likely not work on this yet.



I would advise against it but if things get messed up you should be able to fix it by booting an old kernel and removing this one. Something like this ...




Boot from CD
mount -o bind /dev /dev
mount -o bind /proc /proc
chroot
apt-get install
update-grub


From comment by Tomas an easier method:




  • By entering GRUB through holding shift during boot you can enter the "Previous versions" of Linux. There you can select your old kernel, which is by default not removed.





  • Now if you still want it ...




Download the three .DEB files with the name starting with linux from here: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.4-precise/



Example for i386 (take the 2 with amd64 in the name for 64-bit and pae in the name for i386 with 4+Gb memory; check uname -a if you are unsure!):



linux-headers-3.4.0-030400_3.4.0-030400.201205210521_all.deb
linux-image-3.4.0-030400-generic_3.4.0-030400.201205210521_i386.deb
linux-headers-3.4.0-030400-generic_3.4.0-030400.201205210521_i386.deb




  • Install all 3 packages ...




Example for i386



sudo dpkg -i linux-headers-3.4.0-030400_3.4.0-030400.201205210521_all.deb    
sudo dpkg -i linux-headers-3.4.0-030400-generic_3.4.0-030400.201205210521_i386.deb
sudo dpkg -i linux-image-3.4.0-030400-generic_3.4.0-030400.201205210521_i386.deb




  • Reboot your system ...




sudo reboot




  • Test it ...




uname -r


This should show a kernel with 3.4 in the name.








  • "This release includes several Btrfs updates: metadata blocks bigger than 4KB,

  • much better metadata performance,

  • better error handling and

  • better recovery tools.

  • a new X32 ABI which allows to run in 64 bit mode with 32 bit pointers;

  • several updates to the GPU drivers: early modesetting of Nvidia Geforce 600 'Kepler', support of AMD RadeonHD 7xxx and AMD Trinity APU series, and support of Intel Medfield graphics;

  • support of x86 cpu driver autoprobing, a device-mapper target that stores cryptographic hashes of blocks to check for intrusions, another target to use external read-only devices as origin source of a thin provisioned LVM volume,

  • several perf improvements such as GTK2 report GUI and

  • a new 'Yama' security module."

  • You can help test official 3.4 support in 12.04 by following these instructions: http://www.theorangenotebook.com/2012/06/call-for-testing-1210-kernel-on-1204.html


[#38230] Saturday, April 22, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
girdleas

Total Points: 1
Total Questions: 112
Total Answers: 114

Location: Lesotho
Member since Wed, Jun 2, 2021
3 Years ago
girdleas questions
;