<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[HyperForum — Video of installation  in a qemu virtual machine.]]></title>
		<link>https://forums.hyperbola.info/viewtopic.php?id=697</link>
		<atom:link href="https://forums.hyperbola.info/extern.php?action=feed&amp;tid=697&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Video of installation  in a qemu virtual machine..]]></description>
		<lastBuildDate>Sat, 02 Jul 2022 08:50:24 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Video of installation  in a qemu virtual machine.]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=4702#p4702</link>
			<description><![CDATA[<div class="quotebox"><cite>chomwitt wrote:</cite><blockquote><p>@throgh and @zapper thanks . <br />For the moment i streamlined my video , i removed sections reading lynx network.html etc and<br />concetrated on preparing the storage&nbsp; and base system.<br /><a href="https://peertube.linuxrocks.online/w/nKe8FuTTxseATjXaZs2fHG">https://peertube.linuxrocks.online/w/nK … TjXaZs2fHG</a></p><p>I plan to create different videos on postinstallation so your tips are valuable.</p></blockquote></div><p>Thanks for noting and leaving the link. If you need more or do other parts, just leave a comment and we can think together here as community as you are part as all others. <img src="https://forums.hyperbola.info/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (throgh)]]></author>
			<pubDate>Sat, 02 Jul 2022 08:50:24 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=4702#p4702</guid>
		</item>
		<item>
			<title><![CDATA[Re: Video of installation  in a qemu virtual machine.]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=4696#p4696</link>
			<description><![CDATA[<div class="quotebox"><cite>chomwitt wrote:</cite><blockquote><p>@throgh and @zapper thanks . <br />For the moment i streamlined my video , i removed sections reading lynx network.html etc and<br />concetrated on preparing the storage&nbsp; and base system.<br /><a href="https://peertube.linuxrocks.online/w/nKe8FuTTxseATjXaZs2fHG">https://peertube.linuxrocks.online/w/nK … TjXaZs2fHG</a></p><p>I plan to create different videos on postinstallation so your tips are valuable.</p></blockquote></div><p>Cool man, btw, wiki needs expanding, probably... </p><p>I been both having some odd problems lately...</p><p>Not completely sure why, but for reasons I won&#039;t say here, suffice to say, its more than laziness...</p><p>However, I am glad they helped.</p><p>Btw, that tidbit about causing tdm to properly log when you exit your window manager or Lumina Desktop help, I think I found that on the github,com of console-tdm.</p><p>Memory a bit foggy though...</p>]]></description>
			<author><![CDATA[null@example.com (zapper)]]></author>
			<pubDate>Sat, 02 Jul 2022 03:51:44 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=4696#p4696</guid>
		</item>
		<item>
			<title><![CDATA[Re: Video of installation  in a qemu virtual machine.]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=4695#p4695</link>
			<description><![CDATA[<p>@throgh and @zapper thanks . <br />For the moment i streamlined my video , i removed sections reading lynx network.html etc and<br />concetrated on preparing the storage&nbsp; and base system.<br /><a href="https://peertube.linuxrocks.online/w/nKe8FuTTxseATjXaZs2fHG">https://peertube.linuxrocks.online/w/nK … TjXaZs2fHG</a></p><p>I plan to create different videos on postinstallation so your tips are valuable.</p>]]></description>
			<author><![CDATA[null@example.com (chomwitt)]]></author>
			<pubDate>Fri, 01 Jul 2022 23:41:43 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=4695#p4695</guid>
		</item>
		<item>
			<title><![CDATA[Re: Video of installation  in a qemu virtual machine.]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=4690#p4690</link>
			<description><![CDATA[<div class="quotebox"><cite>throgh wrote:</cite><blockquote><p>Hello and welcome to the forums,<br />you need to add slim as service to be started at runlevel, following example:</p><div class="codebox"><pre><code>doas rc-update add slim default</code></pre></div></blockquote></div><br /><br /><p>Either that, or the tdm method:</p><p>doas pacman -S console-tdm</p><p>then, </p><p>tdmctl init</p><p>then,</p><br /><p>make a file to put in your home folder, like, </p><p>/home/youruser/.xinitrc</p><p>have it say tdm --xstart</p><br /><p>and add this line to the end of .bash_profile:</p><p>tdm &amp;&amp; exit</p><br /><p>This means, if you logout from your window manager/Lumina Desktop,&nbsp; it will log you out.</p><p>as for adding Lumina Desktop or any window manager that isn&#039;t already added, do it like this:</p><p>tdmctl add WMNAME /usr/bin/whateverWMisnamed</p><br /><br /><p>This is how I do it, it is much better for resources beyond just ram usage. Probably saves battery life too.</p><p>Slim is definitely the easier option, but&nbsp; I prefer less cpu usage, because that also means more battery usage. </p><p>Not sure how much more, but I like it this way.</p><p><img src="https://forums.hyperbola.info/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><br /><p>I&nbsp; also just checked btw and it turns out this method doesn&#039;t require starting services with openrc, so feel free to try either. <img src="https://forums.hyperbola.info/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><br /><p>Hope this is useful! <img src="https://forums.hyperbola.info/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Edit: typo</p>]]></description>
			<author><![CDATA[null@example.com (zapper)]]></author>
			<pubDate>Wed, 29 Jun 2022 04:14:49 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=4690#p4690</guid>
		</item>
		<item>
			<title><![CDATA[Re: Video of installation  in a qemu virtual machine.]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=4689#p4689</link>
			<description><![CDATA[<p>Hello and welcome to the forums,<br />you need to add slim as service to be started at runlevel, following example:</p><div class="codebox"><pre><code>doas rc-update add slim default</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (throgh)]]></author>
			<pubDate>Sat, 25 Jun 2022 14:15:29 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=4689#p4689</guid>
		</item>
		<item>
			<title><![CDATA[Video of installation  in a qemu virtual machine.]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=4688#p4688</link>
			<description><![CDATA[<p>My greetings to the Hyperbola community .</p><p>I come from Debian land, Lately i&#039;ve settled to Devuan for more freedom and less unecessary complexity.<br />Reading about Hyperbola it&#039;s williness to try new inroads in the two aspects i mentioned&nbsp; and it&#039;s work in removing unecessasary complexity&nbsp; i wanted to try it.</p><p>I had some difficulties . So i thougth it&#039;d be usefull to me and i hope to others for future reference t,o create and share <a href="https://peertube.linuxrocks.online/w/2Au1TYMqb7zG8HKkiJZjzN"> a video.</a></p><p>I used as guide mainly the <a href="https://wiki.hyperbola.info/doku.php?id=en:manual:beginner_installation">The KISS guide to get started with Hyperbola GNU/Linux-libre.</a><br />Very usefull was the <a href="https://forums.hyperbola.info/viewtopic.php?id=684"> post installation post in this forum&nbsp; from @throgh </a>.</p><br /><p>One difiulty was with cfdisk. I couldnt toggle the boot flag on a partition (GPT scheme).<br />That error was manifested near the installation end (installing grub) for a mistake that was made at the start.<br /></p><div class="quotebox"><blockquote><p>this GPT partition label contains no BIOS Boot partition</p></blockquote></div><p>So i tried from the start using fdisk that time.<br />I wonder if there could be safety triggers at each step before moving to the next.</p><p>Also if i could copy paste from lynx to another virtual console while installing that could help in a scenario that there is no other computer.</p><p>Last, i dont know what i missed and slim doesnt start automatically and i have start with startx .</p><p>As a general wish regarding the installation&nbsp; i think obarun-install is a very handy installation ncurses wizard that streamlines the process and the choices . I&#039;m not sure thougth if that means loss of flexibiility for server or other setups.</p>]]></description>
			<author><![CDATA[null@example.com (chomwitt)]]></author>
			<pubDate>Sat, 25 Jun 2022 12:51:59 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=4688#p4688</guid>
		</item>
	</channel>
</rss>
