-1

I have a new RPi 4 and I have installed NOOBS from a zip due to the fact that I cannot install software on my computer as it is loaned from my school (i.e. image writing software)

However, once plugged in to a power source, there is just a singular red light and the green light flashes once really quickly.

I read an article online (https://www.makeuseof.com/tag/raspberry-pi-wont-boot-fix/) which said that if the OS was not supported there would only be a red light and no green light, so I wondered if there was any way to install the latest RPi OS version from a zip file rather than an image?

(I tested my download of NOOBS on a RPi Model B [https://socialcompare.com/en/review/raspberry-pi-model-b] and it worked)

1 Answers1

0

To answer the actual question - the only ways to install an OS without an installer are NOOBS or PINN, which are OS installer/boot managers. Few (if any) experienced users on this site use NOOBS, and even on the Foundation site it is discouraged.

If you do want to pursue this I believe NOOBS is still available, and should run on Pi4 - obviously I haven't tried this.

Many of the NOOBS disks supplied by vendors are obsolete.

A better (and more capable and flexible) option is PINN

NOTE to use either of these you NEED a screen and keyboard

It is possible to install an (uncompressed) image using dd which is ubiquitous on Linux and Unix based OS (including macOS)

If you have another Pi and a SD adapter you can install Raspberry Pi Imager on the Pi (assuming you have sufficient space for the image).

Milliways
  • 62,573
  • 32
  • 113
  • 225