Skip to content

Instantly share code, notes, and snippets.

@rkochar
rkochar / fix-grub.md
Last active August 10, 2025 13:07
Windows deleted grub (Manjaro)
  • Boot into Manjaro on usb stick
  • ctrl+alt+t
  • sudo manjaro-chroot -a (will list partitions)
  • grub-install <partition> (eg: /dev/nvme0n1p6 or /dev/sda)
  • grub-install --recheck <partition>
  • update-grub (if command not found, see below)
  • exit
  • reboot (remove usb stick, grub should re-appear with Manjaro as a boot option)

Grub may not add Windows (or another boot option) to the menu. Boot into Manjaro.