Andrew, > > mv /mnt/gentoo/usr/src/linux/.config /mnt/gentoo/usr/src/linux/.config.bak > cat /proc/config /mnt/gentoo/usr/src/linux/.config > chroot /mnt/gentoo > source /etc/profile > env-update > cd /usr/src/linux > make dep && make clean && make bzImage > cp arch/i386/boot/bzImage /boot/whatever (make sure your /boot is mounted) > > If this works, then you know that there was a problem with the kernel you compiled.
I'll give this a shot tonight. BTW, > what did you have CHOST set for in your /etc/make.conf? The default of: > > CHOST="i686-pc-linux-gnu" > > does not work with any of the K6 processors. You have to use: > > CHOST="i586-pc-linux-gnu" I'm fairly confident it's set to i586, but will confirm that before I recompile. Having done this a few times already, I put a script file out on /boot to remount all the partitions! Bob -- A millihelen is the amount of beauty required to launch one ship. -- [EMAIL PROTECTED] mailing list
