KERNEL-DEB
MEJORA EL KERNEL
Debian Prerequisites:
echo -e 'deb http://liquorix.net/debian sid main\ndeb-src http://liquorix.net/debian sid main\n\n# Mirrors:\n#\n# Unit193 - France\n# deb http://mirror.unit193.net/liquorix sid main\n# deb-src http://mirror.unit193.net/liquorix sid main' | sudo tee /etc/apt/sources.list.d/liquorix.list && sudo apt-get update; sudo apt-get install liquorix-keyring && sudo apt-get update
Ubuntu Prerequisites:
sudo add-apt-repository ppa:damentz/liquorix && sudo apt-get update
The Liquorix kernel can be installed by way of meta-packages. This will guarantee that the latest kernel is installed on every upgrade.
32-bit without PAE (HIGHMEM4G):
sudo apt-get install linux-image-liquorix-686 linux-headers-liquorix-686
32-bit with PAE (HIGHMEM64G):
sudo apt-get install linux-image-liquorix-686-pae linux-headers-liquorix-686-pae
64-bit:
sudo apt-get install linux-image-liquorix-amd64 linux-headers-liquorix-amd64
Como obtener un kernel antiguo:
-1 Lenny solo soporta hasta ext30 Puedes obtenerlos de esta web
mkdir
http://mirror1.net.one.com/debian-archive/debian/pool/contrib/l/
1 O mejor monta la iso de la distro en cuestión
mkdir montar
fuseiso debianlenny.iso montar
2 Ve a /pool/main/l y extra todo lo que ponga linux en otra carpeta
3 Descarga los DVDs de Debian lenny y o encuentra los repositorios, comenta los actuales y haz un apt-get update y haz esto:
sudo dpkg -i *.deb
Pero no satisface la configuración de debian 8, viniendo de debian 5, nisiqueira sin systemd, ni compilado a mano, un kernel tan alejado como el 2.16 sobre el 3.16,
Lo mejor es Debian Lite, compilar el 3.2 desde el y wualá, con oldconfig, vale para todos.
LOS KERNELS PRECOMPILADOS PARA LAS DISTROS ESTÁN AQUÍ
https://download.openvz.org/template/precreated/
Aquí explica como hacerlo
https://wiki.debian.org/systemd
In order to use systemd you should also install systemd-sysv which provides the symlinks links for /sbin/init. It is recommended to run this when already running under systemd, as described in the previous section.
# apt-get install systemd-sysv
In order to boot your system with the newly installed systemd, simply reboot.
# reboot
If you run a self-compiled kernel, make sure you have 2.6.39 or newer and enable the following options:
* CONFIG_DEVTMPFS=y
* CONFIG_CGROUPS=y
* CONFIG_AUTOFS4_FS=[y|m]
* CONFIG_IPV6=[y|m], optional, but highly recommended
* CONFIG_FANOTIFY=y, optional, required for systemd readahead. available in Linux kernel >= 2.6.37.
For an up-to-date list, see section "REQUIREMENTS" in the upstream README file.