Wow! It really an ultra light-weight virtualization software. I start to install some guest OS.
1. It seems that VirtualBox(1.6.2) doesn't support 64bits guest OS. Even my VirtualBox is 64bits.
2. Adding lan bridge to your guest OS require manually group your lan interface to bridge.
3. Cloning guest OS require VirtualBox's cloning command line tool:
VBoxManage clonevdi centos5.2.vdi centos5.2-2.vid
This command is okay if you save your Virtual Disk File in default location (C:\Documents and Settings\yourid\.VirtualBox\VDI).
If you have save your virtual disk file in another place, you have to specify the full path (both input file name and output file name). E.g.
VBoxManage clonevdi d:\vbox\centos5.2.vdi d:\vbox\centos5.2-2.vid
Otherwise you will got an error saying that Could not access hard disk image.
2 則留言:
I cannot get FreeBSD 7.0 installed under VirtualBox 1.6.2. The VM halt at the bootup menu of FreeBSD (Host = WindowsXP x64) and the status of the Guest OS will become aborted.
While there are some guy did install FreeBSD 7.0 successfully on OpenSolaris Host:
http://forums.virtualbox.org/viewtopic.php?p=28339&sid=77680765d000148cc512385509f050d5
張貼留言