RHEL7.0启动时end_request I/O error及piix4_smbus错误提示处理

  在VMWARE虚拟机下安装RHEL7.0,启动时有以下提示。经网上搜索,答复为floppy及piix4_smbus设备加载时找不到设备所致。

  解决办法如下:

floppy,在BIOS里禁用软驱,重启

piix4_smbus,先检查一下是否有加载piix4,如有把i2c_piix4加入黑名单,启动时不加载此模块

# lsmod | grep i2c_piix4

# vi  /etc/modprobe.d/blacklist.conf

blacklist i2c_piix4

其他的方法可参考

Added

  • blacklist floppy

to 
/etc/modprobe.d/blacklist.conf
and rebooted

Added

  • alias floppy off

to 
/etc/modprobe.conf
and rebooted

disable the floppy kernel module by doing this:

  • echo "blacklist floppy" | sudo tee /etc/modprobe.d/nofloppy.conf

The only real solution is to disable the floppy driven in your vm‘s BIOS (as mentioned by gerald_clark)

官方文档的方法:

Boot pauses probing floppy device

On some machines (mostly laptops with removable floppy drives), boot will pause while the (non-existant) floppy device is probed. A series of the following messages will appear:

end_request: I/O error, dev fd0, sector 0end_request: I/O error, dev fd0, sector 0Buffer I/O error on device fd0, logical block 0

This is caused by initrd‘s nash searching for filesystem labels on the floppy device. This problem can be avoided by adding floppy.allowed_drive_mask=0 to the kernel boot options.

时间: 2024-11-02 13:36:18

RHEL7.0启动时end_request I/O error及piix4_smbus错误提示处理的相关文章

MyEclipse+Tomcat 启动时出现A configuration error occured during startup错误的解决方法

MyEclipse+Tomcat 启动时出现A configuration error occured during startup错误的解决方法 分类: javaweb2013-06-03 14:43 3706人阅读 评论(0) 收藏 举报 当单击MyEclipse中的Debug server 启动服务器的时候,出现了这么个提示: Eclipse菜单,Window->Preference…,打开Preference对话框,找到菜单树中MyEclipse-> Application Serve

如何在android studio 1.0 启动时设置代理【解决WARN - ateSettings.impl.UpdateChecker - Connection failed.】

今天第一次用android studio,下了个比较新的1.0.1 linux版本,结果启动时老是出现以下错误: [ 6987] WARN - ateSettings.impl.UpdateChecker - Connection failed. Please check your network connection and try again. 百度了以下,都没找到可行方案,最后在google里找到了解决方案,在此记录下来,供大家参考. 方法1: 到android studio安装目录,打开

RHEL7.0启动流程

a:      MBR 中的主引导加载程序是一个 512 字节大小的映像,其中包含程序代码和一个小分区表.前 446 个字节是主引导加载程序,其中包含可执行代码和错误消息文本.接下来的 64 个字节是分区表,其中包含 4 个分区的记录(每个记录的大小是 16 个字节).MBR 以两个特殊数字的字节(0xAA55)结束.这个数字会用来进行 MBR 的有效性检查.   b:    主引导加载程序的工作是查找并加载次引导加载程序(第二阶段).它是通过在分区表中查找一个活动分区来实现这种功能的.当找到一

Eclipse启动时发生An internal error occurred duri ng: "Initializing Java Tooling ----网上的坑爹的一个方法

yum makecache 时出现[Errno -3] Error performing checksum 错误的解决方法

现象: [[email protected] yum.repos.d]# yum clean all Cleaning up Everything [[email protected] yum.repos.d]# yum makecache base                      100% |=========================| 3.7 kB    00:00 9a3a8909e656c27cd85c75a2d 100% |======================

使用putty远程登录Ubuntu时,报Network error:Connection refused错误解决方案

使用putty 远程登陆Ubuntu 时提示 Network error:Connection refused 就是因为Ubuuntu没有安装ssh服务. 执行安装命令:sudo apt install openssh-server 安装完成后,远程登陆正常 原文地址:https://www.cnblogs.com/wenyi/p/10807376.html

tomcat SERVER启动时did not find a matching property错误解决办法

警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.j2ee.server:BBSDemo' did not find a matching property. 2008-11-9 16:27:59 org.apache.catalina.core.AprLifecycleListener init 1.首先,确保你的服务是出于关闭的状态

安装mysql 8.0版本时,使用front连接报1251错误或者navicat 连接报错2059解决方案

这个错误出现的原因是在mysql8之前的版本中加密规则为mysql_native_password,而在mysql8以后的加密规则为caching_sha2_password. 解决此问题有两种方法,一种是更新navicat驱动来解决此问题,一种是将mysql用户登录的加密规则修改为mysql_native_password.本文采用第二种方式 ALTER USER 'root'@'localhost' IDENTIFIED BY 'password' PASSWORD EXPIRE NEVER

HIVE 1.1.0 启动时报错: Unsupported major.minor version 51.0

JDK 1.6 + HIVE 1.1.0 启动时抛异常: [email protected]:~# hive Logging initialized using configuration in jar:file:/hive/apache-hive-1.1.0-bin/lib/hive-common-1.1.0.jar!/hive-log4j.propertiesSLF4J: Class path contains multiple SLF4J bindings.SLF4J: Found bin