micutu82 wrote: ↑Fri May 01, 2020 8:26 pm
Hello,
I have read that a raspberry pi doesn't have a BIOS like a normal computer (Desktop or laptop).
It doesn't have an on-board BIOS. Many of the BIOS functions found on Windows computers are handled in the "boot" partition of a Raspbian SD card. It's a different system, but it's still quite capable and versatile.
micutu82 wrote: ↑Fri May 01, 2020 8:26 pm
If the power supply gets off and it's come back after , let's say...5-10 minutes, raspberry is starting automatically, without any problem?
At the newer computers in BIOS we have an option to do that, to start again by itself when the power supply is come back
Thank you and sorry for my English
Whenever powered on, a Raspberry Pi computer will always try to boot the system. What it can't do (as far as I know) is not boot after a power interruption (like you can configure in some other BIOS systems).
micutu82 wrote: ↑Fri May 01, 2020 8:46 pm
But the OS could have problems? if then it's running a process, or maybe SD card may have problems
Can i run the OS from a hdd on USB? (of course with its own power supply)
Whenever the system is powered off without a proper software shutdown you may have problems. This is true even with SSD or HDD. To protect against that you can use an uninterruptible power supply (UPS) or read-only file system. Another option is to net-boot (boot the system from a network resource), which the Pi3 and Pi4 can do.
micutu82 wrote: ↑Fri May 01, 2020 8:46 pm
From this documentation i understood that i can't boot on raspberry pi 4 from a hdd on USB
Not yet. Netbooting was added first, and they are working on adding USB boot now. In the meantime you can have /boot on an SD card and run the main OS file system from a USB drive (
that's what I do with my Pi 4B2).
Network booting will allow you to boot with no SD card, but it will be slower than SD or SD+USB booting. You could combine both by starting a cardless boot from the network, then running the OS from an SSD (haven't tried that yet, but it should be possible).
micutu82 wrote: ↑Sat May 02, 2020 10:01 pm
If it will be an uncontrolled power outage and even if i would have an UPS, i still won't be online. My ISP doesn't have UPS for his DSLAM
If your ISP supplied modem+router was connected to a UPS along with your computer, I bet it would work. In my experience both the Internet and phones continue to work (at least for awhile).
Raspberry Pi 3B, 3B+ and 4B models can usually run a single 2.5 inch HDD or dual SSD from their USB ports using only the official power supply. Of course that depends on the drives (some are more power hungry than others), but I have a few 3B/3B+ models running off of SSD,
and I have tested the Pi 4B with dual SSD (/boot on SD card with main OS on top SSD and /home on bottom SSD). It worked fine, not only with the official 3A power supply, but even with the older 2.5A micro-USB PSU with a USB-C adapter.
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?