Ya consigo arrancar con el nuevo kernel. Pero no consigo configurar el arranque para que funcione como el kernel antiguo, es decir, no se genera el initrd2.6.3-9mdk.img para el arranque gráfico.
He hecho:
make oldconfig
make modules
make modules_install
ya tengo el bzImage y arranco, pero como puedo dejar /boot parecido a como estaba a con el kernel antiguo:
-rw-r--r-- 1 root root 512 abr 26 21:17 boot.0300
-rw-r--r-- 1 root root 1440241 mai 3 04:48 bzImage
lrwxrwxrwx 1 root root 17 mai 3 05:23 config -> config-2.6.3-4mdk
-rw-r--r-- 1 root root 54068 mar 2 07:27 config-2.6.3-4mdk
-rw-r--r-- 1 root root 54131 mai 3 04:47 config-installkernel
-rw-r--r-- 1 root root 5032 feb 19 18:03 diag1.img
-rw-r--r-- 1 root root 16796 feb 19 18:03 diag2.img
-rw-r--r-- 1 root root 256 abr 26 21:17 es-latin1.klt
drwxr-xr-x 2 root root 4096 abr 26 21:08 grub/
-rw-r--r-- 1 root root 135439 abr 27 00:32 initrd-2.6.3-4mdk.img
-rw-rw-r-- 1 root root 135022 mai 3 18:20 initrd-2.6.3-9mdk.img
lrwxrwxrwx 1 root root 21 abr 26 21:17 initrd.img -> initrd-2.6.3-4mdk.img
lrwxrwxrwx 1 root root 25 mai 3 18:16 kernel.h -> /boot/kernel.h-2.6.3-9mdk
-rw-r--r-- 1 root root 537 abr 26 19:20 kernel.h-2.6.3-4mdk
-rw-r--r-- 1 root root 537 mai 3 18:16 kernel.h-2.6.3-9mdk
-rw------- 1 root root 531968 mai 3 18:20 map
lrwxrwxrwx 1 root root 15 mai 3 18:20 message -> message-graphic
-rw-r--r-- 1 root root 442273 mai 3 18:20 message-graphic
-rw-r--r-- 1 root root 155 abr 26 21:17 message-text
lrwxrwxrwx 1 root root 21 abr 26 19:20 System.map -> System.map-2.6.3-4mdk
-rw-r--r-- 1 root root 898362 mar 2 07:27 System.map-2.6.3-4mdk
-rw-r--r-- 1 root root 1440241 mai 3 04:47 System.map-installkernel
lrwxrwxrwx 1 root root 21 mai 3 04:47 vmlinuz -> vmlinuz-installkernel
-rw-r--r-- 1 root root 1437568 mar 2 07:27 vmlinuz-2.6.3-4mdk
-rw-r--r-- 1 root root 0 mai 3 04:47 vmlinuz-installkernel
lrwxrwxrwx 1 root root 18 mai 3 04:40 vmlinuz.old -> vmlinuz-2.6.3-4mdk
2.6.3-4mdk es el kernel antiguo. Lo único que me aparece del nuevo kernel es "kernel.h-2.6.3-9mdk" y el bzImage que copié manualmente. Hay algun comando en mdk para que te genere todo lo necesario para hacer un arranque normal en MDK (con su interfaz gráfica y to eso)?
EDITO:
Intento hacer un installkernel y tengo como resultado lo siguiente:
# installkernel 2.6.3-9mdk /boot/bzImage /boot/System.map
looks like there is a problem, the default vmlinuz version is not the same
as the initrd
which means you have a mdk kernel and not a mdk initrd wich may give you trouble
There is an error when regenerating lilo, you may have to check your /etc/lilo.conf
Un saludo y gracias de antemano.