Privacy Policy VirtualBox – Stblack's Corner

Ubuntu 10.10 su VirtualBox

Se qualcuno di voi ha provato la nuova Ubuntu 10.10 su VirtualBox ed ha provato ad installare le guest additions ha notato che l’installazione avviene senza apparenti problemi, ma poi la risoluzione a tutto schermo non funziona.
La soluzione è quella di caricare le guest additions OSE a mano dai :

sudo apt-get install virtualbox-ose-guest-x11

Dopo un riavvio si potrà dare la risoluzione a tutto schermo

http://feedburner.google.com/fb/a/dashboard?id=rgjdoi665ii5op64ls2ogfrmr8

Clonare una Macchina Virtuale in VirtualBox

Sto cercando di clonare una macchina virtuale e metterla su di una penna usb.

http://forums.virtualbox.org/viewtopic.php?p=9916

il programma da usare è contenuto nella directory di installazione di VirtualBox che ora è sotto “Programmi/Sun/xVM VirtualBox”.

VBoxManage clonehd “xp.vdi” “E:\VirtualBox\HardDisk\xp2.vdi”

la sintassi è:

C:\Programmi\Sun\xVM VirtualBox>VBoxManage clonehd “xp.vdi” “xp2.vdi”

Usage:

VBoxManage [-v|-version] print version number and exit
VBoxManage -nologo … suppress the logo

VBoxManage -convertSettings … allow to auto-convert settings files
VBoxManage -convertSettingsBackup … allow to auto-convert settings files
but create backup copies before
VBoxManage -convertSettingsIgnore … allow to auto-convert settings files
but don’t explicitly save the results

VBoxManage list vms|runningvms|ostypes|hostdvds|hostfloppies|
hostifs|hostinfo|hddbackends|hdds|dvds|floppies|
usbhost|usbfilters|systemproperties

VBoxManage showvminfo |
[-details]
[-statistics]
[-machinereadable]

VBoxManage registervm

VBoxManage unregistervm |
[-delete]

VBoxManage createvm -name
[-ostype ]
[-register]
[-basefolder | -settingsfile ]
[-uuid ]

VBoxManage modifyvm
[-name ]
[-ostype ]
[-memory ]
[-vram ]
[-acpi on|off]
[-ioapic on|off]
[-pae on|off]
[-hwvirtex on|off|default]
[-nestedpaging on|off]
[-vtxvpid on|off]
[-monitorcount ]
[-accelerate3d ]
[-bioslogofadein on|off]
[-bioslogofadeout on|off]
[-bioslogodisplaytime ]
[-bioslogoimagepath ]
[-biosbootmenu disabled|menuonly|messageandmenu]
[-biossystemtimeoffset ]
[-biospxedebug on|off]
[-boot<1-4> none|floppy|dvd|disk|net>]
[-hd none||]
[-idecontroller PIIX3|PIIX4]
[-sata on|off]
[-sataportcount <1-30>]
[-sataport<1-30> none||]
[-sataideemulation<1-4> <1-30>]
[-dvd none|||host:]
[-dvdpassthrough on|off]
[-floppy disabled|empty||
|host:]
[-nic<1-N> none|null|nat|hostif|intnet]
[-nictype<1-N> Am79C970A|Am79C973|82540EM|82543GC]
[-cableconnected<1-N> on|off]
[-nictrace<1-N> on|off]
[-nictracefile<1-N> ]
[-nicspeed<1-N> ]
[-hostifdev<1-N> none|]
[-intnet<1-N> ]
[-natnet<1-N> |default]
[-macaddress<1-N> auto|]
[-uart<1-N> off| ]
[-uartmode<1-N> disconnected|
server |
client |
]
[-gueststatisticsinterval ]
[-audio none|null|dsound]
[-audiocontroller ac97|sb16]
[-clipboard disabled|hosttoguest|guesttohost|
bidirectional]
[-vrdp on|off]
[-vrdpport default|]
[-vrdpaddress ]
[-vrdpauthtype null|external|guest]
[-vrdpmulticon on|off]
[-vrdpreusecon on|off]
[-usb on|off]
[-usbehci on|off]
[-snapshotfolder default|]

VBoxManage startvm |
[-type gui|vrdp]

VBoxManage controlvm |
pause|resume|reset|poweroff|savestate|
acpipowerbutton|acpisleepbutton|
keyboardputscancode [ …]|
injectnmi|
setlinkstate<1-4> on|off |
usbattach |

|
usbdetach |
|
dvdattach none|||host: |
floppyattach none|||host: |
vrdp on|off] |
setvideomodehint [display]|
setcredentials
[-allowlocallogon ]

VBoxManage discardstate |

VBoxManage adoptstate |

VBoxManage snapshot |
take [-desc ] |
discard | |
discardcurrent -state|-all |
edit ||-current
[-newname ]
[-newdesc ] |
showvminfo |

VBoxManage openmedium disk|dvd|floppy
[-type normal|immutable|writethrough] (disk only)

VBoxManage closemedium disk|dvd|floppy |

VBoxManage showhdinfo |

VBoxManage createhd -filename
-size
[-format VDI|VMDK|VHD]
[-static]
[-comment ]
[-register]
[-type normal|writethrough] (default: normal)

VBoxManage modifyhd |
settype normal|writethrough|immutable |
compact

VBoxManage clonehd |
[-format VDI|VMDK|VHD|RAW|]
[-remember]

VBoxManage convertfromraw [-static] [-format VDI|VMDK|VHD]

VBoxManage convertfromraw [-static] [-format VDI|VMDK|VHD]
stdin

VBoxManage addiscsidisk -server |
-target
[-port ]
[-lun ]
[-encodedlun ]
[-username ]
[-password ]
[-comment ]
[-intnet]

VBoxManage getextradata global||
|enumerate

VBoxManage setextradata global||

[] (no value deletes key)

VBoxManage setproperty hdfolder default| |
machinefolder default| |
vrdpauthlibrary default| |
websrvauthlibrary default|null| |
hwvirtexenabled yes|no
loghistorycount

VBoxManage usbfilter add
-target ||global
-name
-action ignore|hold (global filters only)
[-active yes|no] (yes)
[-vendorid ] (null)
[-productid ] (null)
[-revision ] (null)
[-manufacturer ] (null)
[-product ] (null)
[-remote yes|no] (null, VM filters only)
[-serialnumber ] (null)
[-maskedinterfaces ]

VBoxManage usbfilter modify
-target ||global
[-name ]
[-action ignore|hold] (global filters only)
[-active yes|no]
[-vendorid |””]
[-productid |””]
[-revision |””]
[-manufacturer |””]
[-product |””]
[-remote yes|no] (null, VM filters only)
[-serialnumber |””]
[-maskedinterfaces ]

VBoxManage usbfilter remove
-target ||global

VBoxManage sharedfolder add |
-name -hostpath
[-transient] [-readonly]

VBoxManage sharedfolder remove |
-name [-transient]

VBoxManage vmstatistics | [-reset]
[-pattern ] [-descriptions]

VBoxManage guestproperty get | [-verbose]

VBoxManage guestproperty set | [ [-flags ]]

VBoxManage guestproperty enumerate |
[-patterns ]

VBoxManage guestproperty wait | [-timeout ]

VBoxManage metrics list [*|host| []] (comma-separa
ted)

VBoxManage metrics setup
[-period ]
[-samples ]
[-list]
[*|host| []]

VBoxManage metrics query [*|host| []]

VBoxManage metrics collect
[-period ]
[-samples ]
[-list]
[-detach]
[*|host| []]