Grub Setup(hd0) Error Cannot mount selected partition
Posted
by MA1
on Super User
See other posts from Super User
or by MA1
Published on 2010-04-15T15:57:10Z
Indexed on
2010/04/15
16:03 UTC
Read the original article
Hit count: 243
I have created a NTFS Partition(/dev/sda3) and copy the grub files in it in the following path: /dev/sda3/boot/grub/
then tried to install the grub by using following commands:
grub> root (hd0,2)
Filesystem unknown, partition type 0x7
grub> setup (hd0)
Error : cannot mount selected partition
The partition is present and i created it with gparted.
i also tried the following command:
find (hd0,2)/boot/grub/stage1
Error 15: File not found
All the files were there as copied them. So, where is the problem and what i am doing wrong?
© Super User or respective owner