Paste Code
Paste Blends
Paste Images
ubuntu@ubuntu:~$ sudo mount /dev/sda5 mnt
mount: mount point mnt does not exist
ubuntu@ubuntu:~$ sudo mount /dev/sda5 /mnt
ubuntu@ubuntu:~$ sudo mount --bind /dev /mnt/dev
ubuntu@ubuntu:~$ sudo mount --bind /proc /mnt/proc
ubuntu@ubuntu:~$ sudo chroot /mnt
root@ubuntu:/# grub-install /dev/sda
/usr/sbin/grub-bios-setup: warning: this msdos-style partition label has no post-MBR gap; embedding won't be possible.
/usr/sbin/grub-bios-setup: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
/usr/sbin/grub-bios-setup: error: will not proceed with blocklists.
root@ubuntu:/#
  1. ubuntu@ubuntu:~$ sudo mount /dev/sda5 mnt
  2. mount: mount point mnt does not exist
  3. ubuntu@ubuntu:~$ sudo mount /dev/sda5 /mnt
  4. ubuntu@ubuntu:~$ sudo mount --bind /dev /mnt/dev
  5. ubuntu@ubuntu:~$ sudo mount --bind /proc /mnt/proc
  6. ubuntu@ubuntu:~$ sudo chroot /mnt
  7. root@ubuntu:/# grub-install /dev/sda
  8. /usr/sbin/grub-bios-setup: warning: this msdos-style partition label has no post-MBR gap; embedding won't be possible.
  9. /usr/sbin/grub-bios-setup: warning: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..
  10. /usr/sbin/grub-bios-setup: error: will not proceed with blocklists.
  11. root@ubuntu:/#
  12.  
go to heaven