Changeset 20432 in vbox
- Timestamp:
- Jun 9, 2009 12:01:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VM.cpp
r20199 r20432 284 284 "re-install VirtualBox"); 285 285 break; 286 287 #ifdef RT_OS_LINUX 288 case VERR_SUPDRV_COMPONENT_NOT_FOUND: 289 pszError = N_("One of the kernel modules was not successfully loaded. Make sure " 290 "that no kernel modules from an older version of VirtualBox exist. " 291 "Then try to recompile and reload the kernel modules by executing " 292 "'/etc/init.d/vboxdrv setup' as root"); 293 break; 294 #endif 286 295 287 296 default:
Note:
See TracChangeset
for help on using the changeset viewer.