|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
初学阶段只要把上课时候学习过的命令练熟就可以了.单靠学习各种命令而成为高手是不可能的。
启动VIRTUALBOX
WARNING:Thecharacterdevice/dev/vboxdrvdoesnotexist.
Pleaseinstallthevirtualbox-ose-modulespackageforyourkernel.
YouwillnotbeabletostartVMsuntilthisproblemisfixed.
xiaoxu@xiaoxu:~$/etc/init.d/vboxdrvstart
open:Permissiondenied
*StartingVirtualBoxkernelmodulevboxdrvFATAL:Modulevboxdrvnotfound.
*Modprobevboxdrvfailed.Pleaseusedmesgtofindoutwhy.
virtualbox弹出
VirtualBoxkerneldrivernotinstalled.Thevboxdrvkernelmodulewaseithernotloadedor/dev/vboxdrvwasnotcreatedforsomereason.Pleaseinstallthevirtualbox-ose-modulespackageforyourkernelandexecute/etc/init.d/vboxdrvstartasroot.
VBoxstatuscode:-1908(VERR_VM_DRIVER_NOT_INSTALLED)。
ResultCode:
0x80004005
Component:
Console
Interface:
IConsole{1dea5c4b-0753-4193-b909-22330f64ec45}
在网上搜了一下都是说
/etc/init.d/vboxdrvsetup大概start
不外我依照网上的办法都不克不及乐成
到厥后我是如许办理的
sudoapt-getinstallvirtualbox-ose-source
安装模块源码然后
cd/usr/src
解压源码
sudotarxjvfvirtualbox*.bz2
cdmodules/virtualbox-ose
sudo./build_in_tmpinstall
让他编译安装模块驱动
完成后
xiaoxu@xiaoxu:/usr/src/modules/virtualbox-ose$sudo/etc/init.d/vboxdrvstart
*StartingVirtualBoxkernelmodulevboxdrv[OK]
就能够看到加载乐成了
启动virtualbox也没有成绩了</p>
系统做了些什么,这需要时间去掌握,(背命令不是一件好的学习方法,相信我你一定会在你背完之前全部忘光),尽量掌握常用命令; |
|