VirtualBox

Changeset 100263 in vbox for trunk


Ignore:
Timestamp:
Jun 23, 2023 12:34:52 PM (18 months ago)
Author:
vboxsync
Message:

Additions: Linux: Do not attempt to reload vboxvideo at all, some guests might fall into panic, bugref:10359, ticketref:21740.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/installer/vboxadd.sh

    r100259 r100263  
    11801180            # If final goal of unloading vboxguest.ko won't be met, we will fail on
    11811181            # the next step anyway.
    1182             running_vboxvideo && modprobe -r vboxvideo >/dev/null  2>&1
    11831182            running_vboxsf && modprobe -r vboxsf >/dev/null  2>&1
    11841183            running_vboxguest
     
    12051204        [ $? -eq 0 ] && try_load_preserve_rc "modprobe vboxguest" "unable to load vboxguest kernel module, see dmesg"
    12061205        [ $? -eq 0 ] && try_load_preserve_rc "modprobe vboxsf" "unable to load vboxsf kernel module, see dmesg"
    1207 
    1208         # Load vboxvideo if present.
    1209         if [ -f "/lib/modules/"$(uname -r)"/misc/vboxvideo.ko" ]; then
    1210             try_load_preserve_rc "modprobe vboxvideo" "unable to load vboxvideo kernel module, see dmesg"
    1211         else
    1212             # Do not spoil $?.
    1213             true
    1214         fi
    12151206
    12161207        # Start VBoxService and VBoxDRMClient.
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