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
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]