Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4844

Troubleshooting • Re: Cloned SD to NVME - Need to re-image NVME using same SD

$
0
0
So you have only one uSD around?
Simple fix is to prepare another uSD - which then has a differrent UUID for sure, boot from that uSD, delete the NVMe (i.e. Using gparted), then shutdown,swap the uSD and reboot. Now clone the uSD of your dreams to the NVMe - ans make sure to tick the 'new UUID' checkbox this time.

Changing the UUID onnone of the drives should be simple (gparted, tune2fs), but remember you will have to change cmdline.txt as well.

Code:

# show UUIDsblkid | grep UUID
below shows changing the UUID of sda1

Code:

umount /dev/sda1tune2fs -U random /dev/sda1 blkid | grep sda1blkid | grep UUID
best to do this for your NVMe as you want to clone the uSD anyhow!
uuid.jpg

Statistics: Posted by aBUGSworstnightmare — Thu Apr 04, 2024 5:13 am



Viewing all articles
Browse latest Browse all 4844

Trending Articles