Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1934232
  • 博文数量: 389
  • 博客积分: 7877
  • 博客等级: 少将
  • 技术积分: 4531
  • 用 户 组: 普通用户
  • 注册时间: 2007-12-10 14:02
文章分类

全部博文(389)

文章存档

2024年(1)

2022年(1)

2021年(1)

2020年(1)

2019年(1)

2018年(3)

2017年(6)

2016年(4)

2015年(8)

2014年(15)

2013年(31)

2012年(19)

2011年(47)

2010年(33)

2009年(105)

2008年(109)

2007年(4)

分类: LINUX

2009-02-27 10:26:20

安装操作系统可能会遇到这样的问题:

Linux安装时提示 Probing PCI hardware (bus 00)

不要惊慌,启动到LINUX界面下按F3

   按“e”选择,在选中第二项。按“e”,输入:pci=nommconf   回车,后按“b”即可正常启动。

我想聪明的人不会每次启动都去做这些繁琐的事情。启动后添加 pci=nommconf  /boot/grub/grub.conf的相应位置。以后就一劳永逸了。


下面是我/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
阅读(1385) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~