VirtualBox piix4_smbus Error

VirtualBox piix4_smbus Error

VirtualBox 3.2.10 gives me the following error message when booting Ubuntu 16.04:-

piix4_smbus 0000.00.07.0: SMBus base address uninitialized - upgrade bios or use force_addr=0xaddr

This error is caused by VM having no smbus but Ubuntu always trying to load the module. It doesn‘t affect anything but is a bit annoying - to fix...

1. CHECK MODULE IS BEING LOADED

lsmod | grep i2c_piix4

2. IF SO, BLACKLIST IT IN /ETC/MODPROBE.D/BLACKLIST.CONF, BY ADDING THE FOLLOWING TO THE END OF THE FILE:-

blacklist i2c_piix4

3. UPDATE THE INITRAMFS

update-initramfs -u -k all
时间: 2024-12-17 11:42:46

VirtualBox piix4_smbus Error的相关文章

64位win7启动VirtualBox出错Error e_fail 0x80004005

系统:win7 x64 VirtualBox版本:4.3.28 问题: 启动虚拟机时出现“创建COM对象失败,应用程序将被中断”,错误代码是 0x80004002 点击确定后显示“无法启动虚拟机”blabla的问题,忘记截图了,错误代码是Error e_fail 0x80004005 解决方法: 换用低版本的VirtualBox,原来装的是4.3.28,我直接用4.3.12覆盖安装,问题解决. 附VirtualBox 4.3.12下载地址:http://download.virtualbox.o

CentOS VirtualBox启动虚拟及报错:VirtualBox error: Kernel driver not installed (rc=1908)

VirtualBox error: Kernel driver not installed (rc=1908) Hi all, Let me first say that this is my final resort after googling this issue for the last several hours. None of the solutions that I have found are working for me. My VirtualBox (PUEL, not O

[转]VirtualBox – Error In supR3HardenedWinReSpawn 问题解决办法

原文地址:http://chenpeng.info/html/3510 Genymotion 模拟器安装好虚拟机后,启动时报错: —————————VirtualBox – Error In supR3HardenedWinReSpawn—————————<html><b>NtCreateFile(\Device\VBoxDrvStub) failed: 0xc0000034 STATUS_OBJECT_NAME_NOT_FOUND (0 retries)<br><

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 其他的方法可参考 Add

virtualbox 安装 extension pack 方法以及出现 &quot;The installer failed with exit code 1: VBoxExtPackHelperApp.exe: error: Failed to rename the temporary directory to the final one&quot;的解决办法

virtualbox 的版本:5.1.26    下载地址:https://www.virtualbox.org/wiki/Downloads extension pack 的版本:5.1.26    下载地址:https://www.virtualbox.org/wiki/Downloads extension pack 安装: 1. 运行virtualbox,“管理” → “全局设定”: 2. 在弹出的 “全局设定” 界面左侧点击选中 “扩展”,然后在右侧点击添加新包按钮导入extensio

[转载] VirtualBox – Error In supR3HardenedWinReSpawn 问题解决办法

本文转载自: http://www.tuicool.com/articles/fQF7Rrf Genymotion 模拟器安装好虚拟机后,启动时报错: --------- VirtualBox – Error In supR3HardenedWinReSpawn --------- <html><b>NtCreateFile(\Device\VBoxDrvStub) failed: 0xc0000034 STATUS_OBJECT_NAME_NOT_FOUND (0 retries

Windows 更新导致 VirtualBox 启动失败 VBoxDrvStub error

win8 导入virtualbox介质发生错误, NtCreateFile(\Device\VBoxDrvStub) failed: Unkown Status - 5600 (0xffffea20) (rcNt=0xe986ea20) VBoxDrvStub error: ntdll.dll: 7982 differences between 0x300c and 0x4fff in #1 (.text), first: 4c != 1f (rc=-5600) 尝试了各种办法,下载非最新版本v

[VirtualBox] Install Ubuntu 14.10 error 5 Input/output error

After you download the VirtualBox install package and install it (just defualt setting). Then you should download the ubuntu.iso file from the website. There are many articles about how to do this. What I want to point out is the error when installin

VirtualBox – Error In supR3HardenedWinReSpawn

Genymotion 模拟器安装好虚拟机后,启动时报错: --------- --------- <html><b>NtCreateFile(\Device\VBoxDrvStub) failed: 0xc0000034 STATUS_OBJECT_NAME_NOT_FOUND (0 retries)<br><br>Driver is probably stuck stopping/starting. Try 'sc.exe query vboxdrv' t