<?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=4757&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / I am shocked: The most official way to install Devuan is TERROR pure!]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=4757</link>
		<description><![CDATA[The most recent posts in I am shocked: The most official way to install Devuan is TERROR pure!.]]></description>
		<lastBuildDate>Thu, 19 May 2022 17:59:24 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: I am shocked: The most official way to install Devuan is TERROR pure!]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=36004#p36004</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Yes, I&#039;d love to see XFS support on Refract installer but that would involve updates to gparted or cfdisk. For some reason it&#039;s greyed out to form a XFS logical partition.</p></div></blockquote></div><p>The reason xfs is greyed out in gparted is because the xfsprogs package is not installed. If you have enough RAM to install packages in a live session, you can install xfsprogs and then format partitions with xfs.</p><p>Refractainstaller will not prevent you from using xfs. You just have to tell it not to format your partitions and do that part yourself. In the graphical installer, check the box that says <span class="bbc">&quot;Do not format filesystems...&quot;</span> and for the cli installer, edit /etc/refractainstaller.conf to set <span class="bbc">no_format=&quot;yes&quot;</span> (uncomment the line).</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Thu, 19 May 2022 17:59:24 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=36004#p36004</guid>
		</item>
		<item>
			<title><![CDATA[Re: I am shocked: The most official way to install Devuan is TERROR pure!]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=35999#p35999</link>
			<description><![CDATA[<p>Also before finishing expert installation. Chrooting in and setting the password there is a viable option. <br />so </p><div class="codebox"><pre><code> 
lsblk (to list your drives)
mount /dev/sda1 /mnt
cd /mnt
mount --bind /proc ./proc
mount --bind /sys ./sys
mount --bind /dev ./dev
chroot ./
passwd root</code></pre></div><p>one thing you can try is just using sudo -i when you get in. running passwd root then uninstall sudo.</p><p>The devuan installation is not terrorizing. It&#160; admittedly it can be when you instruct /dev/random to write to the drive. It can be hours of waiting sometimes it never seems to finish with no status on the task.</p><div class="quotebox"><cite>tylerdurden wrote:</cite><blockquote><div><div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>Refractainstaller has supported full disk encryption for at least a couple of years. Select encryption for the root partition and do not select a separate /boot partition.</p></div></blockquote></div><p>The way I usually install my systems using the Debian installer, I get something like this:</p><div class="codebox"><pre><code>/dev/sda1 /boot *unencrypted* &lt;ext2&gt;
/dev/sda2 *LUKS*
&gt; /dev/mapper/crypt *LVM*
&gt;&gt; /dev/mapper/crypt-root *logical volume* &lt;ext4&gt;
&gt;&gt; /dev/mapper/crypt-home *logical volume* &lt;xfs&gt;
&gt;&gt; /dev/mapper/crypt-swap *logical volume*</code></pre></div><p>This is basically LVM on LUKS if I understand it correctly. Root + home + swap are fully encrypted as part of a volume group. Upon booting from GRUB I enter a password to decrypt only once.</p><p>Also, am I correct there is no support for creating XFS file systems using the live image?</p></div></blockquote></div><p>Yes, I&#039;d love to see XFS support on Refract installer but that would involve updates to gparted or cfdisk. For some reason it&#039;s greyed out to form a XFS logical partition. Maybe if you use refracta2usb on a XFS system already installed the support would be baked in. I have not tested though! Give it a shot. Compress a system then dd it onto a usb and see if it will allow you to do a XFS install.</p><p>Advantage to this is making a tmp mount point, and in fstab enforcing a noexec condition for your tmp folder. It gives versatility using a extended logical partition in several ways making encryption simpler. But makes mounting a VFS running XFS a little trickier for recovery purposes. I noticed it can boot a little slower on some hardware.&#160; But aside from that I&#039;d always use XFS in a LVM if refracta installer supported it.</p>]]></description>
			<author><![CDATA[dummy@example.com (czeekaj)]]></author>
			<pubDate>Thu, 19 May 2022 11:03:21 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=35999#p35999</guid>
		</item>
		<item>
			<title><![CDATA[Re: I am shocked: The most official way to install Devuan is TERROR pure!]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=35942#p35942</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>a &quot;devuan&quot; installation prepared and offered by refracta since begin of may 2022 (devuan_chimaera_4.0.0-signed_amd64_minimal-live.iso )</p></div></blockquote></div><p>Thanks for reminding me. I meant to delete that iso after it was tested.</p><p>If there&#039;s no root password, then you must have chosen to use sudo when you were installing. In that case, you would use your user password. If you do a regular install instead of expert, you will not be asked if you want to use sudo. Here&#039;s a pictorial guide to the installer:<br /><a href="https://www.devuan.org/os/documentation/install-guides/chimaera/install-devuan" rel="nofollow">https://www.devuan.org/os/documentation … all-devuan</a></p><p>At what point are you being asked for a password that you don&#039;t have?</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Fri, 13 May 2022 20:37:58 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=35942#p35942</guid>
		</item>
		<item>
			<title><![CDATA[Re: I am shocked: The most official way to install Devuan is TERROR pure!]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=35940#p35940</link>
			<description><![CDATA[<p>the terror continues!</p><p>I did spend today all the (free) time to try to install devuan again in an new supplementary partition (my old one initially subject of this msg were convert soon in ceres and did be continuously updated and works well in 32 bit).<br />today, my purpose was to do the same in 64 bit.<br />as I did remember the terrible experience above, I did download and burn on a usb stick a &quot;devuan&quot; installation prepared and offered by refracta since begin of may 2022 (devuan_chimaera_4.0.0-signed_amd64_minimal-live.iso ) and hoppe it is possible to install fresh with that live iso.<br />the iso does not start at all!<br />after that, I did try the very hard way and to use the ISO devuan_ascii_2.1_amd64_netinst.iso from the devuan miror.<br />the iso starts and works.</p><p>but the success is exactly the same as above moths ago: the installation (expert mode) is not operable because no password for root...</p><p>you can not continue!</p><p>I did repeat this evening, with extreme attention concerning my entries, and I am absolutely certain at the second time, that die have no error.</p><p>but nothing to do to use the installation!</p><p>it is again a case of absolute TERROR!</p><p>resume of my experience last time (not today!) in 32 bit:</p><p><a href="https://forum.puppylinux.com/viewtopic.php?t=4898" rel="nofollow">https://forum.puppylinux.com/viewtopic.php?t=4898</a></p>]]></description>
			<author><![CDATA[dummy@example.com (oui)]]></author>
			<pubDate>Fri, 13 May 2022 18:55:17 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=35940#p35940</guid>
		</item>
		<item>
			<title><![CDATA[Re: I am shocked: The most official way to install Devuan is TERROR pure!]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=35451#p35451</link>
			<description><![CDATA[<div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>There&#039;s no support for lvm in refractainstaller. [..]</p><p>The only filesystem that refractainstaller knows about is ext[2,3,4].</p></div></blockquote></div><p>That confirms what I suspected.</p><div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>OK, now here&#039;s the part where I tell you about going past the limits.</p></div></blockquote></div><p>Will be looking into this! </p><div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>ForgeOS (Formerly Michael&#039;s Devuan Edition) uses a modified version of the cli refractainstaller that does support lvm. [..]</p></div></blockquote></div><p>Interesting. Just found the iso files <a href="https://sourceforge.net/projects/forge-os/" rel="nofollow">here</a> so I&#039;m going to check it out in a VM this weekend.</p><p>Thanks again for the feedback, much appreciated.</p>]]></description>
			<author><![CDATA[dummy@example.com (tylerdurden)]]></author>
			<pubDate>Fri, 01 Apr 2022 22:12:57 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=35451#p35451</guid>
		</item>
		<item>
			<title><![CDATA[Re: I am shocked: The most official way to install Devuan is TERROR pure!]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=35421#p35421</link>
			<description><![CDATA[<p>There&#039;s no support for lvm in refractainstaller. If you do full disk encryption, you would need to enter the luks passphrase once for grub and then once for the root partition. In that case, /boot is in the root partition. If you made a separate partition for /home, you would need to enter the passphrase for that partition, too.</p><p>The only filesystem that refractainstaller knows about is ext[2,3,4].</p><p>OK, now here&#039;s the part where I tell you about going past the limits.</p><p>You could make luks keyfiles to avoid or reduce passphrase entries after the install.<br />You can use other filesystems if you use the cli installer and set the config file to no_format=yes. Partition and format as you want, then run the installer. You might need to install something in the live system to do this. I don&#039;t know what xfs needs. </p><p>You can also use the cli installer and manually create lvm or raid. I left some notes about that here: <a href="https://dev1galaxy.org/viewtopic.php?id=2323" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=2323</a>&#160; One thing that&#039;s changed is that you don&#039;t have to end the /dev/mapper/name with a digit. </p><p>ForgeOS (Formerly Michael&#039;s Devuan Edition) uses a modified version of the cli refractainstaller that does support lvm. I&#039;ve only had a couple of brief looks at it and haven&#039;t had a chance to dive into the code. The other notable difference is that you make all your selections at the beginning instead of waiting for questions to pop up.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Wed, 30 Mar 2022 19:04:43 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=35421#p35421</guid>
		</item>
		<item>
			<title><![CDATA[Re: I am shocked: The most official way to install Devuan is TERROR pure!]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=35418#p35418</link>
			<description><![CDATA[<div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>Refractainstaller has supported full disk encryption for at least a couple of years. Select encryption for the root partition and do not select a separate /boot partition.</p></div></blockquote></div><p>The way I usually install my systems using the Debian installer, I get something like this:</p><div class="codebox"><pre><code>/dev/sda1 /boot *unencrypted* &lt;ext2&gt;
/dev/sda2 *LUKS*
&gt; /dev/mapper/crypt *LVM*
&gt;&gt; /dev/mapper/crypt-root *logical volume* &lt;ext4&gt;
&gt;&gt; /dev/mapper/crypt-home *logical volume* &lt;xfs&gt;
&gt;&gt; /dev/mapper/crypt-swap *logical volume*</code></pre></div><p>This is basically LVM on LUKS if I understand it correctly. Root + home + swap are fully encrypted as part of a volume group. Upon booting from GRUB I enter a password to decrypt only once.</p><p>I&#039;ve been unable to create this setup with the Refracta installer. I basically have to create separate boot, root, home and swap partitions each time using settings such as these:</p><p><a href="https://postimages.org/" rel="nofollow"><span class="postimg"><img src="https://i.postimg.cc/6ph6Wrw5/screenshot-2022-03-30-16-20-45.png" alt="screenshot-2022-03-30-16-20-45.png" /></span></a></p><p>Which gives me this:</p><div class="codebox"><pre><code>/dev/sda1 /boot *unecrypted* &lt;ext2&gt;
/dev/sda2 -&gt; /dev/mapper/root *LUKS* &lt;ext4&gt;
/dev/sda3 -&gt; /dev/mapper/home *LUKS* &lt;ext4&gt;
/dev/sda4 &lt;swap&gt;</code></pre></div><p>In other words, I&#039;ll be prompted for a password twice (root_fs + home_fs). Just selecting &quot;Encrypt the root partition&quot; would leave me with an encrypted /home folder but no way to resize and keep it separate from root, etc. Anyway, I *could* live with that but I still prefer the way I can set up encryption using the Debian installer in spite of its quirks.</p><p>Also, am I correct there is no support for creating XFS file systems using the live image?</p><p>Let me know your thoughts on this. And if there&#039;s any way I can help. Overall I do like the Refracta installer for its straightforwardness and simplicity but it&#039;s a bit confusing when it comes to encryption since I&#039;m used to the Debian installer.</p>]]></description>
			<author><![CDATA[dummy@example.com (tylerdurden)]]></author>
			<pubDate>Wed, 30 Mar 2022 14:58:29 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=35418#p35418</guid>
		</item>
		<item>
			<title><![CDATA[Re: I am shocked: The most official way to install Devuan is TERROR pure!]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=35417#p35417</link>
			<description><![CDATA[<p>Refractainstaller has supported full disk encryption for at least a couple of years. Select encryption for the root partition and do not select a separate /boot partition.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Wed, 30 Mar 2022 13:45:02 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=35417#p35417</guid>
		</item>
		<item>
			<title><![CDATA[Re: I am shocked: The most official way to install Devuan is TERROR pure!]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=35416#p35416</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><div class="quotebox"><cite>tylerdurden wrote:</cite><blockquote><div><p>Interrupting the installation just to ask what desktop environment you want or whether you want to participate in the popularity contest. It&#039;s annoying because you can&#039;t leave the installer unattended and makes you wonder why you can&#039;t just indicate your choices before the actual package installation process begins.</p></div></blockquote></div><p><a href="https://wiki.debian.org/DebianInstaller/Preseed" rel="nofollow">https://wiki.debian.org/DebianInstaller/Preseed</a></p></div></blockquote></div><p>From the example preseed file they provide it looks like this could save me some precious time. Thanks for the tip!</p>]]></description>
			<author><![CDATA[dummy@example.com (tylerdurden)]]></author>
			<pubDate>Wed, 30 Mar 2022 13:12:02 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=35416#p35416</guid>
		</item>
		<item>
			<title><![CDATA[Re: I am shocked: The most official way to install Devuan is TERROR pure!]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=35414#p35414</link>
			<description><![CDATA[<div class="quotebox"><cite>tylerdurden wrote:</cite><blockquote><div><p>Interrupting the installation just to ask what desktop environment you want or whether you want to participate in the popularity contest. It&#039;s annoying because you can&#039;t leave the installer unattended and makes you wonder why you can&#039;t just indicate your choices before the actual package installation process begins.</p></div></blockquote></div><p><a href="https://wiki.debian.org/DebianInstaller/Preseed" rel="nofollow">https://wiki.debian.org/DebianInstaller/Preseed</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Wed, 30 Mar 2022 12:54:11 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=35414#p35414</guid>
		</item>
		<item>
			<title><![CDATA[Re: I am shocked: The most official way to install Devuan is TERROR pure!]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=35413#p35413</link>
			<description><![CDATA[<p>I can relate to OP in that the Debian installer doesn&#039;t make much sense. Interrupting the installation just to ask what desktop environment you want or whether you want to participate in the popularity contest. It&#039;s annoying because you can&#039;t leave the installer unattended and makes you wonder why you can&#039;t just indicate your choices before the actual package installation process begins.</p><p>Then again, I&#039;m so used to the process by now that I practically know the installer by heart. I tend to use the server image whenever I do a fresh reinstall. Usually the package installation itself is pretty fast for me but the interruptions are a pain. As to locales and keyboard settings, that&#039;s what I use a DE for so I can&#039;t say I&#039;ve experienced any problems with that.</p><p>I have an aversion to GNOME 3 and haven&#039;t installed/used it in years but I suspect the &quot;Gnome Flashback&quot; thing is due to standard GNOME 3 being too heavily dependent on <span class="bbc">systemd</span>. Is that right? </p><p>No issues with <span class="bbc">slim</span> though I tend to switch to <span class="bbc">lightdm</span> once the system is installed because I find it more convenient.</p><p>That being said, I&#039;ve been playing around with the live image and the Refracta installer lately and I may switch to using that one from now on. It&#039;s pretty straightforward and I like that. Perhaps the only thing that bugs me would be full disk encryption in that it encrypts the root and home partitions separately, unlike the oldschool Debian installer which does LVM on LUKS (requiring you enter the password just once). But I&#039;m still exploring so perhaps there&#039;s a way around that.</p><p>Other than that, I&#039;m so pleased with using Devuan on a daily basis that I can put up with installer quirks (a Debian legacy one might say) but I can see how it may put off people. Refining the Refracta installer may be the way forward as long as it doesn&#039;t get dumbed down like Anaconda and the likes, which would fit the &quot;horrible&quot; label in my book</p>]]></description>
			<author><![CDATA[dummy@example.com (tylerdurden)]]></author>
			<pubDate>Wed, 30 Mar 2022 12:45:31 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=35413#p35413</guid>
		</item>
		<item>
			<title><![CDATA[Re: I am shocked: The most official way to install Devuan is TERROR pure!]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=35366#p35366</link>
			<description><![CDATA[<p>Hi,<br />I found an immediate solution for the bluetoothd problem that I found while enjoying Devuan Daedalus on two laptops.<br />I extracted the bluetoothd daemon executable file from Chimaera&#039;s bluez_5.55-3.1_amd64.deb package and put it in /usr/libexec/, replacing the 5.62 version.<br />And it works now.o I believe that Daedalus bluetoothd version 5.62 maybe needs to be debugged and repaired.<br />Hope it helps.<br />Thank you for &#039;init freedom&#039; <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Admin edit: Follow-up for this post is here: <a href="https://dev1galaxy.org/viewtopic.php?id=4958" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=4958</a></p>]]></description>
			<author><![CDATA[dummy@example.com (etech)]]></author>
			<pubDate>Thu, 24 Mar 2022 11:12:58 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=35366#p35366</guid>
		</item>
		<item>
			<title><![CDATA[Re: I am shocked: The most official way to install Devuan is TERROR pure!]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=35365#p35365</link>
			<description><![CDATA[<p>@golinux : thank you for the link to the new ISOs page.<br />I first installed Chimaera and Daedalus (older ISO) on qemu/kvm virtual machines, easy stuff and no problems!<br />Then I installed Daedalus on two laptops - a ThinkPad x270 and a ThinkPad 13 2nd gen.<br />It&#039;s a preview and I had some difficulties with partitioning and the network while installing but finally succeeded.<br />Once installed, Daedalus runs perfectly except for the bluetoothd/bluez service. From time to time it stops and I have to restart the service. The mouse I use works flawlessly with Debian testing, so I believe there&#039;s something wrong with Daedalus Bluetooth implementation. For example, when I put my mouse off the Bluetooth service stops.<br />I&#039;ve been using Debian testing for years on my computers (DE=Xfce) and Debian stable for my Web server and I intend to switch to Devuan. I&#039;ll install Devuan on other desktops and laptops, old and new.<br />For now I use my 13&quot; ThinkPad with Daedalus installed and except for the Blutooth (5.62) problem I&#039;m very happy with Daedalus. <br />Thank you for &#039;init freedom&#039;!</p><p>Admin edit: Follow-up for this post is here: <a href="https://dev1galaxy.org/viewtopic.php?id=4958" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=4958</a></p>]]></description>
			<author><![CDATA[dummy@example.com (etech)]]></author>
			<pubDate>Thu, 24 Mar 2022 09:14:44 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=35365#p35365</guid>
		</item>
		<item>
			<title><![CDATA[Re: I am shocked: The most official way to install Devuan is TERROR pure!]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=33664#p33664</link>
			<description><![CDATA[<p>Yeh the installation is rough around the edges, specially if you want to install something other than stable, but i guess it is a combination of 2 factors.<br />1 the dev team size, it isn&#039;t large enough to cover every corner.<br />2 priorities of development, my guess is since there is an assumption that a large portion of the devuan userbase falls in the cathegory of experienced users the attention is shifted from installation and instead put into more urgent matters, like the current situation with php needing systemd in the near future (which i think is either already fixed or that already is a route to fix it)</p>]]></description>
			<author><![CDATA[dummy@example.com (EDX-0)]]></author>
			<pubDate>Sun, 02 Jan 2022 22:45:42 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=33664#p33664</guid>
		</item>
		<item>
			<title><![CDATA[Re: I am shocked: The most official way to install Devuan is TERROR pure!]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=33647#p33647</link>
			<description><![CDATA[<div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><p>I stand corrected. The Devuan elves have been busier than I imagined!</p></div></blockquote></div><p>As always tireless for the services. I on the test repo, have always felt Dev1 readiness in a step with Debian.</p><p>Hope @OP find any of those ISO&#039;s come to the aid of what he seeks.</p><p>BR!</p>]]></description>
			<author><![CDATA[dummy@example.com (Nili)]]></author>
			<pubDate>Sun, 02 Jan 2022 14:41:17 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=33647#p33647</guid>
		</item>
	</channel>
</rss>
