I know about Clonezilla and copy pasting partitions with gparted, but can I just use dd to copy a partition with batocera to a USB stick and will it then boot from the stick? Do I have to set the boot flag or take any other steps?
Thank you for any tips.
It might work, but probably not without a little tweaking.
A lot of things will reference drive identifiers or drive path to know where to mount them. These things don’t get copied by dd.
huh?
Isn’t it the other way around?
I once cloned an nvme with dd and had to physically remove one of the two, because they had the same id and the bios couldn’t differentiate between them and would randomly boot into either the first or the second one, inconsistently.
And removing either one would boot into an identical system with everything mounted and working. Which caused some confusion until I realized that the id was copied over.
So unless you didn’t use the id in fstab, you should be fine. Sure the device path may differ, but that can happen anyway to usually devices should be referenced by id.
Thanks, so just update the UUID in fstab for the stick? Or is there more?