求救: 今天早上kernel update到2.6.20.16.28.1以後, virtualbox開不了 [論壇 - Ubuntu 與工具程式及軟體推薦]
正在瀏覽:
1 名遊客
#1
求救: 今天早上kernel update到2.6.20.16.28.1以後, virtualbox開不了
VegiHeron
2007/5/29 10:14
錯誤訊息:
VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason. Re-setup the kernel module by executing '/etc/init.d/vboxdrv setup' as root.
VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).
Result Code:
0x80004005
Component:
Console
Interface:
IConsole {1dea5c4b-0753-4193-b909-22330f64ec45}
---
我跑了sudo /etc/init.d/vboxdrv setup, 訊息如下:
* Stopping VirtualBox kernel module vboxdrv [ OK ]
* Recompiling VirtualBox kernel module vboxdrv [ OK ]
* Starting VirtualBox kernel module vboxdrv
* No suitable module for running kernel found.
一樣開不了....
Please Help~~~~~~
VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason. Re-setup the kernel module by executing '/etc/init.d/vboxdrv setup' as root.
VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).
Result Code:
0x80004005
Component:
Console
Interface:
IConsole {1dea5c4b-0753-4193-b909-22330f64ec45}
---
我跑了sudo /etc/init.d/vboxdrv setup, 訊息如下:
* Stopping VirtualBox kernel module vboxdrv [ OK ]
* Recompiling VirtualBox kernel module vboxdrv [ OK ]
* Starting VirtualBox kernel module vboxdrv
* No suitable module for running kernel found.
一樣開不了....
Please Help~~~~~~
#2
回復: 求救: 今天早上kernel update到2.6.20.16.28.1以後, virtualbox開不了
VegiHeron
2007/5/29 10:21
sudo /etc/init.d/vboxdrv setup
可以了...
原來是我在另一個工作區開了virtualbox沒關, 把virtualbox關了重跑一次vboxdrv setup就OK了
可以了...
原來是我在另一個工作區開了virtualbox沒關, 把virtualbox關了重跑一次vboxdrv setup就OK了
#3
回復: 求救: 今天早上kernel update到2.6.20.16.28.1以後, virtualbox開不了
Howard Lin
2007/6/3 10:52
我也是這樣
VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason. Re-setup the kernel module by executing '/etc/init.d/vboxdrv setup' as root.
VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).
Result Code:
0x80004005
Component:
Console
Interface:
IConsole {1dea5c4b-0753-4193-b909-22330f64ec45}
可是我後來執行sudo /etc/init.d/vboxdrv setup
又出現錯誤訊息
howard@ubuntu-5F:~$ sudo /etc/init.d/vboxdrv setup
* Stopping VirtualBox kernel module vboxdrv [ OK ]
* Recompiling VirtualBox kernel module vboxdrv
* Look at /var/lib/vbox-install.log to find out what went wrong
我也看了/var/lib/vbox-install.log
howard@ubuntu-5F:~$ cat /var/lib/vbox-install.log
Makefile:73: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again.. Stop.
還是不清楚怎麼了....麻煩哪位大大可以救我一下,謝謝!
VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason. Re-setup the kernel module by executing '/etc/init.d/vboxdrv setup' as root.
VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).
Result Code:
0x80004005
Component:
Console
Interface:
IConsole {1dea5c4b-0753-4193-b909-22330f64ec45}
可是我後來執行sudo /etc/init.d/vboxdrv setup
又出現錯誤訊息
howard@ubuntu-5F:~$ sudo /etc/init.d/vboxdrv setup
* Stopping VirtualBox kernel module vboxdrv [ OK ]
* Recompiling VirtualBox kernel module vboxdrv
* Look at /var/lib/vbox-install.log to find out what went wrong
我也看了/var/lib/vbox-install.log
howard@ubuntu-5F:~$ cat /var/lib/vbox-install.log
Makefile:73: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again.. Stop.
還是不清楚怎麼了....麻煩哪位大大可以救我一下,謝謝!
#4
回復: 求救: 今天早上kernel update到2.6.20.16.28.1以後, virtualbox開不了
cookey
2007/6/3 11:16
重新安裝 Virtual Box 試試。
#5
回復: 求救: 今天早上kernel update到2.6.20.16.28.1以後, virtualbox開不了
H45
2007/6/3 11:50
Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=and run Make again..
安裝新版本的 linux kernel:
sudo apt-get install linux-headers-$(uname -r) sudo apt-get install linux-restricted-modules-$(uname -r)
我在手動安裝 NVIDIA Driver 的時候也遇到相同的問題,後來像是裝一裝上述的套件就解決了
不確定此方法是否有效,參考看看
--
對囉,裝完別忘了再做一次: sudo /etc/init.d/vboxdrv setup
#6
回復: 求救: 今天早上kernel update到2.6.20.16.28.1以後, virtualbox開不了
fireold
2007/6/4 9:26
先關閉 virtualbox,在執行 sudo /etc/init.d/vboxdrv setup,在重新開啟 virtualbox 即可。
過程如下:
fireold@fireold-desktop:~$ sudo /etc/init.d/vboxdrv setup
Password:
* Stopping VirtualBox kernel module vboxdrv [ OK ]
* Recompiling VirtualBox kernel module vboxdrv [ OK ]
* Starting VirtualBox kernel module vboxdrv [ OK ]
fireold@fireold-desktop:~$
過程如下:
fireold@fireold-desktop:~$ sudo /etc/init.d/vboxdrv setup
Password:
* Stopping VirtualBox kernel module vboxdrv [ OK ]
* Recompiling VirtualBox kernel module vboxdrv [ OK ]
* Starting VirtualBox kernel module vboxdrv [ OK ]
fireold@fireold-desktop:~$
#7
回復: 求救: 今天早上kernel update到2.6.20.16.28.1以後, virtualbox開不了
Howard Lin
2007/6/4 21:35
謝謝cookey、H45、以及fireold大大
我重新安裝過Virtual box,可惜問題還是存在
倒是我安裝了新的kernel,在重新執行sudo /etc/init.d/vboxdrv setup 之後問題就解決了!
真的很謝謝以上的幾位大大,這個地方,因為有你們的幫忙,才會更美好!
我重新安裝過Virtual box,可惜問題還是存在
倒是我安裝了新的kernel,在重新執行sudo /etc/init.d/vboxdrv setup 之後問題就解決了!
真的很謝謝以上的幾位大大,這個地方,因為有你們的幫忙,才會更美好!
#8
回復: 求救: 今天早上kernel update到2.6.20.16.28.1以後, virtualbox開不了
Baby Tux
2007/6/4 22:32
Howard Lin 寫到:
真的很謝謝以上的幾位大大,這個地方,因為有你們的幫忙,才會更美好!
我也覺得這裡的人很好,不吝嗇將知識教與他人,可惜我功力未夠,他日我一有機會一定會將我所學到的再教他人。
#9
回復: 求救: 今天早上kernel update到2.6.20.16.28.1以後, virtualbox開不了
greatsky
Ident: 99970 149f9 35431 4407e
2007/7/27 0:01
我的virtual box也開不了 ,我是最近才剛灌好Vbox
它總是出現
VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason. Re-setup the kernel module by executing '/etc/init.d/vboxdrv setup' as root.
VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).
結果代碼:
0x80004005
成分:
Console
介面:
IConsole {1dea5c4b-0753-4193-b909-22330f64ec45}
我有試著重灌Vbox和Kernel 但都會出現下面的錯誤訊息
* Stopping VirtualBox kernel module vboxdrv [ OK ]
* Recompiling VirtualBox kernel module vboxdrv [ OK ]
* Starting VirtualBox kernel module vboxdrv FATAL: Error inserting vboxdrv (/lib/modules/2.6.20-16-generic/misc/vboxdrv.ko): Invalid argument
* Modprobe vboxdrv failed. Please use 'dmesg' to find out why.
有沒有人可以幫幫我的呢?
它總是出現
VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason. Re-setup the kernel module by executing '/etc/init.d/vboxdrv setup' as root.
VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).
結果代碼:
0x80004005
成分:
Console
介面:
IConsole {1dea5c4b-0753-4193-b909-22330f64ec45}
我有試著重灌Vbox和Kernel 但都會出現下面的錯誤訊息
* Stopping VirtualBox kernel module vboxdrv [ OK ]
* Recompiling VirtualBox kernel module vboxdrv [ OK ]
* Starting VirtualBox kernel module vboxdrv FATAL: Error inserting vboxdrv (/lib/modules/2.6.20-16-generic/misc/vboxdrv.ko): Invalid argument
* Modprobe vboxdrv failed. Please use 'dmesg' to find out why.
有沒有人可以幫幫我的呢?
#10
回復: 求救: 今天早上kernel update到2.6.20.16.28.1以後, virtualbox開不了
VegiHeron
2007/7/27 0:05
請依照第2樓的做法
sudo /etc/init.d/vboxdrv setup
你的Virtualbox那一版的?
sudo /etc/init.d/vboxdrv setup
你的Virtualbox那一版的?
您可以查看帖子.
您不可發帖.
您不可回覆.
您不可編輯自己的帖子.
您不可刪除自己的帖子.
您不可發起投票調查.
您不可在投票調查中投票.
您不可上傳附件.
您不可不經審核直接發帖.