VirtualBox

Changeset 77196 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Feb 7, 2019 1:33:50 PM (6 years ago)
Author:
vboxsync
Message:

Help text: explain about EFI Secure Boot and signing.
ticketref:18312: Unable to build Virtualbox 6.0 on Fedora 29
When a user tries to use VirtualBox on a Linux system with EFI Secure Boot
enabled, it sometimes fails in a non-obvious way due to unsigned kernel
modules. As it is rather tricky to detect this properly, mention it in the
help text which is shown when there are problems with the modules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/postinst-common.sh

    r76611 r77196  
    104104        echo "There were problems setting up VirtualBox.  To re-start the set-up process, run" >&2
    105105        echo "  /sbin/vboxconfig" >&2
    106         echo "as root." >&2
     106        echo "as root.  If your system is using EFI Secure Boot you may need to sign the" >&2
     107        echo "kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) before you can load" >&2
     108        echo " them. Please see your Linux system's documentation for more information." >&2
    107109    else
    108110        start_init_script vboxdrv
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette