Quote:
Originally Posted by 320mb
Uh, slackware-current uses the 2.4.32 kernel......so something else was broken in your update..........maybe your bootloader was over written(grub,lilo).......
|
mmm... this is right! what about lilo? did you do: lilo -t && lilo -v? (or something similar if you use grub)
a simple solution is - assuming yoiu are using lilo -:
1- boot with cd1;
2- mount your / partition into a dir (es: mkdir /mnt/temp && mount -t reiser /dev/your_root_partition /mnt/temp);
3- have a look to installed packages: probably your old 2.4 has been replaced with a new one (2.4.32?);
4- chroot inside /mnt/temp (this is the name you use to mount your root);
5- run:
#lilo -t && lilo -v
6- if no error occurs just reboot, remove the cd and ... pray :P
M