<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=5639&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Error in VirtualBox, hoping for help]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=5639</link>
		<description><![CDATA[The most recent posts in Error in VirtualBox, hoping for help.]]></description>
		<lastBuildDate>Thu, 11 May 2023 00:04:30 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Error in VirtualBox, hoping for help]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=42225#p42225</link>
			<description><![CDATA[<p>@stopAI qemu has kvm inside of it already, last I checked. </p><p>Or at least, that&#039;s my experience. Though it could be different on debian based distros.</p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Thu, 11 May 2023 00:04:30 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=42225#p42225</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error in VirtualBox, hoping for help]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=41793#p41793</link>
			<description><![CDATA[<p>Instead of Virtualbox, I suggest you use kvm. The Kernel Virtual Machine, or KVM, is a full virtualization solution for Linux on x86 (64-bit included) and ARM hardware containing virtualization extensions (Intel VT or AMD-V). It consists of a loadable kernel module, kvm.ko, which provides the core virtualization infrastructure and a processor specific module, kvm-intel.ko or kvm-amd.ko. </p><p>If you are interested and want to try it, you will need the following packages:</p><div class="codebox"><pre><code>sudo apt update

sudo apt install qemu-kvm libvirt-clients libvirt-daemon libvirt-daemon-system bridge-utils virtinst virt-manager</code></pre></div><p>In order to manage virtual machines as a regular user, that user needs to be added to the libvirt group: </p><div class="codebox"><pre><code>#adduser youruserrname libvirt
#adduser youruserrname libvirt-qemu</code></pre></div><p>After installing and setting everything up, reboot your computer.</p>]]></description>
			<author><![CDATA[dummy@example.com (stopAI)]]></author>
			<pubDate>Fri, 07 Apr 2023 11:26:05 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=41793#p41793</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error in VirtualBox, hoping for help]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=41791#p41791</link>
			<description><![CDATA[<p>@Ron </p><p>Thanks for that info, food for thought if qemu isn&#039;t enough to get the job done. </p><p><img src="http://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>Still, virt-manager works pretty well too last I checked for Devuan.</p><p>It actually worked for 0.3 Hyperbola pretty well, so it mostly DEFINITELY should work well for devuan also, even now.</p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Fri, 07 Apr 2023 04:15:57 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=41791#p41791</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error in VirtualBox, hoping for help]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=41766#p41766</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>Altoid wrote:</cite><blockquote><div><p>Hello:<br />... run <span class="bbc">Virtualxox-6.1</span> from the official source in my Devuan Beowulf with a backported kernel:</p></div></blockquote></div><p>After posting I realised that support for v6.1 ends December 2023.</p><p>Upgraded to <a href="https://www.virtualbox.org/wiki/Changelog-7.0" rel="nofollow">7.0.6</a>:</p><div class="codebox"><pre><code>~$ apt list | grep virtualbox | grep installed
--- snip ---
virtualbox-7.0/unknown,now 7.0.6-155176~Debian~buster amd64 [installed]
~$ </code></pre></div><p>If needed, the corresponding VBoxGuestAdditions and Extension Pack must also be installed for everything to work properly.</p><p>As before, no issues.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Wed, 05 Apr 2023 10:56:08 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=41766#p41766</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error in VirtualBox, hoping for help]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=41749#p41749</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>zapper wrote:</cite><blockquote><div><p>... don&#039;t know if devuan supports virtualbox ...</p></div></blockquote></div><p>Yes, it <a href="https://pkginfo.devuan.org/cgi-bin/policy-query.html?c=package&amp;q=virtualbox&amp;x=submit" rel="nofollow">does</a>.</p><div class="quotebox"><cite>zapper wrote:</cite><blockquote><div><p>... official images require systemd ...</p></div></blockquote></div><p>I run <span class="bbc">Virtualxox-6.1</span> from the official source in my Devuan Beowulf with a backported kernel:</p><div class="codebox"><pre><code>~$ uname -a
Linux devuan 5.10.0-0.deb10.16-amd64 #1 SMP Debian 5.10.127-2~bpo10+1 (2022-07-28) x86_64 GNU/Linux
~$ </code></pre></div><div class="codebox"><pre><code>~$ cat /etc/apt/sources.list
--- snip ---
# virtual box repository x installation
deb https://download.virtualbox.org/virtualbox/debian/ buster contrib non-free 
--- snip ---
~$ </code></pre></div><div class="codebox"><pre><code>~$ apt list | grep virtualbox | grep installed
--- snip ---
virtualbox-6.1/unknown,now 6.1.42-155177~Debian~buster amd64 [installed]
~$ </code></pre></div><p>On boot I start a headless Chimaera VM to run <span class="bbc">PiHole</span>+<span class="bbc">Unbound</span>.<br />And every once in a <em>long</em> while, boot an XPSP3 VM to run some odd MS application or test a Linux image.</p><p>Have had no issues.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Tue, 04 Apr 2023 10:40:40 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=41749#p41749</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error in VirtualBox, hoping for help]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=41744#p41744</link>
			<description><![CDATA[<p>@ron that sounds like a good decision.</p><p>I don&#039;t know if devuan supports virtualbox anyhow.</p><p>The official images require systemd last I checked anyhow.</p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Tue, 04 Apr 2023 06:13:14 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=41744#p41744</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error in VirtualBox, hoping for help]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=41733#p41733</link>
			<description><![CDATA[<p>First let me say &quot;thanks&quot; to those who offered advice and solutions. With that said, I really should have held off a while before making this post. I decided, instead of dealing with this issue, to just simply buy a cheap refurbished second computer from Amazon so I can use that &quot;other&quot; OS for the two apps that for me have no equivalent in Linux.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ron)]]></author>
			<pubDate>Mon, 03 Apr 2023 20:50:24 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=41733#p41733</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error in VirtualBox, hoping for help]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=41729#p41729</link>
			<description><![CDATA[<p>Did you use the appropriate &quot;virtualbox-guest-additions-iso&quot;?<br />It contains some graphic drivers for the guest-OS (and other stuff). Not sure whether this will cure &quot;crappy graphics&quot;.</p>]]></description>
			<author><![CDATA[dummy@example.com (delgado)]]></author>
			<pubDate>Mon, 03 Apr 2023 18:53:41 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=41729#p41729</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error in VirtualBox, hoping for help]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=41720#p41720</link>
			<description><![CDATA[<p>@ralph.ronnquist</p><p>I don&#039;t understand why you are so disturbed by it. </p><p>Then again, I don&#039;t understand why @Ron</p><p>Or really anyone still uses virtualbox when virt-manager and qemu are both options.</p><p>Even virt-manager is better than virtualbox though and bare in mind, I am aware it relies on qemu but is also more or less developed by redhat. At least that is what I recall anyways...</p><p>That being said, Virtualbox is horribly insecure...</p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Mon, 03 Apr 2023 02:52:41 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=41720#p41720</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error in VirtualBox, hoping for help]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=41718#p41718</link>
			<description><![CDATA[<p>I&#039;m not sure when that trend started, and perhaps I&#039;m really alone at getting &quot;disturbed&quot; by it, but I really can&#039;t understand what it is with this stupid quoting of prior posts rather than just making a follow-on post with a comment or answer.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Mon, 03 Apr 2023 02:24:29 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=41718#p41718</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error in VirtualBox, hoping for help]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=41717#p41717</link>
			<description><![CDATA[<div class="quotebox"><cite>Altoid wrote:</cite><blockquote><div><p>It does <em>not</em> get any more &quot;layman&#039;s&quot; than that ...<br />A.</p></div></blockquote></div><p>Look above your post, I got it working. <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>But it looks like crap.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ron)]]></author>
			<pubDate>Mon, 03 Apr 2023 02:23:13 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=41717#p41717</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error in VirtualBox, hoping for help]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=41716#p41716</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>Ron wrote:</cite><blockquote><div><p>... installed VirtualBox.</p><p>... error is:</p><div class="codebox"><pre><code>VT-x is disabled in the BIOS ...
--- snip ---</code></pre></div></div></blockquote></div><div class="quotebox"><cite>Ron wrote:</cite><blockquote><div><p>... what this means in layman&#039;s English ...</p></div></blockquote></div><p>It does <em>not</em> get any more &quot;layman&#039;s&quot; than that ...<br />ie: <span class="bbu">VT-x</span> --&gt; <span class="bbu">disabled</span> --&gt; <span class="bbu">in BIOS</span></p><p>You first have to check your motherboard&#039;s BIOS settings and enable VT-x (hardware virtualization), it is usually disabled by default.</p><p>1. Reboot your Computer and Press the BIOS Key. ... (key/s used depend on the mobo brand, BIOS brand, etc.)<br />2. Locate the section for CPU configuration. ...<br />3. Find the Settings for Virtualization. ...<br />4. Select the Option for Enabling Virtualization. ...<br />5. Save the Changes You Have Made. ...<br />6. Exit Your BIOS and Reboot Your Computer.</p><p>If you don&#039;t know <em>how</em> to access the BIOS and/or navigate the respective options, <span class="bbu">first check the mobo&#039;s manual</span>.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Mon, 03 Apr 2023 01:59:12 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=41716#p41716</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error in VirtualBox, hoping for help]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=41715#p41715</link>
			<description><![CDATA[<p>Well, I got it working, had to enable Vt in the bios. But it looks like crap. I don&#039;t know if it&#039;s because my machine is old (I think it&#039;s over 10 years old) or what.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ron)]]></author>
			<pubDate>Mon, 03 Apr 2023 01:50:27 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=41715#p41715</guid>
		</item>
		<item>
			<title><![CDATA[Error in VirtualBox, hoping for help]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=41714#p41714</link>
			<description><![CDATA[<p>I just installed VirtualBox. I never used it before (and don&#039;t really know what I&#039;m doing) and I&#039;m getting an error. The error is:</p><div class="codebox"><pre><code>VT-x is disabled in the BIOS for all CPU modes (VERR_VMX_MSR_ALL_VMX_DISABLED).
Result Code: NS_ERROR_FAILURE (0X80004005)
Component: ConsoleWrap
Interface: IConsole {6ac83d89-6ee7-4e33-8ae6-b257b2e81be8}</code></pre></div><p>Can anybody tell me what this means in layman&#039;s English, and does anybody know what I need to do to fix this? If it matters, I&#039;m trying to run Windows 7 as the guest.</p><p>Thanks.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ron)]]></author>
			<pubDate>Mon, 03 Apr 2023 01:07:40 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=41714#p41714</guid>
		</item>
	</channel>
</rss>
