How do I add a SATA drive to a system that already has an IDE drive?

Anil Kumar Sharma xplusaks at gmail.com
Sat Mar 11 16:40:05 UTC 2006


This may be too basic but take appropriate precautions before making changes
on your box.

Grub recognizes drives by hd0, hd1, hd2 etc  (first drive is hd0 <-'zero').
Again the partitions numbers in grub.conf are starting from zero onwards.
And finally default count also starts with zero.

What becomes hd0 (for grub.conf) out of hda or sda is hardware dependent but
mostly I have seen that sda gets preference being treated SCSI. This is
independent of boot sequence drive preference as selected in BIOS. YMMV.

So first read the man grub.conf, you will have more information.
Then adjust your bios (once for all) to point where you placed grub in MBR.
After that use some live CD/Boot CD / rescue CD to find wht is hd0 out of
sda and hda. U may do this by trial / experiment.
Finally get your grub.conf file in shape by any method you know or search
this list. and before you attempt to edit grub.conf make a backup of that
file.

PS: /boot shall be located outside LVM.

HTH.


The ide drive is /dev/hda, the SATA drive is /dev/sda. The problem is
> with GRUB on /dev/hda, it never gets as far as loading the kernel. GRUB
> hangs with the message: Loading stage 2. I have been reading the grub
> docs, but I cannot find anything relevant. Does anyone know what GRUB is
> doing at stage 2? I don't know what kinds of problems could lead to this
> error.
> Derek Tattersall
>

--
Anil Kumar Shrama
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20060311/6486f03a/attachment-0001.htm>


More information about the fedora-list mailing list