Меню Рубрики

Mac os virtualbox kernel driver not installed rc 1908

Ошибка «Kernel driver not installed (rc=-1908)» в VirtualBox (РЕШЕНО)

При запуске виртуальной машины VirtualBox может возникнуть ошибка:

Kernel driver not installed (rc=-1908)

The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing

where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) — The driver support is not installed. On linux, open returned ENOENT. «

В ней говориться, что необходимо загрузить модули ядра VirtualBox.

На самом деле, всё не так просто и скорее всего запуск /sbin/vboxconfig не поможет (если по этому пути вообще что-то есть).

Дело в том, что при установке VirtualBox необходимые свои модули эта программа добавляет в автозагрузку. Следовательно, если загрузка не произошла, значит на это имеется причина.

Попробуйте заново установить VirtualBox. Во-первых, использование правильных команд может просто решить проблему. Если проблема не разрешится, то изучите все записи, которые появятся во время установки — в них может содержаться ключ к дальнейшим действиям.

Для Debian и производных (Ubuntu, Linux Mint, Kali Linux) вы можете установить VirtualBox из стандартных репозиториев:

Для в Arch Linux и производных (BlackArch и другие) вы можете установить VirtualBox из стандартных репозиториев:

Пример ошибки, в которой содержится подсказка:

В ней говориться, что невозможно установить модуль vboxhost, поскольку отсутствуют заголовки ядра. В этом случае нужно установить пакет с заголовками для вашей версии ядра. Примерное название пакета: linux-headers.

После установки заголовков, заново переустановите DKMS. Ошибка должна исчезнуть.

Если всё прошло хорошо, можно необходимый модуль запустить вручную:

Но рекомендуется просто перезагрузить компьютер, поскольку другие модули VirtualBox также не запущены и будут появляться новые ошибки.

Если это всё не помогло, то продолжаем разбираться.

Теперь для запуска модулей ядра используется служба virtualbox.service, проверьте её статус и, если она не работает, то какая выводится ошибка:

Также посмотрите, какие ошибки имеются связанные с модулями VirtualBox:

Попробуйте запустить модуль вручную:

Возможно в полученных ошибках будет подсказка для дальнейших действий.

== Далее устаревшая информация, она оставлена для тех, у кого старая версия VirtualBox ==

virtualbox-host-modules-arch и virtualbox-host-dkms используют службу systemd-modules-load.service для автоматической загрузки всех четырёх модулей VirtualBox при старте компьютера. Поэтому проверьте статус этой службы:

Если она не запущена, запустите её и добавьте в автозагрузку.

Источник

Installation of Virtual Box on Mac OS — Kernel Driver Not loaded

While trying to install Virtual Box on Mac OS the installation fails and show me the failure message. But still I get a copy of Virtual Box installed. When add a KMDV file and try to start it I get an error saying Kernel driver not installed. I am attaching those messages here. Does others also face similar issue, would be nice to get some views on this.

4 Answers 4

Go to Security and Privacy / General in your System Settings. You will see that software from Oracle has been blocked. Allow it, and the software will work. The ‘allow Oracle’ option only exists for 30mins after the installer error.

See Apple’s technical note on this.

Recently I’ve upgraded to MacOS (Catalina) 10.15.1 and I’ve upgraded to VB 6.0.14 and started getting above issue while starting my earlier guestOs i.e. Ubuntu 18.04LTS.

I’ve tried various solution, but nothing worked except this:

So you need to run this command in recovery mode terminal ONLY (Top Menu Bar » Utilities » Terminal). I was avoiding going into recovery mode but when nothing worked and you don’t have any other option; you can save this command and note it down in some mobile app or notepad.

Источник

Fix: Kernel Driver Not Installed (rc=-1908) VirtualBox Mac

When you try to launch a virtual machine in Oracle VirtualBox, you receive successive error messages.

Kernel driver not installed (rc-1908)

Make sure the kernel module has been loaded successfully.

— The support driver is not installed. On linux, open returned ENOENT

You may also receive this error message:

The virtual machine “” has terminated unexpectedly during startup with exit code 1 (0x1).

Result Code: NS_ERROR_FAILURE (0x80004005)

If you recently installed Oracle VirtualBox, restart your computer to ensure the VirtualBox drivers loaded correctly.

All else, it is possible Mac OS is blocking the Oracle VirtualBox kernel extension. Follow the steps below.

  1. Go to System Preferences -> Security & Privacy and choose Allow from the bottom of the screen. (If you do not see this, then Mac OS is not blocking the Oracle VirtualBox kernel driver extension).

Источник

Solving VirtualBox “kernel driver not installed (rc=-1908)” Error on macOS

So, I have got this shiny new Macbook Pro and installed VirtualBox on it to run some Linux boxes. Here is what I got when trying to start one:

The error message is quite vague. It says On Linux, open returned ENOENT. What about on macOS? It turns out that I have to explicitly allow VirtualBox in the macOS system preference.

Go to System Preferences / Security & Privacy.

Click “Allow” in the window below.

Now VirtualBox no longer complains about kernel driver.

Update: some people don’t see this button. According to a comment from Albert Wolszon:

This Allow button section shows up only after first 30 minutes after the installation of VirtualBox. If you have this error and don’t see the button, uninstall VirtualBox, remove its belongings (there are usually some files left) and install it once again, then check this button again.

Источник

virtualbox.org

End user forums for VirtualBox

Kernel driver not installed (rc=-1908)

Kernel driver not installed (rc=-1908)

by satkin2 » 23. May 2009, 10:25

Hi,
I’ve been using VirtualBox for some time now running Windows XP on OS X and have experienced no issues.

This morning however, when I went to launch my XP, I got the following message.

Failed to open a session for the virtual machine Windows XP.
Virtual machine ‘Windows XP’ has terminated unexpectedly during startup.

I’ve got no idea what I am supposed to do to be able to access my xp once again. Any advice would be really appreciated.

Re: Kernel driver not installed (rc=-1908)

by satkin2 » 23. May 2009, 15:07

Well, I’ve managed to get VirtualBox to run again, by reinstalling, but I still don’t know why it failed and why reinstalling has corrected it.

I’m pretty new to this VirtualBox stuff so should I expect this to occur in the future or is it just a bug?

Re: Kernel driver not installed (rc=-1908)

by Encaitar » 19. Jun 2009, 16:53

Re: Kernel driver not installed (rc=-1908)

by baf » 19. Jun 2009, 17:15

Re: Kernel driver not installed (rc=-1908)

by Encaitar » 21. Jun 2009, 02:38

Re: Kernel driver not installed (rc=-1908)

by Autiwa » 13. Apr 2011, 16:13

I had the same problem after my computer came back from SAV (I had a problem of white flash on the screen of my MAC).

I think the problem occur when the hardware change. Thus, I suppose the hardware is checked when virtualbox is installed and that you must reinstall virtualbox each time you change your hardware (I think, in my case, that it was the motherboard).

The good point is, you can deinstall and reinstall virtualbox without deleting your configuration, this include virtual machines and virtual hard disk.

PS : My post was just to try to explain this behaviour in the hope it will help someone.

Re: Kernel driver not installed (rc=-1908)

by Jigme Senge » 19. Sep 2012, 19:07

Источник

Решение ошибки VirtualBox «Kernel driver not installed (rc=-1908)»

Заметил как-то ошибку в VirtualBox работая в системе Linux Ubuntu Desktop 16.04:

Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please install virtualbox-dkms package and load the kernel module by executing
‘modprobe vboxdrv’
as root. If it is available in your distribution, you should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) — The support driver is not installed. On linux, open returned ENOENT.

Чтобы решить проблему понадобилось отключить в BIOS безопасную загрузку (secure boot), в моём случает было выбрано «Windows UEFI», изменил на «Другие ОС».
Потом после запуска системы выполнил команду от root пользователя:

В Ubuntu на root можно переключится командой:

Источник

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *

  • Mac os virtual box
  • Mac os via vt1708b
  • Mac os version not yet set как исправить
  • Mac os version how to find
  • Mac os user library