Create a gist now

Instantly share code, notes, and snippets.

anonymous /result.sh
Created Oct 2, 2017

What would you like to do?
it@it:~$ sudo mkdir /media/b2
it@it:~$ sudo mount /dev/sdb2 /media/b2
it@it:~$ sudo mkdir /media/b7
it@it:~$ sudo mount /dev/sdb7 /media/b7
it@it:~$ for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /media/b7$i; done
it@it:~$ sudo chroot /media/b7
root@it:/# grub-install /dev/sdb
Installing for i386-pc platform.
grub-install: warning: this GPT partition label contains no BIOS Boot Partition; embedding won't be possible.
grub-install: 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..
grub-install: error: will not proceed with blocklists.
root@it:/#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment