• eurodyne@piefed.world
    link
    fedilink
    English
    arrow-up
    37
    arrow-down
    2
    ·
    2 days ago

    macOS has been able to do this for over 20 years. Nice of Microsoft to catch up now that nobody wants to use the windows ever.

      • papalonian@lemmy.world
        link
        fedilink
        English
        arrow-up
        19
        arrow-down
        2
        ·
        2 days ago

        since nobody wants to use a mac ever

        Statements like this remind me just how utterly removed from the reality of tech the average Lemmy user is, lol. People fuckin love macs, unless there’s a joke I’m missing

    • eurodyne@piefed.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      21 hours ago

      You can do this with Fedora, I’m pretty sure you can do this with other distros

      Popos even has a system recovery partition like a Mac

    • prole@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      6
      ·
      edit-2
      1 day ago

      This is sarcasm right? You literally can.

      Shit, with btrfs and snapshots, you don’t even need an internet connection

    • Truscape@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      4
      ·
      2 days ago

      I think it is possible, but without a lot of funding for uptime and bandwidth it’d be a bit impractical for most distros.

      Plus, could bring up privacy/security concerns if the hosting address/device gets compromised in any way.

      • kata1yst@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        4
        ·
        2 days ago

        How so? This is basically a net install procedure, which operates right out of most distros package system.

        • papalonian@lemmy.world
          link
          fedilink
          English
          arrow-up
          4
          ·
          1 day ago

          I’ve never actually done a network OS install, but aren’t those generally a “local” network install, ie the file is on another computer you or another admin control? Grabbing the file from somewhere else might open the door for a third party to provide their own ISO

          • kata1yst@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            4
            ·
            edit-2
            1 day ago

            You’re thinking PXE/netboot, which netinstall disks are often used for, but you can use them independently of netboot.

            Generally you have a minimal disk or recovery partition that initiates boot and offers the package manager, basic file and disk utilities, and a script to install a list of important packages. Basically nothing else. A handful of distros offer them, but they’re easy to make too. I usually have one in a partition alongside by boot partition. This is very similar to the distros that offer a “recovery” boot option.

            The point is that instead of downloading a static version of the OS at 2GB+ these days, you have a tiny boot disk that downloads all the latest and greatest versions of the files you need, or allows you to fix breakages. This is what MacOS and these Linux distros have been offering for years.