145 liens privés
Comment désactiver l'horloge dans virtualbox.
Ce thread en parle..
La solution, apparemment içi :
Sorry to resurrect such an old thread, but it's the #1 Google search result for the topic.
This can now be done using VBoxManage utility. It's a command-line tool, which is available in the Virtualbox install folder in Windows or in ~/Library/Virtualbox on Mac.
Turn off time syncing:
vboxmanage setextradata [VMname] "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" "1"
Turn it back on:
vboxmanage setextradata [VMname] "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" "0"
note: [VMname] is the name of your virtual machine.
Hope this helps someone!
Comment convertir carrément une machine VMWare vers un format ouvert permettant d'importer cette même machine dans VirtualBox.
Comment convertir une image VMWare en image Virtualbox :
vboxmanage clonehd image-source.vmdk image-destination.vdi -format VDI
Générer un fichier iso à partir d'un répertoire...ça dépanné pour utiliser avec une VM
Des VM virtual box prêtes à l'emploi
via sebSauvage/Korben
Installer virtualbox sur une ubuntu.
La config du module se chibrait au moment de la compilation.
En fait il manquait le compilateur..
La réponse intéressante içi au cas où :
I had a similar problem. Here is what worked for me:
This may be required if you get a kernel sources not found type of error:
sudo apt-get install build-essential linux-headers-uname -r
Then reconfigure the relevant packages to kick them in to rebuilding.
sudo dpkg-reconfigure virtualbox-dkms
sudo dpkg-reconfigure virtualbox
Changer l'UUID d'un disque VirtualBox.
Utile quand on veut réutiliser un disque.