You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log info "Kernel Module Signature Enforcement Check Result: 'yes' - only signed modules can be load. (kernel parameter module.sig_enforce=1 might be set.)"
1441
+
log info "Kernel Module Signature Enforcement Check Result: 'yes' - only signed modules can be loaded. (kernel parameter module.sig_enforce=1 might be set.)"
1442
1442
return 0
1443
1443
fi
1444
1444
modules_signed_only=false
1445
-
log info "Kernel Module Signature Enforcement Check Result: 'no' - unsigned modules can be load."
1445
+
log info "Kernel Module Signature Enforcement Check Result: 'no' - unsigned modules can be loaded."
1446
1446
}
1447
1447
1448
1448
@@ -1460,7 +1460,7 @@ need_reboot_check_first() {
1460
1460
fi
1461
1461
1462
1462
## Building for an old kernel might result in missing kernel headers for that kernel
1463
-
## In result, VirtualBox would fail to start.
1463
+
## As a result, VirtualBox would fail to start.
1464
1464
die 1 "${underline}Reboot Check Result:${nounderline} Your system reports that a reboot is required.
1465
1465
1466
1466
Please reboot your system and restart this installer.
@@ -1549,7 +1549,7 @@ package_manager_issue_extra_help_text="The user is advised to attempt to debug t
1549
1549
1. Run above command as root (with sudo).
1550
1550
2. If there is an issue, use search engines, documentation and if needed
1551
1551
contact the support of your operating system.
1552
-
3. Once this has been fixed fixed, re-run this installer."
1552
+
3. Once this has been fixed, re-run this installer."
1553
1553
1554
1554
1555
1555
update_sources_error() {
@@ -1959,19 +1959,19 @@ check_guest_boot() {
1959
1959
esac
1960
1960
1961
1961
if [ "$kernel_module_has_been_loaded"="false" ];then
1962
-
## Kernel modules have not been load.
1962
+
## Kernel modules have not been loaded.
1963
1963
user_warned_potential_startup_issue=true
1964
1964
log warn "Debugging information:
1965
1965
Secure Boot Status: '$secure_boot_status_pretty'
1966
1966
Kernel module has been loaded: '$kernel_module_has_been_loaded'
1967
-
Kernel modules can be loaded: '$kernel_modules_can_be_loaded' (modules can be load. (sysctl kernel.modules_disabled=0 is set.)
1968
-
Only signed kernel modules can be load: '$modules_signed_only'
1967
+
Kernel modules can be loaded: '$kernel_modules_can_be_loaded' (sysctl kernel.modules_disabled=0 is set.)
1968
+
Only signed kernel modules can be loaded: '$modules_signed_only'
if [ "$kernel_modules_can_be_loaded"="true" ];then
1973
-
log error "${underline}VirtualBox Installation Result:${nounderline}${red}${bold}'FAIL'${nobold}${nocolor} - because kernel modules have not been load yet.
1974
-
- Kernel modules can be load in theory, should be loaded by now, but are not.
1973
+
log error "${underline}VirtualBox Installation Result:${nounderline}${red}${bold}'FAIL'${nobold}${nocolor} - because kernel modules have not been loaded yet.
1974
+
- Kernel modules can be loaded in theory, should be loaded by now, but are not.
0 commit comments