I am trying to install only ubuntu 14.04 on the meego, and I am not succeeding

With the manual of Ian, I coult get the ubuntu on the emmc installed and booted via the usb grub.cfg
I also could do this part
sudo su -
umount /media/*
apt-get update
apt-get -y remove grub-efi-amd64
apt-get -y install grub-efi-ia32
update-grub2
e2label /dev/mmcblk0p2 Ubuntu
I adapted all the partition to the 2 because the one is the boot partition en 2 is where Ubuntu is.
When I look in the mmcblk0p1, I see now there is a 32 bit version of the efi boot
when I reboot the Meego without the USB I am getting, I think the, EFI shell or something.
Does any body have an idea where it goes wrong .
DB,
Comment