﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
598	kernel is too big for your image	victor gattegno	Bruno Cornec	"'''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
}}}
"	defect	closed	normal	3.0.2	mindi	3.0.1	normal	fixed	EXTRA_SPACE  BOOT_SIZE	
