Opened 3 years ago
Last modified 3 years ago
#20534 new defect
Win server 2008 does not autostart after update to 6.1.22_Ubuntur144080
Reported by: | AO | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 6.1.22 |
Keywords: | autostart | Cc: | |
Guest type: | Windows | Host type: | Linux |
Description
L.S,
We have updated several Linux hosts and Virtualbox is updated in that proces to 6.1.22_Ubuntur144080. Win 10 vm's autostart, but win 2008 server vm's fail to autostart after the update. This is noted for all the Linux hosts (4) we have updated.
Regards,
August
Note:
See TracTickets
for help on using tickets.
L.S,
We researched this deeper over the weekend as most servers can be restarted in that period. It looks like it is a timing problem and not related to the Win2008 servers. Basically they have the biggest .vdi size and may be that makes them more vunerable to these errors.
What we had to do to anyway is changing the script. We use:
### BEGIN INIT INFO
# Provides: vboxautostart-service
# Required-Start: virtualbox
# Required-Stop: virtualbox
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Description: VirtualBox autostart service
### END INIT INFO
We use virtualbox there instead of vboxdrive. Otherwise nothing starts.
For the rest regards this topic as closed.
Regards,
August