Results 1 to 3 of 3
Hello,
i am new in linux, so sorry for being that noob :P okey, i have installed VirtualBox, but when i start Virtual Machine i have that error:
img651.imageshack.us/img651/2992/debian.png
so ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-03-2010 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 4
Problems with kernel ?
Hello,
i am new in linux, so sorry for being that noob :P okey, i have installed VirtualBox, but when i start Virtual Machine i have that error:
img651.imageshack.us/img651/2992/debian.png
so i typed in console "/etc/init.d/vboxdrv setup" but:
img231.imageshack.us/img231/2099/debianf.png
Please help me, i don't know what to do
- 07-04-2010 #2
As root:
Add your user account to the vboxusers group:Code:aptitude install virtualbox-ose virtualbox-ose-modules-`uname -r | sed 's,.*-,,'` && invoke-rc.d udev reload && modprobe vboxdrv
, logout and login again before starting virtualbox. To loadCode:adduser yourusername vboxusers
vboxdrv at system startup, "editor /etc/default/virtualbox-ose" and set LOAD_VBOXDRV_MODULE to 1
VirtualBox - Debian Wiki - VirtualBox - Debian Wiki
I am lazy I just use the svmix script from smxi sgfxi svmi rbxi :: home page
Code:svmi Updating svmi now using the default server ------------------------------------------------------------------ svmi :: version: 2.5.25 :: last updated: June 29 2010 ------------------------------------------------------------------ Virtual Machine Options ------------------------------------------------------------------ For most new or average users, VirtualBox is a simple, clean install, and you'll have your vbox up and running almost immediately. ------------------------------------------------------------------ Vmware options are basic, and only support vmware player. ------------------------------------------------------------------ For convenience, this top level menu also includes the options to rebuild vmware/vbox kernel modules if that's all you need to do. ------------------------------------------------------------------ 1 - virtualbox-options Downloads, installs, rebuild kernel module, vbox tools, for both virtualbox non-ose and virtualbox-ose. 2 - vmware-options Downloads, installs, rebuild kernel module, and a few other things. ------------------------------------------------------------------ 3 - build-vbox-module-ose Installs vbox OSE module, updates modules. NOTE: System must be fully dist-upgraded for this to work right before you run this! 4 - build-vbox-module-non-ose Will rebuild existing virtualbox non ose kernel module. 5 - build-vmplayer-module Rebuilds vmplayer kernel module. Requires vmplayer v. 2.5.x or greater. ------------------------------------------------------------------ 6 - quit ------------------------------------------------------------------ Please type the appropriate number and hit enter ------------------------------------------------------------------ 1) virtualbox-options 4) build-vbox-module-non-ose 2) vmware-options 5) build-vmplayer-module 3) build-vbox-module-ose 6) quitDebian Sid LXDE Kernel liquorix CPU Pentium IV 2.80GHz GeForce 9400 GT
Debian - "If you can't apt-get something, it isn't useful or doesn't exist"
Giant Debian sources.list | Debian upgrade script smxi | sysinfo script inxi
- 07-07-2010 #3Just Joined!
- Join Date
- Jul 2010
- Posts
- 4
My uname is like this:
root@shaun:~# uname -r
2.6.18-194.3.1.el5.028stab069.5
so:
Couldn't find any package whose name or description matched "virtualbox-ose-modules-194.3.1.el5.028stab069.5"
Couldn't find any package whose name or description matched "virtualbox-ose-modules-194.3.1.el5.028stab069.5"
how to update or something do with kernel ?


Reply With Quote
