• Jeena
    link
    fedilink
    English
    189 months ago

    Just for my understanding when they boot such a server, where does it get it’s operating system from? Over the network from a different computer which has a hard drive or some read only ROM on the server or what?

    • @UFO64@lemmy.world
      link
      fedilink
      English
      359 months ago

      This can be handled a few different ways.

      • You can boot from a HDD and then just not ever write data back to it. This would be the most trivial solution, and it’s something people do with their Pi’s a lot to avoid SD card failure.
      • You could network boot, pull the OS from the network at startup. Fun fact, this is how some rockets fly! No onboard persistent storage needed. Everything boots into and runs from ram the whole 10 ish minutes of operation.
      • You COULD do a ROM as you suggested, but that’s a LOT of ROM. Seems odd to do imho.
      • Jeena
        link
        fedilink
        English
        19 months ago

        I remember that there was a ROM in the Amiga 500 which had the kickstart software on it which you’d load from a diskette on the predecessor the Amiga 1000. This made it much faster to boot because you would not need to switch diskettes in the middle of the boot.

    • @Kazumara@feddit.de
      link
      fedilink
      English
      16
      edit-2
      9 months ago

      Click the first link in the article, in the older post they talk about their stboot bootloader. It does what you suspect, loads the OS image from a different computer which has signed base images.