Advertisement
Guest User

Untitled

a guest
Feb 25th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. sudo mount /dev/sda6 /mnt
  2. sudo mount --bind /dev /mnt/dev
  3. sudo mount --bind /proc /mnt/proc
  4. sudo mount --bind /sys /mnt/sys
  5. sudo chroot /mnt
  6. update-initramfs -u
  7. update-grub
  8. reboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement