[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How do I get my Kernel Back?



David R. Litwin wrote:

Do to the recent problems with yaird and the new Kernel Image (suffice it to say), I have... removed my one and only kernel image.

How do I get it back?

I tried to do this from Knoppix but it doesn't seem to work. I will try again soon and give more details. Unless some one can point out an obvious reason why this wouldn't work. That would be great.

Well, thanks much.

Cheers.

in knoppix, you first have to mount all your debian partitions to soewhere, e.g.:
/ to /mnt/debian
/usr to /mnt/debian/usr
/home to /mnt/debian/home etc. etc.
though I exoet you did that anyway. then you'll have to (I think) bind /dev and /proc:
# mount --bind /dev /mnt/debian/dev
# mount --bind /proc /mnt/debian/proc
then chroot
# chroot /mnt/debian
and install the kernel with apt-get as usual.

I hope this helped.

Thomas




Reply to: