<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml">
  <title xmlns="http://www.w3.org/2005/Atom">Dobrica Pavlinušić's random unstructured stuff: VirtualBox</title>
  <id xmlns="http://www.w3.org/2005/Atom">https://saturn.ffzg.hr/rot13/</id>
  <link xmlns="http://www.w3.org/2005/Atom" type="text/html" rel="alternate" href="https://saturn.ffzg.hr/rot13/index.cgi?virtualbox"/>
  <link xmlns="http://www.w3.org/2005/Atom" type="application/atom+xml" rel="self" href="https://saturn.ffzg.hr%2C%20saturn.ffzg.hr:443/feed/workspace/rot13?page=virtualbox;type=Atom"/>
  <updated xmlns="http://www.w3.org/2005/Atom">2009-03-29T18:14:56Z</updated>
  <entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml">
    <title xmlns="http://www.w3.org/2005/Atom">VirtualBox</title>
    <link xmlns="http://www.w3.org/2005/Atom" type="text/html" rel="alternate" href="https://saturn.ffzg.hr/rot13/index.cgi?virtualbox"/>
    <content xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml" type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml"><div>Creator: Dobrica Pavlinušić</div><hr/><div class="wiki">
<p>
Seems to be best supported right now (package in Debian, optional drivers for Windows, starting unmodified VMWare machines -- after you guess right settings that is!)</p>
<h1 id="links">Links</h1>
<ul>
<li><a target="_blank" title="(external link)" href="http://www.virtualbox.org/ticket/995">Windows ACPI problem<!-- wiki-renamed-hyperlink "Windows ACPI problem"<http://www.virtualbox.org/ticket/995> --></a> - <tt>agp440.sys</tt> problem</li>
<li><a target="_blank" title="(external link)" href="http://www.virtualbox.org/wiki/Migrate_Windows">How to migrate existing Windows installations to VirtualBox<!-- wiki-renamed-hyperlink "How to migrate existing Windows installations to VirtualBox"<http://www.virtualbox.org/wiki/Migrate_Windows> --></a> - it's applicable to other emulators as well!</li>
<li><a target="_blank" title="(external link)" href="http://vmetc.com/2008/07/12/creating-and-configuring-headless-vms-in-virtualbox/">Creating and Configuring Headless VMs in VirtualBox<!-- wiki-renamed-hyperlink "Creating and Configuring Headless VMs in VirtualBox"<http://vmetc.com/2008/07/12/creating=-and=-configuring=-headless=-vms=-in=-virtualbox/> --></a></li>
<li><a target="_blank" title="(external link)" href="http://svn.rot13.org/index.cgi/vbox-tools">vbox-tools<!-- wiki-renamed-hyperlink "vbox=-tools"<http://svn.rot13.org/index.cgi/vbox=-tools> --></a> set of shell scripts to manage VirtualBox</li>
</ul>
<h1 id="debian_install">Debian Install</h1>
<p>
OSE version (no USB!) comes in Debian, compile <tt>vboxdrv</tt> with:</p>
<pre>
root@llin:~# module-assistant a-i virtualbox-ose
</pre>
<br/><h1 id="command_line_vm_creation">Command line VM creation</h1>
<pre>
VBoxManage createvm -name "VirtWorkshop" -register
VBoxManage modifyvm VirtWorkshop -memory 512Mb -acpi on -boot1 dvd -nic1 nat -dvd /rest/iso/ScummVM\ Launcher\ 2.iso 
VBoxManage createvdi -filename hda-8Gb.vdi -size 8Mb -register
VBoxManage modifyvm VirtWorkshop -hda hda-8Gb.vdi
VBoxHeadless -startvm VirtWorkshop
</pre>
<br/><h1 id="convert_vdi_disk_to_raw_image">Convert .vdi disk to raw image</h1>
<p>
<strong>sic</strong> this requires more than reading -h output:</p>
<pre>
dpavlin@x200:/virtual/win$ vboxmanage internalcommands converttoraw hda-winxp.vdi hda.img
VirtualBox Command Line Management Interface Version 2.1.4_OSE
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.

Converting image "hda-winxp.vdi" with size 8589934592 bytes (8192MB) to raw...
</pre>
</div>
</div>
    </content>
    <id xmlns="http://www.w3.org/2005/Atom">https://saturn.ffzg.hr/rot13/index.cgi?virtualbox</id>
    <author xmlns="http://www.w3.org/2005/Atom">
      <name xmlns="http://www.w3.org/2005/Atom">Dobrica Pavlinušić</name>
    </author>
    <updated xmlns="http://www.w3.org/2005/Atom">2009-03-29T18:14:56Z</updated>
  </entry>
</feed>
