Ubuntu 랩톱에서 VirtualBox를 실행하는 데 문제가 있습니다. 내 노트북은 듀얼 부팅이며 Ubuntu 16.0.4 LTS뿐만 아니라 실행 중입니다 (Windows 10-몇 년 동안 사용하지 않은 것 같습니다).
랩탑의 BIOS 설정에서 보안 부팅을 활성화했습니다.
나는 여기에 비슷한 질문이 게시되어 있음을 알고 있습니다.
이 두 질문에 대한 답변 섹션에 제공된 모든 지침을 따랐지만 여전히 문제는 해결되지 않았습니다.
virtualbox를 실행하려고 할 때의 콘솔 출력은 다음과 같습니다.
me@YOURBOX:~$ virtualbox
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (4.4.0-47-generic) or it failed to
load. Please recompile the kernel module and install it by
sudo /sbin/vboxconfig
You will not be able to start VMs until this problem is fixed.
다음은 /sbin/vboxconfig
제안대로 실행하면 콘솔 출력입니다 .
me@YOURBOX:~$ sudo /sbin/vboxconfig
vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
vboxdrv.sh: Starting VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
vboxdrv.sh: failed: modprobe vboxdrv failed. Please use 'dmesg' to find out why.
There were problems setting up VirtualBox. To re-start the set-up process, run
/sbin/vboxconfig
as root.
다음은 출력의 꼬리 끝입니다 dmesg
.
[ 44.319682] audit: type=1400 audit(1491313982.374:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer" pid=705 comm="apparmor_parser"
[ 45.041433] cgroup: new mount options do not match the existing superblock, will be ignored
[ 59.682936] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 59.697820] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 59.702008] IPv6: ADDRCONF(NETDEV_UP): enp2s0f0: link is not ready
[ 60.267000] IPv6: ADDRCONF(NETDEV_UP): enp2s0f0: link is not ready
[ 62.473044] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 70.681706] audit_printk_skb: 60 callbacks suppressed
[ 70.681709] audit: type=1400 audit(1491314008.734:32): apparmor="STATUS" operation="profile_load" profile="unconfined" name="docker-default" pid=2009 comm="apparmor_parser"
[ 70.850936] aufs 4.x-rcN-20160111
[ 75.407218] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[ 75.408555] Bridge firewalling registered
[ 75.427172] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 75.848416] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 76.703232] Initializing XFRM netlink socket
[ 77.060003] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready
[ 80.101042] aufs au_opts_verify:1597:dockerd[1402]: dirperm1 breaks the protection by the permission bits on the lower branch
[ 113.895236] wlp3s0: authenticate with 84:16:f9:77:e1:54
[ 113.910483] wlp3s0: send auth to 84:16:f9:77:e1:54 (try 1/3)
[ 113.912712] wlp3s0: authenticated
[ 113.915101] wlp3s0: associate with 84:16:f9:77:e1:54 (try 1/3)
[ 113.919397] wlp3s0: RX AssocResp from 84:16:f9:77:e1:54 (capab=0x1411 status=0 aid=1)
[ 113.919516] wlp3s0: associated
[ 113.919559] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
이제, 나는 거짓말하지 않을 것입니다-나는 dmesg가 방금 퍼져 나온 것을 전혀 알지 못합니다. 알 수있는 한 로그 출력에 오류 메시지가 없습니다.
누구든지 Ubuntu 16.0.4 LTS를 실행하는 랩톱에 VirtualBox 5.x를 설치했지만 BIOS에서 보안 부팅을 활성화 한 적이 있습니까? -그렇다면 해결책은 무엇입니까? ???!
많은 사람들이이 문제를 겪고 있습니다. 아무도 그것에 대한 해결책을 가지고 있지 않은 것은 매우 이상합니다-???