Advertisement
Guest User

Untitled

a guest
Sep 11th, 2015
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. /dev/sda1 * windows-install
  2. /dev/sda2 windows
  3. /dev/sda3 1756385280 1757409279 1024000 500M 83 Linux
  4. /dev/sda4 1757411326 1953523711 196112386 93.5G 5 Extended
  5. /dev/sda5 1757411328 1945491455 188080128 89.7G 8e Linux LVM
  6. /dev/sda6 1945493504 1953523711 8030208 3.8G 8e Linux LVM
  7.  
  8.  
  9.  
  10.  
  11. This is the aimed following steps:
  12. >sudo mount /dev/sda2 /mnt #Replace sda2 with your partition number
  13. >for i in /sys /proc /run /dev; do sudo mount --bind "$i" "/mnt$i"; done
  14. >sudo chroot /mnt
  15. >update-grub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement