安装操作系统可能会遇到这样的问题:
Linux安装时提示 Probing PCI hardware (bus 00)
不要惊慌,启动到LINUX界面下按F3
按“e”选择,在选中第二项。按“e”,输入:pci=nommconf 回车,后按“b”即可正常启动。下面是我/etc/grub.conf文件的部分内容 /etc/grub.conf 指向 /boot/grub/grub.conf 红色字体是我添加进去的!
...
title Red Hat Enterprise Linux AS (2.6.9-55.ELsmp)
root (hd0,0)
kernel /vmlinuz-2.6.9-55.ELsmp ro root=/dev/VolGroup00/LogVol00 rhgb quiet
pci=nommconf initrd /initrd-2.6.9-55.ELsmp.img
title Red Hat Enterprise Linux AS-up (2.6.9-55.EL)
root (hd0,0)
kernel /vmlinuz-2.6.9-55.EL ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.9-55.EL.img
阅读(936) | 评论(0) | 转发(0) |