If you have BitLocker enabled, you obviously need to switch over your keyboard to Windows to enter your password.
During the boot of Windows both Windows and Linux are blocked. This is usually not a problem, as the Windows boot is less than 10 seconds for me, and waiting isn't a big problem. However, Windows Update can prolongen this time where I can neither use windows nor linux significantly.
This is the reason I usually use a second hotkey, executing this script when booting:
This script exits the IO-devices again after 20 seconds, so if Windows Update takes longer, I can use Linux again.
However, I'd like to propose an aditional command besides IoExit: SoftIoExit - it only exits when the guest agent isn't active at the moment - similar to IoEntry and ForceIoEntry, but vice versa. This has some advantages:
The way I hand over my IO-devices is consitent, I'd only have one hotkey instead of two. If the GA isn't running for some reason, the controls will be handed back to linux after a while.
If I boot fast there is no unnecessary entry / exit.
If you have BitLocker enabled, you obviously need to switch over your keyboard to Windows to enter your password.
During the boot of Windows both Windows and Linux are blocked. This is usually not a problem, as the Windows boot is less than 10 seconds for me, and waiting isn't a big problem. However, Windows Update can prolongen this time where I can neither use windows nor linux significantly.
This is the reason I usually use a second hotkey, executing this script when booting:
This script exits the IO-devices again after 20 seconds, so if Windows Update takes longer, I can use Linux again.
However, I'd like to propose an aditional command besides
IoExit
:SoftIoExit
- it only exits when the guest agent isn't active at the moment - similar toIoEntry
andForceIoEntry
, but vice versa. This has some advantages: