|
problems installing grub on sata disk
hi,
i am having problems installing grub on my sata wd raptor. my mobo is an asus a7n8x deluxe. i have an ide harddrive as a primary master, on which i have installed linux, and a sata drive on which windows is installed. in my bios i had to set the boot option to 'scsi' so that my computer boots from my sata drive (windows) and not the ide harddisk.
linux installation's all good. all hardware is properly configured. my ide drive shows up as /dev/hda and sata shows up as /dev/sda. when i try to do,
grub-install /dev/sda
it happens without any error and grub outputs the contents of device.map file, which are as follows:
(hd0) /dev/hda
(hd1) /dev/sda
which is correct.
the problem begins when i reboot my computer. the system hangs on boot and i don't see the grub menu at all. all i see is grub written at the bottom of the screen. that's it.
btw on my sata drive (windows drive), i have only two partitions, both of which are ntfs.
kindly help me sort out this problem. thanks a lot.
|