vmware ubunto 18.4 booting error #Host SMBus controller bus not enabled
♨ 카랜더 일정 :
컨텐츠 정보
- 7,177 조회
본문
vmware ubunto 18.4 booting error #Host SMBus controller bus not enabled
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.
터미널 접속
sudo -i
로 root 접속
Check module is being loaded
lsmod | grep i2c_piix4
If so, blacklist it in the file /etc/modprobe.d/blacklist.conf, by adding the following to the end of the file:
nano /etc/modprobe.d/blacklist.conf
제일 밑에 아래 내용을 추가합니다
blacklist i2c_piix4
Update the initramfs
update-initramfs -u -k all
You might want to optionally remove unneeded kernel images before updating the initramfs to cut down on how long that part takes.
==> 메세지 제거 성공 했습니다
부팅후 확인
lsmod | grep i2c_piix4
lsmod 명령으로 시스템에서 현재 동작하고 있는 모듈을 살펴 볼 수 있다.
◎ ■ ▶ ☞ ♠ 정보찾아 공유 드리며 출처는 링크 참조 바랍니
뷰PDF 1,2
office view
관련자료
-
링크
댓글목록
등록된 댓글이 없습니다.