Computing.Net > Forums > Linux > Kernel compilation error

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Kernel compilation error

Reply to Message Icon

Name: priti
Date: July 28, 2003 at 22:58:32 Pacific
OS: Linux
CPU/Ram: celeron (R)
Comment:

Hi,
I'm building new kernel under linux enviornment.
When i compiled the kernel it gave me following error:

Kernel is too big for standalone boot from floopy.

Is anyone know why i get this error? And how could i fix this error in order to compile the kernel successfully.

Thanks for your help and time.



Sponsored Link
Ads by Google

Response Number 1
Name: 3Dave
Date: July 29, 2003 at 02:10:11 Pacific
Reply:

Don't woory about it....unless of course
you want to put it onto a standalone boot
floppy! It may be because you have loads of
modules which won't all fit into
~1.5Mb...you should still be able to make a
boot floppy for your system with the
"mkbootdisk" command.


0

Response Number 2
Name: SoulSniper
Date: July 29, 2003 at 03:15:50 Pacific
Reply:

Aren't kernel compiling errors wonderful.

3Dave is right though, this is nothing to worry about, we all get that message (except the people who build Linux boot-floppies of course)


0

Response Number 3
Name: pam
Date: July 29, 2003 at 09:42:46 Pacific
Reply:

Hi,
Thanks to both of you for your reply.
As I'm new at Linux. Could you please let me know that should i proceed from the point where I got this compilation error.
I mean, I did make bzImage and got this error
so, now should proceed with:
make modules
make modules_install
and complete the remaining in building the new kernel.

Or do I need to do mkbootfloopy after i got this error?

Thanks.


0

Response Number 4
Name: Balram Adlakha
Date: July 29, 2003 at 13:09:25 Pacific
Reply:

its not an error, the kernel build system is just warning you that the kernel image is too big to put on a floppy (which I think you don't want to do anyway)

You can do make modules, make modules_install from here. And then you have to setup either lilo or grub to boot the new image. For that, first copy the file arch/i386/boot/bzImage to /boot/vmlinuz-custom and edit /etc/lilo.conf or /boot/grub/menu.lst to boot the new image. If you're using lilo, you have to type "lilo" after editing.


0

Response Number 5
Name: 3Dave
Date: July 30, 2003 at 07:57:39 Pacific
Reply:

You can also do a "make install" at the
end, but make a backup of your /boot first
as it might overwrite your current kernel
etc.


0

Related Posts

See More



Sponsored Link
Ads by Google
Reply to Message Icon

All I ask is peace & ... Mandrake/Win2K Network--H...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: Kernel compilation error

Kernel compile Errors www.computing.net/answers/linux/kernel-compile-errors/21199.html

compile error help www.computing.net/answers/linux/compile-error-help/23790.html

Kernel compilation: kernel too big www.computing.net/answers/linux/kernel-compilation-kernel-too-big/21759.html