Quoting "Jurzitza, Dieter" <[EMAIL PROTECTED]>: > Hi Ed, > for your information, there are two options to test: > 1.) use the unzipped kernel (what is better for some not understandable > reason) > 2.) do a > strip -R .comment,.note vmlinux > after you've built the kernel, this will reduce size significantly, too. > > What would be of big interest for me: do you get messages like > Inspection /boot/System.map-2.4.20-SMP > Loaded 1336 Symbols from /boot/System.map-2.4.20-SMP > Symbols match kernel version 2.4.20 > Error reading kernel symbols - Cannot allocate memory > > Thank you in advance, > take care > > > Dieter Jurzitza
I eventually used just strip -o test vmlinux and copied test into /boot/vmlinuz- 2.4.21-pre5, and copied /usr/src/linux/System.map into /boot/System.map. But I also have another /boot/System.map-2.4.21-pre5 which I had in there from previous attempts at a kernel compilation. Here is what I have in my logs: Mar 9 11:45:59 nighthawk kernel: Loaded 11136 symbols from /boot/System.map- 2.4.21-pre5. Mar 9 11:45:59 nighthawk kernel: Symbols match kernel version 2.4.21. Mar 9 11:45:59 nighthawk kernel: Loaded 111 symbols from 14 modules. Ed ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
