View Single Post
Old 29-Nov-2007, 03:22 AM   #2 (permalink)
Anilrgowda
Administrator
 
Anilrgowda's Avatar

Posts: 18,715
Join Date: Jan 2006
Rep Power: 10 Anilrgowda is on a distinguished road

IM:
Default Re: No volume group found "VolGroup00"

As far as I understand your old motherboard was addressing your SATA drive in a PATA emulation mode. In this case your hard disk should have a name such as /dev/hdx. But since your current mobo correctly detects it as a SATA hard disk and assigns it the correct name od /dev/sdx.

What you should do is:
- Reboot from the CD in rescue mode.
- Mount your boot volume
- edit your /boot/grub/device.map. It should look like this:

# this device map was generated by anaconda
(hd0) /dev/hda

change /dev/hda to /dev/sda
- save exit and reboot.


------------------


Anilrgowda is offline   Reply With Quote