LeRoy Cressy on Wed, 5 Apr 2000 16:51:39 -0400 (EDT) |
try this as root: after you configure the .config file do: make dep ; make bzImage ; make modules ; make modules_install ; \ cp arch/i386/boot/bzImage /boot/bzImage-2.x.x ; \ cp System.map System.map-2.x.x ; \ rm /vmlinu* ; cd / ; ln -s boot/bzImage-2.x.x vmlinuz ; \ ln -s boot/OldKernel vmlinuz.old Then edit your /etc/lilo.conf file appropriately. I personally like 3 kernel images on my system. boot=/dev/sda1 root=/dev/sda1 install=/boot/boot.b map=/boot/map prompt timeout=300 image=/vmlinuz label=Linux read-only image=/vmlinuz.old label=Linux.old read-only image=/vmlinuz.dist label=Linux.dist read-only this way I always have a copy of the distribution kernel just in case I really do something goofy :-) DrexelDG@aol.com wrote: > > First one is rather stupid. :) > > After compiling my kernal, meaning going to /usr/src/linux and running make xconfig... then running make clean; make dep; make zlilo; make modules; make modules_install; make vmlinuz > > I can't get the newly complied kernal to boot up... everytime I put it in the /boot directory it says the boot image is too large... I am sure there is a really simple answer to this, but since I don't know it, it compounds the problem. > > Other questions was in regard to the scripter for the firewall that I saw listed here... does anyone have the url for that? I need it to run a test for IPv4 packet fowarding... at least I think I saw it here.. :) Let me know. Thanks all! > > Anthony > > ______________________________________________________________________ > Philadelphia Linux Users Group - http://plug.nothinbut.net > Announcements - http://lists.nothinbut.net/mail/listinfo/plug-announce > General Discussion - http://lists.nothinbut.net/mail/listinfo/plug ______________________________________________________________________ Philadelphia Linux Users Group - http://plug.nothinbut.net Announcements - http://lists.nothinbut.net/mail/listinfo/plug-announce General Discussion - http://lists.nothinbut.net/mail/listinfo/plug
|
|