I am on an Arch-linux-based host and since the update to virtualbox version 7.1.0, my windows 10 guest virtual machine (vm) crashes at boot. In the meanwhile, my distribution rolled out the virtualbox update to version 7.1.2. Unfortunately, it did not bring any change to my problem.
In the logs, the only error message I could detect is:
Code: Select all
00:00:02.931179 ERROR [COM]: aRC=VBOX_E_IPRT_ERROR (0x80bb0005) aIID={6ac83d89-6ee7-4e33-8ae6-b257b2e81be8} aComponent={ConsoleWrap} aText={The VBoxGuestPropSvc service call failed with the error VERR_HGCM_SERVICE_NOT_FOUND}, preserve=false aResultDetail=-2900
...
00:00:03.158570 HM: VM-entry Xcpt error-code optional = false
...
00:00:02.412647 TM: GIP - CPU: iCpuSet=0x0 idCpu=0x0 idApic=0x0 iGipCpu=0x1 i64TSCDelta=0 enmState=3 u64CpuHz=1992006437(*) cErrors=0
00:00:02.412652 TM: GIP - CPU: iCpuSet=0x1 idCpu=0x1 idApic=0x2 iGipCpu=0x7 i64TSCDelta=0 enmState=3 u64CpuHz=1992006702(*) cErrors=0
00:00:02.412657 TM: GIP - CPU: iCpuSet=0x2 idCpu=0x2 idApic=0x4 iGipCpu=0x4 i64TSCDelta=0 enmState=3 u64CpuHz=1992006614(*) cErrors=0
00:00:02.412661 TM: GIP - CPU: iCpuSet=0x3 idCpu=0x3 idApic=0x6 iGipCpu=0x3 i64TSCDelta=0 enmState=3 u64CpuHz=1992006676(*) cErrors=0
00:00:02.412666 TM: GIP - CPU: iCpuSet=0x4 idCpu=0x4 idApic=0x1 iGipCpu=0x0 i64TSCDelta=0 enmState=3 u64CpuHz=1992006693(*) cErrors=0
00:00:02.412670 TM: GIP - CPU: iCpuSet=0x5 idCpu=0x5 idApic=0x3 iGipCpu=0x6 i64TSCDelta=0 enmState=3 u64CpuHz=1992006704(*) cErrors=0
00:00:02.412674 TM: GIP - CPU: iCpuSet=0x6 idCpu=0x6 idApic=0x5 iGipCpu=0x5 i64TSCDelta=0 enmState=3 u64CpuHz=1992006702(*) cErrors=0
00:00:02.412690 TM: GIP - CPU: iCpuSet=0x7 idCpu=0x7 idApic=0x7 iGipCpu=0x2 i64TSCDelta=0 enmState=3 u64CpuHz=1992006227(*) cErrors=0
The other thing is that, since I cannot boot and log in to Win 10, I cannot install the guest additions relating to the (updated) vbox version. Is there a way to install guest additions outside of the guest vm?
Thanks in advance for any help.
Regards, zBox_55