Before you do the upgrade...

It's best to format with:

mke2fs -i131072 -m0 -s1

....this uses less inodes (it doesn't need them), no root reserved space, and a sparse superblock table (fscks take less time). This is what the builder does.

Hugo