Difference between revisions of "VirtualBox"
From Notes_Wiki
(Created page with "<yambe:breadcrumb>Virtualization_tools|Virtualization tools</yambe:breadcrumb> =VirtualBox= ==Tips and Tricks== * In scale-mode devices and various menus for Virtual-box VM a...") |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Virtualization tools]] > [[VirtualBox]] | |||
==Tips and Tricks== | ==Tips and Tricks== | ||
Line 13: | Line 12: | ||
*:</pre> | *:</pre> | ||
*Use the devices menu to passthru USB devices instead of settings for a VM | *Use the devices menu to passthru USB devices instead of settings for a VM | ||
===VBoxManage=== | |||
To convert KVM Image to virtualbox one can use 'VBoxManage' tool provided by VirtualBox. The option 'convertfromraw' can be helpful in such situation. Syntax for command is | |||
<pre> | |||
VBoxManage convertfromraw <input-file> <output-file> --format VDI | |||
</pre> | |||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Virtualization tools]] > [[VirtualBox]] |
Latest revision as of 13:02, 24 August 2022
Home > CentOS > CentOS 6.x > Virtualization tools > VirtualBox
Tips and Tricks
- In scale-mode devices and various menus for Virtual-box VM are not shown
- To install guest additions following packages should be installed
- gcc
- make
- kernel-devel
- To install Guest additions in Cent-OS 6.4 run
- ./VBoxLinuxAdditions.run
- Use the devices menu to passthru USB devices instead of settings for a VM
VBoxManage
To convert KVM Image to virtualbox one can use 'VBoxManage' tool provided by VirtualBox. The option 'convertfromraw' can be helpful in such situation. Syntax for command is
VBoxManage convertfromraw <input-file> <output-file> --format VDI
Home > CentOS > CentOS 6.x > Virtualization tools > VirtualBox