vbox won't start
vbox won't start
Maybe someone can help me with this issue?
I used vbox for a while without any problems, until I installed a kernel upgrade for my hardy heron. (Yes, that old problem).
Meanwhile, I managed some improvement, since the command
sudo /etc/init.d/vboxdrv status
produces now
"VirtualBox kernel module is loaded" (took me a while to get there)
Still, I cannot start vbox via the link on my desktop or the entry in the "applications" list.
Now what? Any suggestions. please?
I used vbox for a while without any problems, until I installed a kernel upgrade for my hardy heron. (Yes, that old problem).
Meanwhile, I managed some improvement, since the command
sudo /etc/init.d/vboxdrv status
produces now
"VirtualBox kernel module is loaded" (took me a while to get there)
Still, I cannot start vbox via the link on my desktop or the entry in the "applications" list.
Now what? Any suggestions. please?
-
Sasquatch
- Volunteer
- Posts: 17798
- Joined: 17. Mar 2008, 13:41
- Primary OS: Debian other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows XP, Windows 7, Linux
- Location: /dev/random
What is the output when you start VB from a terminal?
It should be nothing though, but there might be some other problem. Else you can try a reinstall, there might be a file missing or something.
Code: Select all
$ VirtualBoxRead the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
output is
could not find virtualbox. please reinstall.
I'm still quite new to ubuntu - I think there's no advice concerning deinstallation in the manual. Do you happen to know a good link? (I never had to deinstall anything before, actually)
I assume there's no way to rescue the XP installation inside?
Thank you very much for your help,
mala
could not find virtualbox. please reinstall.
I'm still quite new to ubuntu - I think there's no advice concerning deinstallation in the manual. Do you happen to know a good link? (I never had to deinstall anything before, actually)
I assume there's no way to rescue the XP installation inside?
Thank you very much for your help,
mala
-
Sasquatch
- Volunteer
- Posts: 17798
- Joined: 17. Mar 2008, 13:41
- Primary OS: Debian other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows XP, Windows 7, Linux
- Location: /dev/random
The VM is not affected by all this (unless you removed the vdi file in your home folder). Did you use the right command, that is, with uppercase V and B? Linux is case sensitive. If you reinstall the package, all you have to do, is open the package you downloaded and you have the option to reinstall it. For the rest, take a look at Synaptic Packet Manager that can be found in the System menu.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
Sasquatch, you give me hope ... It would take me quite long to re-install all the programs in my vbox that aren't linux-compatible ... I sure didn't delete any vdi-files.
I tried the command line again, without success
I downloaded the package via sun, but can't install it. The message is "Couldn't install the package ...etc"
I'm afraid I messed up with that Synaptic Packet Manager. When I boot the system now, Ihave more options available now in addition to the generic version I had before and which comes with a funny stripy design all over the desktop now. One of the new ones has no sound, the third one seems to work. All of them can connect to the net, though ... I don't get it.
Any advice for me? Please?
I tried the command line again, without success
I downloaded the package via sun, but can't install it. The message is "Couldn't install the package ...etc"
I'm afraid I messed up with that Synaptic Packet Manager. When I boot the system now, Ihave more options available now in addition to the generic version I had before and which comes with a funny stripy design all over the desktop now. One of the new ones has no sound, the third one seems to work. All of them can connect to the net, though ... I don't get it.
Any advice for me? Please?
-
Sasquatch
- Volunteer
- Posts: 17798
- Joined: 17. Mar 2008, 13:41
- Primary OS: Debian other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows XP, Windows 7, Linux
- Location: /dev/random
Start the kernel that does work, this should be the -generic kernel. Then in Synaptic search for linux-kernel and remove all packages that are not part of your current kernel (so you would remove linux-kernel-image-2.6.24-19-rt, or 686, or server, or whatever you find there). Do not remove the module package of your current kernel, as your network/audio could be in there. Once you got that, reboot to see if it all works properly for your Host. Once that is done, browse to the folder where you downloaded the .deb file to, open a terminal there and run:
Use the TAB key to auto complete the filename. Enter your password and it should be installed again. If that does not work, you could to run your filebrowser as root and open the .deb directly (that way, the package manager is run as root too). You should have an Reinstall option.
Good luck.
Code: Select all
sudo dpkg -i virtualbox_1.6.2-*.debGood luck.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
-
Sasquatch
- Volunteer
- Posts: 17798
- Joined: 17. Mar 2008, 13:41
- Primary OS: Debian other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows XP, Windows 7, Linux
- Location: /dev/random
I don't have my Linux running all the time, so I had to guess the name. The one you have is your kernel name. You can see what you booted by using 'uname -r' in a terminal. The Linux-image-2.6.24-19-generic is the kernel you probably want, so keep all those packages related to that kernel name (linux-ubuntu-modules-generic, linux-headers-generic and perhaps other -generic packages). All the others can be removed (like -rt, -686 etc.).
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
I managed to get rid of the additional versions without difficulties - I almost can't believe it ...
Thank you so much, at least that much is solved now.
As for vbox: I get an error message informing me that there would be conflicting packages between vbox and vbox - ??
If I deinstalled everything called vbox listed in synaptic, do you think that the xp-installation would be lost?
Thanks again
mala
Thank you so much, at least that much is solved now.
As for vbox: I get an error message informing me that there would be conflicting packages between vbox and vbox - ??
If I deinstalled everything called vbox listed in synaptic, do you think that the xp-installation would be lost?
Thanks again
mala
-
Sasquatch
- Volunteer
- Posts: 17798
- Joined: 17. Mar 2008, 13:41
- Primary OS: Debian other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows XP, Windows 7, Linux
- Location: /dev/random
Removing VB will not remove your VMs. This has been said in numerous topics
. I thought it was in the manual too, but I could be mistaken.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org
Retired from this Forum since OSSO introduction.
(sorry, no time yesterday to try out anything)
In short: It worked. And it was really easy. Once one has the right plan in mind, that is. Now I wonder how I managed NOT to manage for such a long time - but I did learn a lot about Ubuntu this way, no doubt about that.
Thank you very much for your advice, Sasquatch! I wouldn't have managed on my own.
mala
In short: It worked. And it was really easy. Once one has the right plan in mind, that is. Now I wonder how I managed NOT to manage for such a long time - but I did learn a lot about Ubuntu this way, no doubt about that.
Thank you very much for your advice, Sasquatch! I wouldn't have managed on my own.
mala