• @[email protected]
    link
    fedilink
    289 months ago

    Most of the time, your grub is still there, even the link on your efi partiton. Only the evivars in uefi need to be reminded of their existance far too often.

    • @Ziglin
      link
      29 months ago

      Windows did an update once that messed up so bad that at least until I booted into a live USB, my bios couldn’t find grub or windows lol, then from the live USB I just chrooted in and reinstalled grub.

      • NekuSoul
        link
        fedilink
        14
        edit-2
        9 months ago

        The way WSL1 worked is actually quite interesting: The NT kernel always had the capability to run multiple subsystems, with Win32 only being one of them and there were subsystems available for OS/2, POSIX and later UNIX. WSL1 was pretty much a revival of that feature. So WSL1 is indeed somewhat like Wine, but making heavy use of some features built into the kernel. So yeah, no real boot process happening.

        (Also it’s kinda stupid that the ‘S’ in WSL2 still stands for ‘subsystem’, despite not using that feature anymore.)

        • @lightnegative
          link
          109 months ago

          I liked the WSL1 approach better. I find it ironic that the Windows kernel lacks so many useful features that it simply wasn’t possible to properly implement things like cgroups on top of it, so they just gave up and ran Linux in a VM for WSL2