Entries tagged as virtualbox
Virtual Box 1.4.0 released and goes 64bit!
Posted by Pierre in
Uncategorized
Friday, June 8. 2007
1.4.0 is by far the most important VirtualBox release. Even if the version increment is small, the changes are nearly all I was waiting for:
- Support host 64bit (32bit guest)
- sessions RDP
- All drivers are now signed MS (your win admin cannot cry anymore

- Copy/Paste between host and guest
- Physical partitions and VMWare images
- Improved GUI and translations 12 langues (I’m partially to blame if there is still typos in the french one
)
See the complete changelog here.
The last good thing is the Debian/Ubuntu repository:
Edit your sources.list:
[Bash] sudo vim /etc/apt/sources.list
And add this line
[Bash] deb http://www.virtualbox.org/debian feisty non-free
Save it and add their key:
[Bash] wget -q http://www.virtualbox.org/debian/innotek.asc -O- | sudo apt-key add -
and finally install it (use update if you have an old deb installed):
[Bash] sudo apt-get update && sudo apt-get install virtualbox
And finally congratulations to the Innotek team, they did a great job again!
virtualBox goes GPL
Posted by Pierre in
Uncategorized
Friday, January 26. 2007
InnoTek VirtualBox is a family of powerful x86 virtualization products. And it is an european product (they are based in Germany, Bayern Stuttgart/Baden-Wuerttemberg)!
I was looking for an easy solution to always have a windows build environment at hand without having to reboot, I finally decided to install this tool on my laptop. After some little troubles, I’m a very happy virtualbox user, I installed my build tools, cmake, visual C compiler and other debugging apps, everything works like a charm and is not that slow (it is more than acceptable to debug and test on windows).
As I’m a lazy guy, I tend to work on windows once a week or so and only when I have to test a given bug or to improve win32 support in my various projects. It will certainly increase the quality of my extensions and projects on windows as well as the other platforms supported by virtualbox (maybe the right time to install a solaris and a BSD system).
Thanks to the Innotek team!
Some screenshots:
- Windows install boot
<a href="/public/images/vbox/windows_setup_1.png"><img src="http://blog.thepimp.net/public/images/vbox/.windows_setup_1_m.jpg" alt="install #1" /></a>
- Windows install
<a href="/public/images/vbox/windows_setup_2.png"><img src="http://blog.thepimp.net/public/images/vbox/.windows_setup_2_m.jpg" alt="install #2" /></a>
- Building PHP
<a href="/public/images/vbox/windows_buildphp.png"><img src="http://blog.thepimp.net/public/images/vbox/.windows_buildphp_m.jpg" alt="nmake running" /></a>
- Firefox
<a href="/public/images/vbox/windows_firefox.png"><img src="http://blog.thepimp.net/public/images/vbox/.windows_firefox_m.jpg" alt="firefox" /></a>
I use the Ubuntu package to install it on my Edgy setup. The package works like a charm but do not forget to install the linux header before trying to install it. The linux-header dependency is missing and an install will end in a broken package. You will then have to add "exit 0" on all pre and post install scripts and then run:
<br /> $ sudo dpkg —force-remove-reinstreq virtualbox $ dpkg —purge virtualbox </pre> <p>and finally reinstall it:</p> <br />
<br /> $ sudo dpkg -i VirtualBox_1.3.2_Ubuntu_Edgy_x86.deb<br />
The next binaries release will have it (Thanks to Sander for the notice
.
Update 2007/02/05
The virtual box FAQ has an entry about the removal issue.


