Installing module for wrong kernel flavor breaks system (modules missing)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
virtualbox-ose-modules (Ubuntu) |
Triaged
|
High
|
Unassigned |
Bug Description
A lot of users break their system by installing the wrong flavor of the virtualbox-
This pulls in linux-image-
After reboot, this new kernel image appears to get used, but it's missing the kernel modules etc.
Therefore, I'd like to change the Depends of virtualbox-
Another option would be to depend on the kernel meta packages, e.g. linux-386, linux-generic etc. This way you may still pull in another kernel flavor accidentally, but it would not cause so much harm.
See also bug 188579, which is about apt selecting the most appropriate package automatically.
WORKAROUND / FIX FOR AFFECTED USERS:
In case you're affected by this bug, the following steps or a variation thereof might fix it:
1. Make sure you have two different kernel image flavors installed, e.g. linux-image-
2. Check "uname -a" to see which one is installed
3. Make sure you can boot the correct one, which would be -generic in most cases - you can select the one to use during boot from the Grub menu
4. Once booted, install the v-o-m package for the correct kernel, e.g. "virtualbox-
5. Remove the unnecessary kernel image package, e.g. linux-image-
6. Reboot
Changed in virtualbox-ose-modules: | |
importance: | Undecided → High |
status: | New → Triaged |
description: | updated |
description: | updated |
tags: | added: fixed ose virtualbox |
tags: | added: karmic |
Seconded.