this post was submitted on 27 Sep 2023
1459 points (96.1% liked)

linuxmemes

21282 readers
1015 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
  •  

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't fork-bomb your computer.

    founded 1 year ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] Okalaydokalay@lemm.ee 29 points 1 year ago (3 children)

    I’ve never personally experienced that. But it’s been Windows replaces the bootloader which is typically grub with their bootloader and Windows’ bootloader doesn’t default to letting you choose your OS like grub does.

    So when you update Windows and restart, it has reset the settings for the bootloader as their own default bootloader which defaults to Windows. You then need to go in and replace grub as the default bootloader so you can once again select your OS.

    [–] Taleya@aussie.zone 14 points 1 year ago (1 children)

    Anticompetitive behaviour from microsoft??? gasp

    [–] Honytawk@lemmy.zip 0 points 1 year ago

    No, Windows is just setting the computer up for users who don't typically change anything in the bootloader.

    [–] Hovenko@iusearchlinux.fyi 9 points 1 year ago

    I can confirm. It does this I think if both OS are on the same disk, probably share bootloader. Never happened when I used separate disks.

    [–] waspentalive@kbin.social 0 points 1 year ago (2 children)

    Is there a grub installer that runs under windows? (no spell checker I refuse to capitalize windows)

    [–] Balinares@pawb.social 4 points 1 year ago

    If you're using UEFI there is nothing to reinstall. The installed bootloaders are still there in the UEFI partition, Windows just changed which one is set as the default. There are tools you can use, such as EasyUEFI (if I remember correctly), to revert the default to Grub or refind or systemd-boot, whichever you're using.

    [–] Okalaydokalay@lemm.ee 2 points 1 year ago* (last edited 1 year ago)

    I’m not sure, to be truthful. Never looked into it! But even if one exists, I’m sure what Windows is doing during an update is grabbing its own bootloader and either installing it or just hitting the switch to set it as the default bootloader.

    I say all that to say, that even if there is a grub made specifically for windows, it likely wouldn’t fix this problem. To ultimately get around this, a user would have to change the features in the Windows update, which I believe is possible since I know some installations exist that remove features from Windows during an initial OS install.

    But I do believe that Windows’ default bootloader can boot into a Linux OS too. It’s been a while, but I have seen where you can choose different versions of Windows if you have them installed dual boot on the same machine. Where the bootloader will ask whether you want Windows 7 or Windows 10 to boot into. I believe Linux OS installs show here too, but I could be wrong. The problem is really that the bootloader doesn’t show by default so the user doesn’t know a second OS exists on the same disk. If Windows’ bootloader showed by default and let you choose your OS to boot into, I don’t think we’d have the issue OP’s meme shows except with it hiding grub or another non-Windows bootloader.