I am getting my 3rd rPi, 2 3B's and 1 zeroW.
i had been cloning my original card to use for subsequent ones. Can I do the same on my new 3b+. I see comments about using only the latest raspian. Surely theos will boot in a safe mode until updated to latest proper device drivers via apt-get update
I like keeping all my user and openVPN identical and don't want to go through the headache of changing user pi to my own etc. Not easy combing through all the embedded user 'pi' settings as well as changing server name and so on.
Re: Clone SHD of rPi 3b to b+ ???
I found this regarding how to go from 3b to 3b+
Anyone know this is the correct way
https://raspberrypi.stackexchange.com/q ... -raspberry
Anyone know this is the correct way
https://raspberrypi.stackexchange.com/q ... -raspberry
- HawaiianPi
- Posts: 6279
- Joined: Mon Apr 08, 2013 4:53 am
- Location: Aloha, Oregon USA
Re: Clone SHD of rPi 3b to b+ ???
If your current SD cards have an older version of Raspbian Stretch, all you should need to do is run
on them (in one of your older Pi models) to get the new firmware and kernel. It should then work on the new 3B+ model.
If your cards have Raspbian Jessie it gets more complicated, so you really should start over with a fresh image of the latest Raspbian. However, if you really want to get Jessie booting on the new 3B+ you can add sudo rpi-update to the commands I listed above to install the testing branch firmware. But do note that the testing branch firmware could be buggy and unstable, and may not solve all of the issues with Jessie on the 3B+ model.
Code: Select all
sudo apt update && sudo apt full-upgrade -y
If your cards have Raspbian Jessie it gets more complicated, so you really should start over with a fresh image of the latest Raspbian. However, if you really want to get Jessie booting on the new 3B+ you can add sudo rpi-update to the commands I listed above to install the testing branch firmware. But do note that the testing branch firmware could be buggy and unstable, and may not solve all of the issues with Jessie on the 3B+ model.
My mind is like a browser. 27 tabs are open, 9 aren't responding,
lots of pop-ups...and where is that annoying music coming from?
lots of pop-ups...and where is that annoying music coming from?
Re: Clone SHD of rPi 3b to b+ ???
Also, if your cards have NOOBS, it gets quite complicated, but is possible.HawaiianPi wrote: ↑Sun May 06, 2018 2:08 amIf your current SD cards have an older version of Raspbian Stretch, all you should need to do is runon them (in one of your older Pi models) to get the new firmware and kernel. It should then work on the new 3B+ model.Code: Select all
sudo apt update && sudo apt full-upgrade -y
If your cards have Raspbian Jessie it gets more complicated, so you really should start over with a fresh image of the latest Raspbian. However, if you really want to get Jessie booting on the new 3B+ you can add sudo rpi-update to the commands I listed above to install the testing branch firmware. But do note that the testing branch firmware could be buggy and unstable, and may not solve all of the issues with Jessie on the 3B+ model.
- HawaiianPi
- Posts: 6279
- Joined: Mon Apr 08, 2013 4:53 am
- Location: Aloha, Oregon USA
Re: Clone SHD of rPi 3b to b+ ???
Oh yea, forgot about that. For NOOBS you must not only upgrade the Raspbian packages, you also need to manually update NOOBS to the latest version.
My mind is like a browser. 27 tabs are open, 9 aren't responding,
lots of pop-ups...and where is that annoying music coming from?
lots of pop-ups...and where is that annoying music coming from?
Re: Clone SHD of rPi 3b to b+ ???
thanks but these suggestions do not address cloning my user data changes to the base raspbian.
- HawaiianPi
- Posts: 6279
- Joined: Mon Apr 08, 2013 4:53 am
- Location: Aloha, Oregon USA
Re: Clone SHD of rPi 3b to b+ ???
What you asked was,
And I told you how to do that. At least as far as I could, since you provided no details about your system. Is there a specific reason you think my suggestions do not address your needs (if you clone the SD card, everything on it will be the same, including all changes you've made).
My mind is like a browser. 27 tabs are open, 9 aren't responding,
lots of pop-ups...and where is that annoying music coming from?
lots of pop-ups...and where is that annoying music coming from?
Re: Clone SHD of rPi 3b to b+ ???
You’re correct i didn't give enough info. I didn’t realize what a mess until I did some more digging
The systems all have noobs with raspian jessie and i need stretch on the new 3+.
From your reply i gather you aren’t aware of a way to do that. I think i have a solution and will work in that direction.
The systems all have noobs with raspian jessie and i need stretch on the new 3+.
From your reply i gather you aren’t aware of a way to do that. I think i have a solution and will work in that direction.
-
- Posts: 26344
- Joined: Tue Mar 25, 2014 12:40 pm
- Location: Delightful Dorset
Re: Clone SHD of rPi 3b to b+ ???
pPhil wrote: ↑Sat May 12, 2018 12:04 pmYou’re correct i didn't give enough info. I didn’t realize what a mess until I did some more digging
The systems all have noobs with raspian jessie and i need stretch on the new 3+.
From your reply i gather you aren’t aware of a way to do that. I think i have a solution and will work in that direction.
You need to update NoobS to get it to be 3B+ compatible, then you need to update Raspbian Jessie, which apart from update / dist-upgrade you also need to update the kernel / firmware:
Code: Select all
sudo rpi-update
Though you would be better of starting with a fresh install of the latest Raspbian Stretch with Desktop without NoobS crap !!
The information is out there....you just have to let it in.
My other Linux machines: ChromeBox
https://www.aliexpress.com/item/32966393971.html
& Stone Desktop Intel CoreDuo circa 2010
My other Linux machines: ChromeBox
https://www.aliexpress.com/item/32966393971.html
& Stone Desktop Intel CoreDuo circa 2010
Re: Clone SHD of rPi 3b to b+ ???
Yeah I’m going to get rid of noobs on the new card. And i should be able to rsync the old stuff onto the new jessie and then update the distro. I have time to test it and replace the noobs card.
-
- Posts: 26344
- Joined: Tue Mar 25, 2014 12:40 pm
- Location: Delightful Dorset
Re: Clone SHD of rPi 3b to b+ ???
Why you insist on using Raspbian Jessie ??
Raspbian Jessie will not boot on a RPi 3B+ with the last released image of a year ago..
Raspbian Stretch is now the only supported OS from RPF/RPT !!
The information is out there....you just have to let it in.
My other Linux machines: ChromeBox
https://www.aliexpress.com/item/32966393971.html
& Stone Desktop Intel CoreDuo circa 2010
My other Linux machines: ChromeBox
https://www.aliexpress.com/item/32966393971.html
& Stone Desktop Intel CoreDuo circa 2010
Re: Clone SHD of rPi 3b to b+ ???
I am starting with jessie and will upgrade after the old card data is transferred.
Reason being the database mysql has been changed as well as i don’t know what. These databases are modified for new engine on upgrade.
Reason being the database mysql has been changed as well as i don’t know what. These databases are modified for new engine on upgrade.