Hi,
im trying to install centos 4.4 server cd on a P5VDC-MX using an 80GB sata drive. centos can't detect the sata drive is there a way to make this work?
On 05/03/07, Mark Quitoriano markquitoriano@gmail.com wrote:
im trying to install centos 4.4 server cd on a P5VDC-MX using an 80GB sata drive. centos can't detect the sata drive is there a way to make this work?
This guy appears to have installed CentOS but then had some trouble with NIC configuration, which implies it'll at least install, though it doesn't state whether he's using SATA or PATA.
http://www.centos.org/modules/newbb/viewtopic.php?topic_id=4399
This post implies a BIOS update for the motherboard might help.
http://www.linuxforums.org/forum/installation/68318-no-form-linux-sees-my-sa...
Will.
Mark Quitoriano wrote:
Hi,
im trying to install centos 4.4 server cd on a P5VDC-MX using an 80GB sata drive. centos can't detect the sata drive is there a way to make this work?
I have a machine with that board, while I could install and things "worked" the SATA interface was in safe mode where I was only getting <5 Mb/s on hdparm -Tt
If you can wait until Centos 5 is out, it may have better chipset support, personally I hacked in a FC6 kernel to get it up and running.
-Mike
Hi,
how did you install centos using SATA drive? or you installed it first with PATA then install the SATA?
On 3/6/07, Michael Best mbest@pendragon.org wrote:
Mark Quitoriano wrote:
Hi,
im trying to install centos 4.4 server cd on a P5VDC-MX using an 80GB sata drive. centos can't detect the sata drive is there a way to make this work?
I have a machine with that board, while I could install and things "worked" the SATA interface was in safe mode where I was only getting <5 Mb/s on hdparm -Tt
If you can wait until Centos 5 is out, it may have better chipset support, personally I hacked in a FC6 kernel to get it up and running.
-Mike _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Mark Quitoriano wrote:
Hi,
how did you install centos using SATA drive? or you installed it first with PATA then install the SATA?
It installed okay, just the drives were really slow.
I may have found another solution to this though.
I was working with another VIA board this week and the solution was to set the SATA to legacy IDE in the bios (if possible) and then pass "all-generic-ide" to the kernel which allowed me to detect the drives properly.
-Mike
On 3/10/07, Michael Best mbest@pendragon.org wrote:
Mark Quitoriano wrote:
Hi,
how did you install centos using SATA drive? or you installed it first with PATA then install the SATA?
It installed okay, just the drives were really slow.
I may have found another solution to this though.
I was working with another VIA board this week and the solution was to set the SATA to legacy IDE in the bios (if possible) and then pass "all-generic-ide" to the kernel which allowed me to detect the drives properly.
-Mike _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
oh really that works? great! i'll do that later.
Thanks!