<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[HyperForum — Video of installation  in a qemu virtual machine.]]></title>
	<link rel="self" href="https://forums.hyperbola.info/extern.php?action=feed&amp;tid=697&amp;type=atom" />
	<updated>2022-07-02T08:50:24Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.hyperbola.info/viewtopic.php?id=697</id>
		<entry>
			<title type="html"><![CDATA[Re: Video of installation  in a qemu virtual machine.]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=4702#p4702" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2022-07-02T08:50:24Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=4702#p4702</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Video of installation  in a qemu virtual machine.]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=4696#p4696" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[zapper]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=117</uri>
			</author>
			<updated>2022-07-02T03:51:44Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=4696#p4696</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Video of installation  in a qemu virtual machine.]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=4695#p4695" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[chomwitt]]></name>
			</author>
			<updated>2022-07-01T23:41:43Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=4695#p4695</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Video of installation  in a qemu virtual machine.]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=4690#p4690" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[zapper]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=117</uri>
			</author>
			<updated>2022-06-29T04:14:49Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=4690#p4690</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Video of installation  in a qemu virtual machine.]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=4689#p4689" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[throgh]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=347</uri>
			</author>
			<updated>2022-06-25T14:15:29Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=4689#p4689</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Video of installation  in a qemu virtual machine.]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=4688#p4688" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[chomwitt]]></name>
			</author>
			<updated>2022-06-25T12:51:59Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=4688#p4688</id>
		</entry>
</feed>
