Then I install guest addition (device -> install guest additions). It works ok and I can see VBoxGuestAdditions_4.1.6.iso under .Virtualbox and virtualbox said it's registered.
However, a weird thing is the info of executing `VBoxManage guestproperty enumerate <guest-os-name>` seems only available for several vms, and one vm doesn't have any property to be displayed.
For instance, the first vm shows
Code: Select all
VBoxManage guestproperty get first_vm "/VirtualBox/GuestInfo/Net/0/V4/IP"
No value set!
Code: Select all
VBoxManage guestproperty get second_vm "/VirtualBox/GuestInfo/Net/0/V4/IP"
Value: 10.1.0.110
Where can I check to let first_vm info to be displayed correctly?
Thanks