VirtualBoxのTips

更新日 2009-10-27 (火) 06:54:48

HDDの複製

VBoxManage.exe、VBoxDDU.dll、VBoxRT.dll、VBoxXML.dllのパス必要なので、インストールフォルダで実行するとよい

> vboxmanage clonevdi filename1.vdi filename2.vdi

Windows2000でのエラー

インストール時再起動を繰り返し、インストールできなったり、起動時「msgina.dllが見つからない」等のエラー時は、本来のハードウェアだと想定されていたIDEデバイスへの問いかけに対する応答のディレイが、仮想環境だと非常に短いために動作が狂ってしまっているよなので以下のようにディレイを入れてやる

ただし、パスが必要なのでVitualBoxのインストールフォルダに移動する。

> VBoxManage setextradata (VMNAME) "VBoxInternal/Devices/piix3ide/0/Config/IRQDelay" 1
VirtualBox Command Line Management Interface Version 3.0.8
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.

VMNAME:仮想マシン名

ディレイ値は0-5でデフォルトは0のようだ

CentOS Gest Adissionsのインストール

デバイス -> Adissionsのインストール

# cd /media/VBOXADDITIONS_3.0.8_53138
# yum install kernel-headers
# yum install kernel-devel
# yum install gcc
# /bin/bash VBoxLinuxAdditions-amd64.run
Verifying archive integrity... All good.
Uncompressing VirtualBox 3.0.8 Guest Additions for Linux  
installation..................................................................
...............................................................................
...............................................................................
VirtualBox 3.0.8 Guest Additions installation
This system does not seem to have support for OpenGL direct rendering.
VirtualBox requires Linux 2.6.27 or later for this.  Please see the log
file /var/log/vboxadd-install.log if your guest uses Linux 2.6.27 and you  still see this message.
Building the VirtualBox Guest Additions kernel module...
Building the shared folder support kernel module...
Installing the VirtualBox Guest Additions...

Successfully installed the VirtualBox Guest Additions.
You must restart your guest system in order to complete the installation.

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS