Linux安裝時停止在Probing PCI hardware (bus 00)錯誤解決辦法

環(huán)境:

  主板是英特爾946的芯片組。至強(qiáng)的CPU,兩G條子。硬盤:SATA接口。

  注:主板沒有PCI接口。操作系統(tǒng)red hat 9.0服務(wù)器版

  故障:
  Linux安裝時讀碟提示

Probing PCI hardware (bus 00)

  原因:
  與硬盤的接口及PCI接口有關(guān)。

  解決辦法:
  啟動到LINUX界面下按F3,后輸入linux all-generic-ide pci=nommconf 后回車即可。安裝完后,重啟時還需要輸入。

  按“E”選擇,在選中第二項(xiàng)。

  按“E”,輸入:pci=nommconf 或 linux all-generic-ide pci=nommconf 回車,后按“B”即可正常啟動。

恩:啟動搞定了就差重啟時候的引導(dǎo)了;這時候就不要再來每次啟動都手動edit it;

進(jìn)入系統(tǒng)后找到:/boot/grub/grub.conf(“引導(dǎo)配置文件”我理解的)再把

pci=nommconf /boot/grub/grub.conf的相應(yīng)位置(不要放到“#”后面啦、這是解釋語句來的)啟動選項(xiàng)行只有兩個選項(xiàng)來的、你看吧、我在手動處理時候是兩個選項(xiàng)后面添加命名都行的、 這時候在grub.conf中兩處都給它放上得了、懶得理它重啟ok啦!

修改啟動文件grub.conf確保新安裝的內(nèi)核為優(yōu)先啟動.
#cat /boot/grub.conf
////////////////////////////////////////////////////////////////////
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:   You have a /boot partition.   This means that
#           all kernel and initrd paths are relative to /boot/, eg.
#           root (hd0,1)
#           kernel /vmlinuz-version ro root=/dev/sda8
#           initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,1)/grub/splash.xpm.gz
hiddenmenu
title Red Hat Enterprise
Linux AS (2.6.9-22.ELhugemem)
root (hd0,1)
kernel /vmlinuz-2.6.9-22.ELhugemem ro root=LABEL=/ rhgb quiet
pci=nommconf
initrd /initrd-2.6.9-22.ELhugemem.img
title Red Hat Enterprise
Linux AS (2.6.9-22.ELsmp)
root (hd0,1)
kernel /vmlinuz-2.6.9-22.ELsmp ro root=LABEL=/ rhgb quiet pci=nommconf
initrd /initrd-2.6.9-22.ELsmp.img
title Red Hat Enterprise
Linux AS-up (2.6.9-22.EL)
root (hd0,1)
kernel /vmlinuz-2.6.9-22.EL ro root=LABEL=/ rhgb quiet   pci=nommconf

initrd /initrd-2.6.9-22.EL.img
////////////////////////////////////////////////////////////////////////////////////////////////
如果hiddenmenu
下面的內(nèi)容順序不對,請修改default=x(x對應(yīng)ELhugemem項(xiàng))

我遇到的是只有兩個啟動加載項(xiàng)、這上面的是3個、都加上吧不會逃掉的、好像決定啟動選項(xiàng)應(yīng)該是在

default=0
timeout=5
splashimage=(hd0,1)/grub/splash.xpm.gz
這里決定的;



安裝linux時在running /sbin/loader停止
解決方法如下:
即在進(jìn)入初始頁面(選擇安裝、修復(fù)、檢測的菜單頁面)時,按Tab鍵,輸入 linux acpi=off apm=off 再回車即可。