- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- lilo said:" Kernel /boot/vmlinuz.new is too big"
Operating System - Linux
1819777
Members
3259
Online
109607
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-05-2003 03:06 AM
тАО04-05-2003 03:06 AM
i want to make one boot/root floppy disk, but even after I delete all the module, the vmlinuz i get also have 930k, bigger than the old one(800K), i dont know what is the problem.
regards,
Frederick
regards,
Frederick
frederick van targero
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-05-2003 06:11 AM
тАО04-05-2003 06:11 AM
Solution
First, are you using make bzImage?
Also check that during the make the new kernel is still not linked to the old configuration. Check /etc/lilo.conf
1) make modules
2) cp -R /lib/modules/2.4.?? /lib/modules/2.4.??.bak
Here's a procedure to follow:
http://www.linuxheadquarters.com/howto/tuning/kernelcompilation.shtml
Also check that during the make the new kernel is still not linked to the old configuration. Check /etc/lilo.conf
1) make modules
2) cp -R /lib/modules/2.4.?? /lib/modules/2.4.??.bak
Here's a procedure to follow:
http://www.linuxheadquarters.com/howto/tuning/kernelcompilation.shtml
Support Fatherhood - Stop Family Law
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-05-2003 07:53 PM
тАО04-05-2003 07:53 PM
Re: lilo said:" Kernel /boot/vmlinuz.new is too big"
Yes, I find bzImage in
/usr/src/linux-2.4.7-10/arch/i386/boot/, but what useful about the created file vmlinuz? I met some confused.
Best Regards,
Fredeirck
/usr/src/linux-2.4.7-10/arch/i386/boot/, but what useful about the created file vmlinuz? I met some confused.
Best Regards,
Fredeirck
frederick van targero
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-05-2003 09:28 PM
тАО04-05-2003 09:28 PM
Re: lilo said:" Kernel /boot/vmlinuz.new is too big"
Don't use the vmlinux-file, but the bzImage-file. The vmlinux-file is the
uncompressed file, and shouldn't be used. Try recompiling kernel using
# make bzImage
# make modules_install
It will compress the kernel image, make it possible for lilo to actually load the compiler you've installed and allows module support.
Regards,
Sergejs
uncompressed file, and shouldn't be used. Try recompiling kernel using
# make bzImage
# make modules_install
It will compress the kernel image, make it possible for lilo to actually load the compiler you've installed and allows module support.
Regards,
Sergejs
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP