Trying to install Ubuntu 11.10 on a partition of a hard disk, but keep getting this error:
executing
grub-install/dev/sda1failed
Can't delete all partitions as there is important data on the other partitions.
|
Trying to install Ubuntu 11.10 on a partition of a hard disk, but keep getting this error:
Can't delete all partitions as there is important data on the other partitions. |
||||
| show 1 more comment |
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
Is there a reason why you want to install the MBR on |
||||
|
|
grub-install/dev/sda1is actually wrong, you need to add a space:grub-install /dev/sda1. Also you probably wanted to install it to sda, and not sda1, as the MBR sector, where grub gets installed is only one per drive. – Rafał Cieślak Mar 22 '12 at 19:14