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.)"
655
+
log info "Kernel Module Signature Enforcement Check Result: 'yes' - only signed modules can be loaded. (kernel parameter module.sig_enforce=1 might be set.)"
656
656
return 0
657
657
fi
658
658
modules_signed_only=false
659
-
log info "Kernel Module Signature Enforcement Check Result: 'no' - unsigned modules can be load."
659
+
log info "Kernel Module Signature Enforcement Check Result: 'no' - unsigned modules can be loaded."
660
660
}
661
661
662
662
@@ -674,7 +674,7 @@ need_reboot_check_first() {
674
674
fi
675
675
676
676
## Building for an old kernel might result in missing kernel headers for that kernel
677
-
## In result, VirtualBox would fail to start.
677
+
## As a result, VirtualBox would fail to start.
678
678
die 1 "${underline}Reboot Check Result:${nounderline} Your system reports that a reboot is required.
679
679
680
680
Please reboot your system and restart this installer.
@@ -763,7 +763,7 @@ package_manager_issue_extra_help_text="The user is advised to attempt to debug t
763
763
1. Run above command as root (with sudo).
764
764
2. If there is an issue, use search engines, documentation and if needed
765
765
contact the support of your operating system.
766
-
3. Once this has been fixed fixed, re-run this installer."
766
+
3. Once this has been fixed, re-run this installer."
767
767
768
768
769
769
update_sources_error() {
@@ -1173,19 +1173,19 @@ check_guest_boot() {
1173
1173
esac
1174
1174
1175
1175
if [ "$kernel_module_has_been_loaded"="false" ];then
1176
-
## Kernel modules have not been load.
1176
+
## Kernel modules have not been loaded.
1177
1177
user_warned_potential_startup_issue=true
1178
1178
log warn "Debugging information:
1179
1179
Secure Boot Status: '$secure_boot_status_pretty'
1180
1180
Kernel module has been loaded: '$kernel_module_has_been_loaded'
1181
-
Kernel modules can be loaded: '$kernel_modules_can_be_loaded' (modules can be load. (sysctl kernel.modules_disabled=0 is set.)
1182
-
Only signed kernel modules can be load: '$modules_signed_only'
1181
+
Kernel modules can be loaded: '$kernel_modules_can_be_loaded' (sysctl kernel.modules_disabled=0 is set.)
1182
+
Only signed kernel modules can be loaded: '$modules_signed_only'
if [ "$kernel_modules_can_be_loaded"="true" ];then
1187
-
log error "${underline}VirtualBox Installation Result:${nounderline}${red}${bold}'FAIL'${nobold}${nocolor} - because kernel modules have not been load yet.
1188
-
- Kernel modules can be load in theory, should be loaded by now, but are not.
1187
+
log error "${underline}VirtualBox Installation Result:${nounderline}${red}${bold}'FAIL'${nobold}${nocolor} - because kernel modules have not been loaded yet.
1188
+
- Kernel modules can be loaded in theory, should be loaded by now, but are not.
0 commit comments