Opened 13 years ago
Closed 13 years ago
#598 closed defect (fixed)
kernel is too big for your image
Reported by: | victor gattegno | Owned by: | Bruno Cornec |
---|---|---|---|
Priority: | normal | Milestone: | 3.0.2 |
Component: | mindi | Version: | 3.0.1 |
Severity: | normal | Keywords: | EXTRA_SPACE BOOT_SIZE |
Cc: |
Description
Context
running x86_64 binaries running on x86_64 architecture Mondo Archive v3.0.1-r2957 mindi v2.1.1-r2957 Mindi-BusyBox v1.18.5-r2930 (2012-01-27 02:02:47 CET)
Problem
With the standard values in /usr/sbin/mindi, the mondoarchive fails on Ubuntu 11.10 64 bits :
EXTRA_SPACE=80152 BOOT_SIZE=36864
In mondoarchive.log
Kernel size = 4579 K Ramdisk free = 3426 K Sorry, your kernel is too big for your image FATAL ERROR. Try to increase EXTRA_SPACE and BOOT_SIZE in /etc/mindi/mindi.conf
Solution
After I added in /etc/mindi/mindi.conf the following values, the mondoarchive succeeded :
EXTRA_SPACE=92160 BOOT_SIZE=40960
Change History (3)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
With the values that I added to mindi.conf, mondoarchive succeeds and I get in mondoarchive.log :
Free space left on image = 7514 KB Max kernel size on 40960 KB image (est'd) = 12093 K
Note:
See TracTickets
for help on using tickets.
The problem occured with Ubuntu 11.10 64 bits.