My GF recently said I can install Linux on her laptop. Then I saw Windows broke dual boot systems.

Is it safe to do a dual boot if she already has the update that broke dual booting?

Should I just figure out how to install Windows in a VM for her?

Appreciate any insight y’all can offer

  • Skull giver@popplesburger.hilciferous.nl
    link
    fedilink
    arrow-up
    7
    ·
    edit-2
    26 days ago

    The problem linked also breaks booting from the UEFI menu, because the motherboard boot configuration got updated to not trust known vulnerable versions of Grub.

    That said, Windows stopped clobbering boot records since UEFI was introduced. It’ll change the boot order sometimes (like when it auto recovers from boot corruption) but you can always boot Linux if it does that. Unfortunately, Linux doesn’t generally come with a good boot order manager, so fixing that requires either diving into the BIOS or command line stuff.

      • Max-P@lemmy.max-p.me
        link
        fedilink
        arrow-up
        3
        ·
        26 days ago

        It doesn’t change the preferences but it does replace bootx64.efi which is the default bootloader executable for a drive, when the UEFI doesn’t have more specific entries. In some configurations both Windows and GRUB want to be that.

        If you add a boot entry for GRUB and don’t point it to the default executable, then it won’t be affected. Until you reset the BIOS or try to use the drive in another system that is, in which case the firmware will then only know about the default executable. But it’s easy to add the boot entries back.