Move Grub to a different drive
Solution 1:
You should use grub-install program, with name of the ssd disk like: /dev/sdb.
To find out what name your disk has, try fdisk -l
.
You should use grub-install program, with name of the ssd disk like: /dev/sdb.
To find out what name your disk has, try fdisk -l
.