PINE64
Move Installation from SD Card to eMMC? - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook (https://forum.pine64.org/forumdisplay.php?fid=76)
+--- Forum: General Discussion on Pinebook (https://forum.pine64.org/forumdisplay.php?fid=77)
+--- Thread: Move Installation from SD Card to eMMC? (/showthread.php?tid=6568)



Move Installation from SD Card to eMMC? - soupbowl - 09-21-2018

Can almost guarantee this has been discussed and answered, but my searching ability eludes me.

Is there a way to clone the whole SD Card installation onto the eMMC? I would like to install KDE Neon onto my onboard eMMC, but I can't seem to find a version for eMMC installation. A direct clone would be awesome, but I'm happy if there's maybe an imgflash approach.


RE: Move Installation from SD Card to eMMC? - evilbunny - 09-21-2018

(09-21-2018, 03:52 PM)soupbowl Wrote: Can almost guarantee this has been discussed and answered, but my searching ability eludes me.

Is there a way to clone the whole SD Card installation onto the eMMC? I would like to install KDE Neon onto my onboard eMMC, but I can't seem to find a version for eMMC installation.  A direct clone would be awesome, but I'm happy if there's maybe an imgflash approach.


You can clone with dd, but the source would have to be read-only or unmounted or you would get file system corruption


RE: Move Installation from SD Card to eMMC? - soupbowl - 09-21-2018

(09-21-2018, 04:29 PM)evilbunny Wrote:
(09-21-2018, 03:52 PM)soupbowl Wrote: Can almost guarantee this has been discussed and answered, but my searching ability eludes me.

Is there a way to clone the whole SD Card installation onto the eMMC? I would like to install KDE Neon onto my onboard eMMC, but I can't seem to find a version for eMMC installation.  A direct clone would be awesome, but I'm happy if there's maybe an imgflash approach.


You can clone with dd, but the source would have to be read-only or unmounted or you would get file system corruption
I've just tried grabbing a copy of KDE Neon and DD that to eMMC, which was successful. However I tried straight copying the system but like you said, the result was basically whatever it could access, and the system would not boot.

I'm happy enough with the fresh install, proves that live usage of DD is a challenge though.

Sent from my ONEPLUS A3003 using Tapatalk


RE: Move Installation from SD Card to eMMC? - mindwave - 11-08-2018

you ever have one of those days, wife just called, hot 1 wrong key my whole post is gone......sigh

ok here goes

just goy my pinebook 64, SHOULD there be an sd card w/ an OS in the package somewhere?

reading some posts here, it sounds like there should, but none in mine, so maybe not?

found what I believe are current images here: https://github.com/ayufan-pine64/linux-build/releases

since Ive been a raspi user for a few years ive burned my share of sd images, I just want to make sure im doing it right.

my initial plan was to buy this pull out the rock64 and put in a raspi or whatever the best SOC I could find, but the raspi community has taken me for several hundred $ through KS issues and "lost deliveries" that Im thinking ill start with what we have and see how it goes.

that being said I would love to do a fair and positive vcideo review of the 'unboxing' but i have to admit w/ the differences in support the lack of step by step could be seen as discouraging.

I bought the extra 64gb eemc and case and other stuff (arrived a few months ago), initially I thought this was to replace the 16gb, but now im thinking this is in addition to?

ok, anyone who has thoughts let me know, advice what have you.

I'm a professional tech writer for healthcare software, and writing what I want is my plan for the PB, even at bare minimum specs this should be just what i need,

all suggestions ideas and directions freely accepted!

Thanks


RE: Move Installation from SD Card to eMMC? - acruhl - 11-10-2018

Doing a direct copy is not really that easy, but it can be done. I'm not that familiar with the filesystem layout of the KDE OS so I can't give exact instructions.

What I would do is get a USB to emmc adapter. Layout the filesystem on the new disk the same as the old. Make a new partition for the /, then either do a dump/restore or rsync from the old to the new. This would be done on a 3rd machine or a pinebook booted from a new disk.

What I've been doing is I have a microsd that I wrote the KDE image to, and I use that to then install onto the emmc. You don't have to go through the install process on the microsd because it takes forever. Find the name of the emmc using lsblk (probably mmcblk1), then write the image to it. Easy. I saved that microsd in case I have to do it again.

There isn't enough hacker info for the Pinebook yet. Either that or I can't find it. The wiki made me hopeful but there's not much there.