Solve the error of MBus base address uninitialized when CentOS is started in VirtualBox.

Source: Internet
Author: User

The following error occurs when CentOS 5.5/CentOS 5.6/CentOS 6.0 is started in VirtualBox today.

Piix4_smbus :00:07. 0: SMBus base address uninitialized-upgrade BIOS or use force_addr = 0 xaddr

This error does not affect the startup, but every time you restart the system, an error occurs, which means you have to check the information and find the cause:

When CentOS starts, it needs to load the smbus module group, but this module group does not exist in VirtualBox, so an error occurs.

I didn't expect a good solution. I just pulled the blacklist and figured it out :)

1. Check whether the i2c_piix4 module exists. (normally, the installation is loaded. check whether it is better)

[Root @ localhost ~] # Lsmod | grep i2c_piix4
I2c_piix4 11098 0
I2c_core 25799 1 i2c_piix4

2. Edit the blacklist file...

[Root @ localhost ~] # Vim/etc/modprobe. d/blacklist. conf

3. Add the following statement to the last line of the blacklist: wq save and exit

Blacklist i2c_piix4

4. reboot restarts the system, and the error will disappear...

PS. Okay. I admit that this article is tough, but I am a perfectionist. No error...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.