3

I recently added a new ssd to my machine which I intended to have as my main drive. I installed crunchbang and everything went fine, except I unthinkingly accepted updating/overwriting the MBR on my original drive.

What I want to do now is add grub/MBR to my new ssd so I can boot off that without having to go through the MBR on the other drive. Is there a way of installing grub on this new drive? Preferably without booting into a live cd (nouveau issues).

Thanks Kevin

Kin
  • 133

1 Answers1

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.

mhl
  • 181