здравствуйте. установил virtualbox-4.1 из репозитория (debian). у меня не стоит gui, потому создал машину:
VBoxManage createvm --name win2008 --ostype Windows2008_64 --register
VBoxManage modifyvm ubuntu --memory 1024 --floppy disabled --audio none --nic1 bridged --bridgeadapter1 eth0 --vram 4 --accelerate3d off --boot1 disk --acpi on --cableconnected1 on --usb off --vrde on --vrdeport 3390
VBoxManage createhd --filename /home/stas/win2008.vdi --size 40000
VBoxManage storagectl win2008 --name "IDE Controller" --add ide
VBoxManage storageattach win2008 --storagectl "IDE Controller" --port 0 --device 0 --type hdd --medium /home/stas/win2008.vdi
nohup VBoxHeadless --startvm win2008 &
VBoxHeadless: Error -1912 in supR3HardenedMainInitRuntime!
VBoxHeadless: RTR3Init failed with rc=-1912
VBoxHeadless: Tip! It may help to reinstall VirtualBox.
stas@hellfire:~$ VBoxManage startvm "win2008" --type headless
Waiting for VM "win2008" to power on...
VBoxManage: error: The virtual machine 'win2008' has terminated unexpectedly during startup with exit code 1
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component Machine, interface IMachine, callee
в чем проблема?
p.s. у меня ш686, но uname -a говорит Linux hellfire 2.6.32-5-amd64 #1 SMP Sun May 6 05:12:07 UTC 2012 x86_64 GNU/Linux
поэтому при установке пришлось ручками доставлять линукс хедерс для амд64
p.s.2 /etc/init.d/vboxdrv setup не помогает