Fix grub

From www.ReeltoReel.nl Wiki
Revision as of 06:57, 16 July 2015 by Pvdm (talk | contribs) (Created page with "* Boot from live dvd * use gparted to find boot partition * mount /dev/sdX /mnt * mount –-bind /dev /mnt/dev * mount –-bind /proc /mnt/proc * mount –-bind /sys /mnt/sy...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Boot from live dvd
  • use gparted to find boot partition
  • mount /dev/sdX /mnt


  • mount –-bind /dev /mnt/dev
  • mount –-bind /proc /mnt/proc
  • mount –-bind /sys /mnt/sys


  • chroot /mnt


  • grub2-mkconfig -o /boot/grub2/grub.cfg


  • grub2-install /dev/sda


  • chtrl-d 'exit'


  • reboot