I managed to find the answer here:
http://finster.co.uk/2010/11/16/virtualbox-piix4_smbus-error/
Essentially, you do the following:
- Start a terminal
- sudo vi /etc/modprobe.d/blacklist.conf
- Add the line blacklist i2c_piix4 to the end of the file and save
- sudo update-initramfs -u -k all
You might want to optionally remove unneeded kernal images before updating the initramfs to cut down on how long that part takes.
how to do it before setup of ubunto?
ReplyDeleteI don't think it really matters - The error is fairly cosmetic and only slows down the boot slightly until it is done. You might be able to cut a custom DVD or edit a network install image but I don't think it's worth doing?
ReplyDeleteThis error also appears to be appearing on production hardware (mine, to be specific!) using the pre-imaged Debian OS SD card. I will try to apply this fix and report back.
ReplyDeleteIt appears to just hang at the error screen, and stops booting up. How do I get to the point where I cane launch a terminal?
ReplyDeleteI've not seen it do that before.
ReplyDeleteIs there any of the Live CD\DVDs that you can boot from?
Perhaps you could use those to modify your installed Ubuntu?
How to write into the file blacklist with the read only permission? I'm stuck here...
ReplyDeleteThank you for your share of solving this problem, but how to write into the file with the read only permission... I'm stuck here..
ReplyDeleteEven after type in the sudo command, I don't know how to write into the terminal with that line of command either..Could you elaborate more please?
If you don't know how to use vi (I know it's not very user friendly), you can use nano or gedit instead:
Deletesudo nano /etc/modprobe.d/blacklist.conf
sudo gedit /etc/modprobe.d/blacklist.conf