Hello,

I have a demonstration next week so I wanted to switch from nfs back to sdcard.
I successfully ran on sdcard at the beginning of the project but then changed to nfs for development.

Now I am having a strange problem when booting, the kernel boots fine and the the rootfs gets loaded and it hangs at:

Running postinst /etc/rpm-postinsts/gnome-vfs.sh...


Eventually I am getting a gconf XML error, that is different every time.

When I interrupt using ctrl+c it continues booting and then gives a prompt.
Looking with free and df there don't seem to be space issues.

My bootargs are:
mmc init; fatload mmc 0 0x80000000 uImage; bootm 0x80000000'
root=/dev/mmcblk0p2 rw rootdelay=1

The rootfs is ~500MB

Does anyone have any thoughts on what might be going wrong here?

Regards,
Gerard