grub reconfigure aka fix


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. sudo su
  2. mkdir /primary
  3. mount /dev/sda1 /primary
  4. grub-install --root-directory=/primary /dev/sda1

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.