I just tried once again to clone the content of my SD card which I used to boot from and install Manjaro on by using dd but it constantly fails. One of the error messages I constantly get is “not enough space”. Both memory cards are 64 GB so if I manage to boot and install on the external one I can’t explain why does this fail by the internal.
I’m also not really sure I’m doing the right thing. When first installing manjaro on my pine book pro the internal memory was completely empty. I just booted from the external memory and installed it on the same card. Then I shut the system down pulled the SD card out and by the restart the install wizard started automatically this time for installing it on the eMMC.
Provide the whole dd command that you’re trying to use and all of it’s output including error message.
Also output of sudo fdisk -l with both cards inserted
I fiddled with this yesterday - and it turned out to be the long way home.
When you use dd the target disk must be larger than the source - otherwise you will get the not enough space message.
Even if both storage devices is 64G they are not always equal in size. The internal emmc is divided into 3 parts mmcblk2, mmcblk2boot0 and mmcblk2boot1 - at least that is how lsblk -f shows it. This layout will make the emmc storage smaller than the SD card which in turn will throw the message above.
When booted to the sdcard you can use manjaro-arm-installer script to write to the emmc - usually the mmcblk2 device - remember to confirm by using lsblk -f
When you have confirmed the device - use sgdisk --zap-all /dev/mmcblk2 - then run partprobe to reload partition tables or reboot the system to sdcard.
Then you can launch sudo manjaro-arm-installer to install to emmc - you even get the option to encrypt the filesystem - that is if you select ext4.
I meant when installing it not when using it…this doesn’t make any sense…when I first installed Manjaro it automatically cloned the whole thing on the internal memory and the installation procedure started on its own after removing the sd…
Arm installing procedure keeps throwing me in the same integrity check and inter conflict loop I cannot get out of…Same 20 packages that need to be checked…or updated…
Maybe it behaves different because I used a global image before now I not only used one that was specifically made for pbp but I also chose another desktop environment that this gnome. If I stop the boot sequence by pressing any key u boot loads. Could this be of any help?
Well… I managed to clone the image on the internal memory by cloning it from a smaller USB but… Now the problem is that this hasn’t installed the full version…only…lite…light…recovery… Or however they call the one that’s being installed on the SD card…