48 kernels : https://en.wikipedia.org/wiki/List_of_Linux_kernel_names
Les distributions de Linux ont des versions qui correspondent à un ou plusieurs kernels mais pas tous !
Une version de distribution correspond à une version de kernel maximale.
Seule une mise à jour de version peut permettre un kernel plus récent mais ce n'est pas toujours possible car comme je l'ai dis, les distributions ne mettent pas à jour les kernels au même moment.
Ainsi, on peut attendre presque un an avant une release stable.
type ?
Les laptops sont parfois dans un mode ou dans l'autre sans possibilité de changer.
En complément de ce que je disais :
UEFI itself is not a problem, the main issue was Microsoft’s requirement of ‘secure boot’ which disallow installation of other operating systems on such machines.
As probably many of you know newer PCs come with UEFI (Unified Extensible Firmware Interface), which was originally designed to replace BIOS (basic input/output system). More recent computers, built after 2010 are already using UEFI.
There are two ways of doing so: 1) You can disable the secure boot if the motherboard allows that, but then you lose the ‘so-called’ security;
2) Installing Linux with secure boot enabled.
It is important to note that UEFI has a “Legacy Support” which allow you to complete the install in non UEFI mode. The important thing here is that if your Windows is installed in UEFI mode, then you must install Linux in the UEFI mode. Otherwise if Windows is installed in Legacy mode, you will be installing Linux in the same mode.
http://www.linuxveda.com/2015/06/10/install-linux-windows-pc-uefi-secure-boot/
Dans le cas d'un dual boot, selon le mode avec lequel on a installé Windows, on ne peut pas installer certaines distributions de Linux.
J'ai eu exactement ce problème plusieurs fois étant adepte du dual boot.
Je recommande un dual boot pour les débutants afin qu'ils ne restent pas coincés sur Linux en cas de problème.