I have a RPi v3 that's been running very well for me for years now. It is mainly a file server, running SAMBA, NFS and AFP on Buster, along with some other random services. The DHCP setup is also a bit customized to deal with my home network setup. Because it is old, I'd like to move the 'server' to a RPi 4 board - i.e. I want to have a server of the same name and using the same ip address on my network running all the same services with the same configuration, have the same accounts, passwords and so on, but I want that server to be backed by a RPi board.
Is there a recommended way to take all of the installed packages, and their configurations, users, etc, and move them over to a fresh install of Buster on the RPi 4 board?
FWIW, I have tried simply moving the existing SD card to the new Pi board, but that seems to require re-partitioning the card, which I cannot figure out and does not seem the right way to go anyway, so I thought it better to do a clean install on the new board and get the existing packages and configuration set up.
kernel8.img
in the boot partition -- if you've kept it updated it should already be there. An up-to-date, functional buster card should work in all models. If it doesn't you might want to try a more detailed question about what goes wrong. – goldilocks Mar 08 '21 at 19:03kernel8.img
(I did not put it there, although the original image was not long ago so it was included in that). However, the 64-bit version only contains 30MB. Re: "I do not have a micro HDMI adapter", it might be worth getting one for such troubleshooting, you stand to waste a lot of time without it. – goldilocks Mar 10 '21 at 15:24/etc
directory. Thanks to all for the suggestions. – i_am_Halloran Mar 11 '21 at 21:09