Re: Installing 13.1 ARM on SSD
- Reply: Wall, Stephen: "RE: Installing 13.1 ARM on SSD"
- In reply to: Wall, Stephen: "RE: Installing 13.1 ARM on SSD"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Jul 2022 19:23:10 UTC
On Fri, Jul 08, 2022 at 06:26:59PM +0000, Wall, Stephen wrote: > I tried something like this - I used rsync to replicate the SD card's (mounted) msdos partition onto the SSD's (also mounted) efi partition. ... Also late thought... did you use rsync options to delete files that shouldn't be there? If you just merged SD-card uboot onto whatever was there, you might have "unexpected" results. My format got rid of any pre-existing files, then the tar just copied the stuff I wanted in, but a "rsync -va --delete-during ..." should work too. If you can read any files off of it, I'd think the filesystem format was fine.