Guest User

Untitled

a guest
May 21st, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. rm -rf /boot/grub
  2. pacman -S grub2-bios
  3. modprobe dm-mod
  4. grub_bios-install --boot-directory=/boot --no-floppy --recheck --debug /dev/sda
  5. grub-mkconfig -o /boot/grub/grub.cfg
  6. grub-install /dev/sda --no-floppy
Add Comment
Please, Sign In to add comment