this post was submitted on 03 Oct 2023
2 points (100.0% liked)
Linux Questions
1061 readers
2 users here now
Linux questions Rules (in addition of the Lemmy.zip rules)
- stay on topic
- be nice (no name calling)
- do not post long blocks of text such as logs
- do not delete your posts
- only post questions (no information posts)
Tips for giving and receiving help
- be as clear and specific
- say thank you if a solution works
- verify your solutions before posting them as facts.
Any rule violations will result in disciplinary actions
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yeah, windows tends to sometimes nuke grub when it updates, if they are in the same drive. I've found that the easiest way to fix it is to chroot into the Linux system from a live iso, re-install grub and re-make it's config...
As for preventing this from happening again, the dumb way would be to use something like AtlasOS, ReviOS or Chris Titus's windows deboating script and disabling Windows update entirely.
The smart way would be to move Linux, grub and grub's EFI partition to a separate disk all together... That way windows has a harder time nuking them (though it still does it sometimes).
And no, this issue is not grub specific, windows can and will occasionally nuke any other bootloader when it updates...