Quote:
He
i have some problems installing from scratch
i have udes a 2 Gb SD card and a 4 Gb sdhc one
bothe either formtatted in Fat 32 or ext2
Formatting the SD card doesn't matter as the SD image will overwrite everything with a new partitioning scheme and two partitions: a small FAT32 partition at the front (for the boot uImage) and an ext4 filesystem for the installer root. Essentially the process of copying the image to the card formats it for you.
Quote:
i have downloaded the installer image and then on my last attempt on a brand new and formattaed fat 32 card a
Quote:
lzma -dc installer-sd.img.lzma | sudo dcfldd of=/dev/sdc1 bs=4M status=on statusinterval=1
installed the image
notice the dcfldd with sudo works (i have a permission error if i don't) and statusintervall have to be without the - (on ubuntu karmic)
That's normal. Any raw disk access needs more than standard user privileges.
Quote:
then i reboot the efika mx with the sd card inside but i still boot on the ssd system...
did i forgot something ?
Thanks
Are you sure it booted into the SSD system? The one on the SSD as it gets shipped and the one on the SD card are absolutely identical so unless you installed some new stuff on the SSD that uniquely identifies it (like a desktop), you won't see the difference..
Did you check the SD card to make sure it actually has anything on it?
With the SD card inserted and it booted from SSD, can you "cat /proc/partitions" and post the output here?