These images have been around for about a year. They could have very likely started as NOOBS, but would that present a problem with the current method of cloning? I have the orginal SD card from which the img was made and the IMG made from it at different configurations when I put the IMGs onto new card... nothing.If the original card has Raspbian it will have 2 partitions, neither of which is called RESTORE. That you find a partition called RESTORE suggests an image of a card that had NOOBS. Are you sure you are writing the correct image?
I've tried a couple different SD cards with this copy method, most of which were new, however they were all larger than the original image. Original SD was 8GB new SD the image was dumped on in 16GB. Could that cause problems. Right now I don't care about unused space for a temporary dump-and-run of the img. Just trying to not have to set up a new install of Linux.runboy93 wrote:Might be faulty SD card somehow.
Code: Select all
sudo apt update
sudo apt dist-upgradeThis image was originally made on a Pi B+ but now I am putting the clone on a Pi2. Do you think that could be it? I thought there wasn't an issue with compatibility that would keep it from getting past the rainbow screen.davidcoton wrote:Is the target a new Pi2? If so it's possible the images are too old, and need to be updated. You can do this inn an older Pi (one that was arouind when you made the original image).If you olny have a new Pi, then you need a new download.Code: Select all
sudo apt update sudo apt dist-upgrade
A B+ image is not going to work especially if the P2 is the newer version V1.2.ILiveAHoodie wrote:This image was originally made on a Pi B+ but now I am putting the clone on a Pi2. Do you think that could be it? I thought there wasn't an issue with compatibility that would keep it from getting past the rainbow screen.davidcoton wrote:Is the target a new Pi2? If so it's possible the images are too old, and need to be updated. You can do this inn an older Pi (one that was arouind when you made the original image).If you olny have a new Pi, then you need a new download.Code: Select all
sudo apt update sudo apt dist-upgrade
Only now do you tell us that. Your original post sounds like you have only one RPi.ILiveAHoodie wrote: This image was originally made on a Pi B+ but now I am putting the clone on a Pi2.