0

I have just bought a new Pi4 and want to start off with Ubuntu OS rather than with Raspberry Pi OS. I wasn't sure if I should use NOOBS or Raspberry Pi installer for setting up the OS on the microSD but ended up using the Raspberry Pi installer to set up the OS anyway.

What is the difference between the two and when should I use one or the other if I want to set up an OS other than the official Raspberry Pi OS?

AndrewL64
  • 103
  • 3

1 Answers1

2

NOOBS is past its use-by date. It was, probably a good idea when it was introduced as you only need to be able to unzip and copy files to get a bootable SDCard.

Now there's Balena Etcher and the RPimager. Etcher will take a downloaded still zipped image file, unzip it, write it to the SDCard and verify it. RPimager does the same but also includes a menu to let you choose which image file to download.

https://www.raspberrypi.org/downloads/

RPimager runs on Windows, Linux and Mac OS.

The RPimager is your tool of choice - for plain RaspiOS it's doing the download for you. For alien OSes like Gentoo or Ubuntu it can use the zipped image file you've already downloaded. The verify function means you can be sure the SDCard isn't a fake.

Dougie
  • 5,301
  • 10
  • 19
  • 28
  • Oh, I see. So is there any difference between using the Raspberry Pi installer and tools like Balena Etcher and the RPimager for setting up an OS? – AndrewL64 Aug 08 '20 at 22:44
  • 1
    The RPimager is your tool of choice - for plain RaspiOS it's doing the download for you. For alien OSes like Gentoo or Ubuntu it can use the zipped image file you've already downloaded. The verify function means you can be sure the SDCard isn't a fake. – Dougie Aug 09 '20 at 12:59
  • 1
    Oh ok. Thanks for the clarification! Can you add that to the answer as well and I'll accept it. Regards. – AndrewL64 Aug 09 '20 at 15:47
  • You can also use a URL with Etcher, such as https://downloads.raspberrypi.org/raspios_armhf_latest, and Etcher will automatically download it for you. – Benjamin Ashbaugh Aug 09 '20 at 23:42
  • 1
    I still do not understand what's about Raspberry Pi installer, not RPimager. Is it the same? – Ingo Aug 15 '20 at 09:19
  • 1
    @Ingo It's called the "Raspberry Pi Imager" which I will continue to shorten to "RPImager" (because that's how abbreviation in English works). – Dougie Aug 15 '20 at 10:05
  • @AndrewL64 looks like you've forgotten to accept the answer. – Dougie Aug 15 '20 at 10:08