Sudden emergency
nanook @ nanook @friendica.eskimo.com Posts 0Comments 496Joined 2 yr. ago

nanook @ nanook @friendica.eskimo.com
Posts
0
Comments
496
Joined
2 yr. ago
Deleted
Permanently Deleted
Permanently Deleted
@Attacker94 The boot block pointing to grub is what gets overwritten, grub itself in /boot/efi doesn't. You can fix either though with either boot repair or boot from a usb thumb drive, mount the partitions on /mnt and subdirectories,mount --bind /dev /mnt/dev, /dev/pts /mnt/dev/pts, and then mount --rbind /proc /mnt/proc and /sys /mnt/sys, cp /etc/resolv.conf to /mnt/etc/resolv.conf, chroot to /mnt, and then grub-install /dev/sda or whatever the drive is. Not a big deal. And this only happens if you install Windows AFTER you have installed Linux.