vagrant virtualbox booting error -


i'm trying launch vagrant 1.8.5 virtual box 1.5.x (i tried 1.5.4, 1.5.18 , 1.5.0). when launch vagrant commande : vagrant up, had error in commande lines :

        bringing machine 'default' 'virtualbox' provider...         ==> default: clearing set forwarded ports...         ==> default: clearing set network interfaces...         ==> default: preparing network interfaces based on configuration...         default: adapter 1: nat         ==> default: forwarding ports...         default: 80 (guest) => 8080 (host) (adapter 1)         default: 3306 (guest) => 1234 (host) (adapter 1)         default: 22 (guest) => 2222 (host) (adapter 1)         ==> default: booting vm...         there error while executing `vboxmanage`, cli used vagrant         controlling virtualbox. command , stderr shown below.          command: ["startvm", "4d01469a-5cd7-4552-8185-c10098bf7efa", "--type", "headless         "]          stderr: vboxmanage.exe: error: virtual machine 'package_php56_centos7_defaul         t_1491408918425_94535' has terminated unexpectedly during startup exit code         1 (0x1).  more details may available in 'd:\profiles\aelkari\virtualbox vms\         package_php56_centos7_default_1491408918425_94535\logs\vboxhardening.log'         vboxmanage.exe: error: details: code e_fail (0x80004005), component machinewrap,         interface imachine 

the logs of virtualbox shows (vboxhardening.log) :

        1d6c.10c8: suphardntvpfreeorreplaceprivateexecmemory: replacing exec mem @ 000000004c000000 (lb 0x1000, 000000004c000000 lb 0x1000)         1d6c.10c8: suphardntvpfreeorreplaceprivateexecmemory: free attempt #1 succeeded: 0x0 [000000004c000000/000000004c000000 lb 0/0x1000]         1d6c.10c8: suphardntvpfreeorreplaceprivateexecmemory: qvm after free 0: [0000000000000000]/000000004c000000 lb 0x2bc50000 s=0x10000 ap=0x0 rp=0x00000000000001         1d6c.10c8: error (rc=-5673):         1d6c.10c8: ntallocatevirtualmemory (000000004c000000 lb 0x1000) failed rcnt=0xc0000018 allocating replacement memory working around buggy protection software. see vboxstartup.log more details         1d6c.10c8: error (rc=-5645):         1d6c.10c8: many virtual memory regions.          1d6c.10c8: error (rc=-5673):         1d6c.10c8: suphardenedwinverifyprocess failed unknown status -5673 (0xffffe9d7): ntallocatevirtualmemory (000000004c000000 lb 0x1000) failed rcnt=0xc0000018 allocating replacement memory working around buggy protection software. see vboxstartup.log more details          [rc=-5645] many virtual memory regions.         1d6c.10c8: error -5673 in supr3hardntchildpurify! (enmwhat=5)         1d6c.10c8: suphardenedwinverifyprocess failed unknown status -5673 (0xffffe9d7): ntallocatevirtualmemory (000000004c000000 lb 0x1000) failed rcnt=0xc0000018 allocating replacement memory working around buggy protection software. see vboxstartup.log more details          [rc=-5645] many virtual memory regions. 

i'm working on windows7 64bits, virtualisation enabled (vt-d , intel virtualisation technologie).

someone know means 'too many virtual memory regions' ?

thanks

this resolved probleme :

set gui=1 vagrant up

have day


Comments