<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Quite a Bright Light &#187; Virtualbox</title>
	<atom:link href="http://www.quitebrightlight.com/category/virtualbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quitebrightlight.com</link>
	<description></description>
	<lastBuildDate>Mon, 10 May 2010 19:40:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Arch Linux: bash: /etc/init.d/vboxdrv: No such file or directory</title>
		<link>http://www.quitebrightlight.com/2009/09/arch-linux-bash-etcinit-dvboxdrv-no-such-file-or-directory/</link>
		<comments>http://www.quitebrightlight.com/2009/09/arch-linux-bash-etcinit-dvboxdrv-no-such-file-or-directory/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 19:02:54 +0000</pubDate>
		<dc:creator>jefke</dc:creator>
				<category><![CDATA[Arch]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Virtualbox]]></category>

		<guid isPermaLink="false">http://www.quitebrightlight.com/?p=34</guid>
		<description><![CDATA[


After a kernel upgrade, Virtualbox instructs you to run &#8220;/etc/init.d/vboxdrv setup&#8221; as root. When you try this on Arch, you get an error message, however: 
bash: /etc/init.d/vboxdrv: No such file or directory
Turns out that on Arch, there&#8217;s a different path to follow. As root, do: 

/usr/bin/vbox_build_module

Followed by:

modprobe -r vboxdrv

And you should be set! Still, if [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-0445421940264769";
google_ad_slot = "7713378196";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<br />
After a kernel upgrade, Virtualbox instructs you to run &#8220;/etc/init.d/vboxdrv setup&#8221; as root. When you try this on Arch, you get an error message, however: </p>
<div class="konsole">bash: /etc/init.d/vboxdrv: No such file or directory</div>
<p>Turns out that on Arch, there&#8217;s a different path to follow. As root, do: </p>
<div class="konsole">
/usr/bin/vbox_build_module
</div>
<p>Followed by:</p>
<div class="konsole">
modprobe -r vboxdrv
</div>
<p>And you should be set! Still, if you&#8217;re not, please don&#8217;t hold me responsible. Everything you do as root is your own responsibility!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.quitebrightlight.com/2009/09/arch-linux-bash-etcinit-dvboxdrv-no-such-file-or-directory/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>VirtualBox: WinXP guest from Ubuntu crashing and rebooting in openSUSE</title>
		<link>http://www.quitebrightlight.com/2009/05/virtualbox-winxp-guest-from-ubuntu-crashing-and-rebooting-in-opensuse/</link>
		<comments>http://www.quitebrightlight.com/2009/05/virtualbox-winxp-guest-from-ubuntu-crashing-and-rebooting-in-opensuse/#comments</comments>
		<pubDate>Tue, 19 May 2009 10:16:53 +0000</pubDate>
		<dc:creator>jefke</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Virtualbox]]></category>
		<category><![CDATA[openSUSE]]></category>

		<guid isPermaLink="false">http://www.quitebrightlight.com/?p=24</guid>
		<description><![CDATA[At work, I sometimes need Windows for legacy programs, or for not messing up the layout of protected Word documents. For all these little things, VirtualBox (non OSE for me) works like a charm. Since my switch from Ubuntu to openSUSE, however, I was unable to use the virtual windows disk (vdi file) I created [...]]]></description>
			<content:encoded><![CDATA[<p>At work, I sometimes need Windows for legacy programs, or for not messing up the layout of protected Word documents. For all these little things, <a href="http://www.virtualbox.org/wiki/Linux_Downloads" onclick="pageTracker._trackPageview('/outgoing/www.virtualbox.org/wiki/Linux_Downloads?referer=');">VirtualBox</a> (non OSE for me) works like a charm. Since my switch from Ubuntu to openSUSE, however, I was unable to use the virtual windows disk (vdi file) I created under Ubuntu: right after booting up Windows, I would get a glimpse of a BSOD (blue screen), and Windows would reboot (not even leaving me time to study the BSOD). Booting into safe mode wouldn&#8217;t help.<br />
Not wanting to create yet another virtual disk, I set out on an epic quest: a veritable search-and-destroy-the-cause mission. What finally fixed the whole thing, was setting the <strong>IDE Controller Type</strong> (Settings &#8211; General &#8211; Advanced) to <strong>PIX3 instead of PIX4</strong>. Apparently, the default setings are different between different distro&#8217;s. </p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0445421940264769";
google_ad_slot = "7713378196";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.quitebrightlight.com/2009/05/virtualbox-winxp-guest-from-ubuntu-crashing-and-rebooting-in-opensuse/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
