Yet another win for Systemd.

  • @[email protected]
    link
    fedilink
    1
    edit-2
    2 years ago

    From what I understand it’s basically like a “thin client” type of thing where the client loads the Kernel from local storage up to a certain point and then boots into a rootfs that is somewhere else on a remote server.

      • @[email protected]
        link
        fedilink
        22 years ago

        Basically, your system, if asked to, will boot into a limited mode where it exposes its drives over NVMe-TCP. It’s like taking the hard drive out and putting it into a different PC, but over the network.

      • @[email protected]
        link
        fedilink
        1
        edit-2
        2 years ago

        Similar but in this case the Linux Kernel/Init System act as the PXE firmware so you don’t need a TFTP Server to load initramfs and a Kernel image. And you don’t need a NFS or Samba server because the Server has the drive with the rootfs already exposed to the network.