Fix grub: Difference between revisions
Appearance
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..." |
(No difference)
|
Revision as of 06:57, 16 July 2015
- 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