aquaballoon

Grub fixing with LIVE CD

Sep 12th, 2012
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.11 KB | None | 0 0
  1. fdisk -l
  2. mount /dev/sda1 /mnt
  3. mount --bind /dev /mnt/dev
  4. chroot /mnt
  5. update-grub2
  6. grub-install /dev/sda
Add Comment
Please, Sign In to add comment