Moving USB Boot Drive (RasPi OS) from Raspberry Pi 4 to Pi 5

  • Thread starter Thread starter Swamp Thing
  • Start date Start date
AI Thread Summary
Using a USB boot drive with Raspberry Pi OS from a Pi 4 on a new Pi 5 may not work seamlessly due to differences in OS support and hardware. While both devices share the same architecture, the Raspberry Pi 5 requires an OS version based on Debian Bookworm for proper functionality. Attempting to boot from an older OS version results in a warning that the Raspberry Pi 5 is not supported, although an override option exists. It is recommended to create a backup through an image clone before making any changes, as personal data may remain accessible, but the OS and drivers may not be directly usable. Downloading the latest OS for the Pi 5 is the safest approach to ensure compatibility and performance.
Swamp Thing
Insights Author
Messages
1,028
Reaction score
763
If I just take the USB boot drive (Raspberry Pi OS) from a Pi 4 and plug it into a new Pi 5, will it work seamlessly just as before? Will it work at all? Or, is there a risk that it will become unusable on the original Pi 4 board?

... Given that it has been in use for a year and has lots of packages and upgrades installed on it?
 
Computer science news on Phys.org
It will probably be fine. If it were me, I'd make a backup first, though.
 
  • Like
Likes FactChecker and Swamp Thing
Vanadium 50 said:
It will probably be fine. If it were me, I'd make a backup first, though.
For an OS drive, "backup" means image clone.
The personal data of yours should be usable, but the OS and drivers are probably not directly usable.
 
Same processor, same architecture, same installer image - while it is not guaranteed to work, the odds don;t get much better. And yes, a backup means an image.
 
  • Like
Likes FactChecker
Vanadium 50 said:
Same processor, same architecture, same installer image
I stand corrected. I didn't realize that 4 and 5 were so similar.
 
They have different SOCs, but they are still ARM cores.
 
Just learned that support for Raspberry 5 begins with the OS version based on Debian Bookworm.

If I try to boot from an old OS version, it says Raspberry Pi 5 is not supported on the installed OS, giving me an option to try anyway by setting an override flag. I decided not to try that, so I downloaded the latest OS for my Pi-5.
 
  • Like
Likes FactChecker
Swamp Thing said:
Just learned that support for Raspberry 5 begins with the OS version based on Debian Bookworm.

If I try to boot from an old OS version, it says Raspberry Pi 5 is not supported on the installed OS, giving me an option to try anyway by setting an override flag. I decided not to try that, so I downloaded the latest OS for my Pi-5.
Thanks for the update. That is a wise move and definitely the safest.
 
Back
Top