红联Linux门户
Linux帮助

centos5.0 不能支持sata硬盘,解决办法总结

发布时间:2008-07-31 00:15:58来源:红联作者:Inmaxen
centos 5.0在安装时不认识sata硬盘,据其原因芯片驱动问题。

可处理的方法:

(1)这是网上一般能找到 的方法,可是我的服务器没有把sata改为AHCI,pass!

Fedora Core 5 Linux on Asus P5B / Intel Core Duo 2 E6600
NOTE: The following applies to Fedora Core 5 only - not to higher releases.

I just built a linux box from an ASUS P5B Deluxe motherboard with an Intel Core 2 Duo E6600 processor, an old IDE CD-ROM, and two SATA drives.

Trying to load Fedora Core 5 i386 gave the error message that no suitable driver could be found, although it did not specify what the missing driver was for. Poking around the web showed that other people have had the same problem and various sites have posted ideas on how to fix it. The most useful one for me was this:

http://www.blindedbytech.com/2006/11/10/how-to-install-fedora-core-6-on-intel-dg965ss-motherboard/

That describes how the author figured out the right settings but it is a little long winded. To cut to the chase and make his/her post a little clearer, here are the specific steps that worked for me:

1. In the BIOS go to IDE Configuration and change Configure SATA as to AHCI

2. Reboot with the Fedora Core 5 CD and at the initial prompt enter:

linux all-generic-ide pci=nommconf

3. This will start the graphical install and you can configure the disks, etc. as normal.

4. When you get the screen that defines the boot loader you should select grub as the loader, which is the default. You should see the text pci=nommconf in the boot loader options window towards the bottom of the screen.

Change this to all-generic-ide pci=nommconf

(图形化安装 开始我也使用了这样的安装方式,不过,速度慢的不行,几乎就是死机状态,放弃!)

5. Finish the install as per usual, reboot and everything should be fine.

The better solution, however, is to use Fedora Core 6 which knows how to handle this motherboard/chip combination. You should still set the SATA mode to AHCI, but you can avoid all the other special configuration steps.

(2)对于我的服务器来说,使用以下方法处理:

在centos引导后,不要直接enter,输入以下参数后再安装,即可解决

boot: linux all-generic-ide irqpoll
文章评论

共有 1 条评论

  1. 于 2012-03-28 19:37:13发表:

    非常感谢!
    我按照(2)的方法能够进行安装,但是在第一次重新启动之后却无法继续进行了,显示如下提示:
    Red Hat nash version 5.1.19.6 starting
    mount:could not find filesystem '/dev/root'
    setuproot:moving /dev failed: No such file or directory
    setuproot: error mounting /proc: No such file or directory
    setuproot: error mounting sys: No such file or directory
    swithroot: mount failed: No such file or directory
    Kernel panic - not syncing: Attemptedd to kill init!