Instalando el nuevo kernel
desde sarge (beta 3)
# apt-get install kernel-image-2.6.3-1-686
-Searching for GRUB installation directory ... found: /boot/grub .
-Testing for an existing GRUB menu.list file... found: /boot/grub/menu.lst .
-Found kernel: /boot/vmlinuz-2.6.3-1-686
-Found kernel: /boot/vmlinuz-2.4.25-1-386
-Updating /boot/grub/menu.lst ... done
pero yo uso lilo :(
tengo lo siguiente:
/boot/grub/menu.lst
## ## End Default Options ##
title Debian GNU/Linux, kernel 2.6.3-1-686
root (hd0,9)
kernel /boot/vmlinuz-2.6.3-1-686 root=/dev/hda10 ro
initrd /boot/initrd.img-2.6.3-1-686
savedefault
boot
title Debian GNU/Linux, kernel 2.6.3-1-686 (recovery mode)
root (hd0,9)
kernel /boot/vmlinuz-2.6.3-1-686 root=/dev/hda10 ro single
initrd /boot/initrd.img-2.6.3-1-686
savedefault
boot
title Debian GNU/Linux, kernel 2.4.25-1-386
root (hd0,9)
kernel /boot/vmlinuz-2.4.25-1-386 root=/dev/hda10 ro
initrd /boot/initrd.img-2.4.25-1-386
savedefault
boot
title Debian GNU/Linux, kernel 2.4.25-1-386 (recovery mode)
root (hd0,9)
kernel /boot/vmlinuz-2.4.25-1-386 root=/dev/hda10 ro single
initrd /boot/initrd.img-2.4.25-1-386
savedefault
boot
### END DEBIAN AUTOMAGIC KERNELS LIST
ya que yo uso lilo, no hubo modificacion en el mbr
asi que agregamos esta parte manualmente al lilo
image=/boot/vmlinuz-2.6.3-1-686
label="DEB 2.6.3"
initrd=/boot/initrd.img-2.6.3-1-686
read-only
luego hice
# mount /dev/hda6 (este es para que agregue mi instalacion de mandrake)
# lilo -v
todo parece ok, a reiniciar
0 Comments:
Publicar un comentario
<< Home