#20502 closed defect (fixed)
Inefficiency during boot of linux guest
回報者: | jeancri | 負責人: | |
---|---|---|---|
元件: | guest additions | 版本: | VirtualBox 6.1.22 |
關鍵字: | vboxadd | 副本: | |
Guest type: | Linux | Host type: | Linux |
描述
When a kubuntu guest (but probably any linux) boots, vboxadd is slowing down significantly the boot (generally top of the systemd-analyze blame).
The reason is probably that the setup() function in the vboxadd script always invokes 'depmod' even when there has been no change.
It seems that depmod should be invoked conditionally on what is done inside setup_modules(). In particular if there is no changes, it should not be invoked.
All that said, I do not know what I am talking about since I am a linux&vbox noob.
注意:
瀏覽 TracTickets
來幫助您使用待辦事項功能
Thank you for reporting the issue. It should be fixed in VirtualBox 6.1.36. Please refer to https://www.alldomusa.eu.org/wiki/Downloads page.