Opened 13 years ago
Closed 13 years ago
#501 closed defect (fixed)
mindi BOOT_SIZE needs to be increased to 36864
Reported by: | victor gattegno | Owned by: | Bruno Cornec |
---|---|---|---|
Priority: | high | Milestone: | 3.0.0 |
Component: | mindi | Version: | 2.2.9.7 |
Severity: | major | Keywords: | BOOT_SIZE mindi |
Cc: |
Description
Context : Mindi v2.0.7.8
I succeeded to mondoarchive a Ubuntu 11.04 on a mounted USB hard disk
(mondoarchive -Oi -G -9 -d /media/4FD0-1A9E/backup-ubuntu11.04 ...)
But when I tried to mondoarchive a Ubuntu 11.04 on the same external USB hard disk, but not mounted (mondoarchive -OU -d/dev/sdb -G ....)
It failed with:
Mindi failed to create your boot+data disks. Fatal error... Failed to generate boot+data disks
I got in mondoarchive.log:
Kernel size = 4428 K Ramdisk free = 3290 K Sorry, your kernel is too big for your image FATAL ERROR...
SOLUTION
I increased BOOT_SIZE (BOOT_SIZE=36864 instead of BOOT_SIZE=32768) in /usr/sbin/mindi and it solved the problem, I succeeded to mondoarchive Ubuntu 11.04 on the USB hard disk.
Thanks for your report. Fixed in rev [2883]