<?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=7835&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Display problems with 6.1.1 live]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=7835</link>
		<description><![CDATA[The most recent posts in [SOLVED] Display problems with 6.1.1 live.]]></description>
		<lastBuildDate>Tue, 03 Mar 2026 20:13:27 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Display problems with 6.1.1 live]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=62555#p62555</link>
			<description><![CDATA[<p>For the record:</p><p>Most people around here may not know the term &#039;PMI&#039; (poor man&#039;s install). Far as I&#039;m aware it originated from Knoppix. AntiX call it &#039;frugal install&#039;. Klaus Knopper was <em>the</em> trailblazer of &#039;live&#039; systems early 2000&#039;s whose work preceeded both Ubuntu&#039;s Casper and (later forked and evolved from casper) Debian&#039;s live-boot. Knoppix was where my journey into live ISO&#039;s began.</p><p>&#039;PMI&#039; simply means booting a live iso located on disk with a persistence overlay. Either directly or from the extracted squashfs, vmlinuz and initrd.</p>]]></description>
			<author><![CDATA[dummy@example.com (dzz)]]></author>
			<pubDate>Tue, 03 Mar 2026 20:13:27 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=62555#p62555</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Display problems with 6.1.1 live]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=62552#p62552</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>When a different username is configured, the Debian default &#039;user&#039; does not even exist, unless you created it manually.<br />The noautologin parameter is unavailable after first boot if using persistence because live-config is disabled.<br />The username=* parameter is unavailable after first boot if using persistence for the same reason.<br />BTW &#039;keyboard-layouts&#039; is also unavailable for the same reason.</p></div></blockquote></div><p>This does not at all fit with my ca 13 yrs experiences with Debian live with persistence. And before that, a long time with Debian-derivative Knoppix.<br />Keyboard-layouts and autologin may surely be useful with persistence, so forcing them to be shut off doesn&#039;t make much sense to me.<br />There are lots of very different use cases where persistence is necessary or at least useful. So one size, in the way it is enforced here, does definitely not fit all.<br />But of course, software freedom is also for being very content with what is offered ;-)</p>]]></description>
			<author><![CDATA[dummy@example.com (tyder)]]></author>
			<pubDate>Tue, 03 Mar 2026 15:11:40 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=62552#p62552</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Display problems with 6.1.1 live]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=62551#p62551</link>
			<description><![CDATA[<p>Well done @tyder, you got most of it if not quite all:</p><div class="quotebox"><blockquote><div><p>When that user is in place, the Debian default &#039;user&#039;&#160; is harmless. May be added and removed without problems, it seems. The noautologin directive works.<br />And it is _not_ necessary to use the username=devuan parameter afterwards</p></div></blockquote></div><p>When a different username is configured, the Debian default &#039;user&#039; does not even exist, unless you created it manually.<br />The noautologin parameter is unavailable after first boot if using persistence because live-config is disabled.<br />The username=* parameter is unavailable after first boot if using persistence for the same reason.</p><p>BTW &#039;keyboard-layouts&#039; is also unavailable for the same reason.</p><p>The persistence manual is actually in live-boot not live-config ..</p>]]></description>
			<author><![CDATA[dummy@example.com (dzz)]]></author>
			<pubDate>Tue, 03 Mar 2026 14:42:03 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=62551#p62551</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Display problems with 6.1.1 live]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=62550#p62550</link>
			<description><![CDATA[<p>Somewhat larger update. Think we can consider the problem solved. Still with warts and all :-)</p><p>I followed dzz&#039;s advice, and that worked. Seems that the username parameter must be used for the conversion to proceed correctly.<br />I&#039;m very gratefui! Tanks!<br />When that user is in place, the Debian default &#039;user&#039;&#160; is harmless. May be added and removed without problems, it seems. The noautologin directive works.<br />And it is _not_ necessary to use the username=devuan parameter afterwards, as shown here:</p><div class="codebox"><pre><code>trond@devuan:~$ cat /proc/cmdline
boot=live config quiet splash initrd=(hd0,0)/boot/dev611/initrd.img  bootfrom=/dev/sda2 live-media-path=dev611/live0 persistence persistence-path=dev611s/pers0 keyboard-layouts=no noautologin 
trond@devuan:~$ whoami
trond</code></pre></div><p>Thus, a system boot may be set up without the username parameter, it is only necessary to add it to the cmdline at first startup. <br />Because this may be kind of trap for new users, and it definitely violates the principle of least surprise for many, it may be regarded as kind of bug. Doing it explicitly, with prompt, at first login as devuan would be better IMO.</p>]]></description>
			<author><![CDATA[dummy@example.com (tyder)]]></author>
			<pubDate>Tue, 03 Mar 2026 12:51:13 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=62550#p62550</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Display problems with 6.1.1 live]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=62548#p62548</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>You have booted with incorrect cmdline parameters (omitting &#039;username=devuan&#039;) while using persistence.</p></div></blockquote></div><p>For me, that&#039;s a buggy system. Because it violates the &#039;principle of least surprise&#039;. <br />Hard-coding a username in a bootloader commandline is bad practice in my opinion. This should work well with only noautologin, and eventual privileges etc should IMO be fixed with a transparent CLI script. <br />Eventual transitions to persistence running should also be made transparently IMO. What are the advantages of doing this behind the scenes?</p>]]></description>
			<author><![CDATA[dummy@example.com (tyder)]]></author>
			<pubDate>Tue, 03 Mar 2026 11:35:27 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=62548#p62548</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Display problems with 6.1.1 live]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=62547#p62547</link>
			<description><![CDATA[<p>/etc/sudoers.d/live does not exist in the squashfs. It is written dynamically on first boot by /lib/live/config/0040-sudoers .</p><div class="quotebox"><blockquote><div><p>I haven&#039;t done any modifications</p></div></blockquote></div><p>@tyder, yes you have, at least inadvertantly. You have booted with incorrect cmdline parameters (omitting &#039;username=devuan&#039;) while using persistence.</p><p>If you boot with a new, clean persistence volume using the parameters as configured in the ISO&#039;s boot menus:</p><div class="codebox"><pre><code>boot=live username=devuan nottyautologin apparmor=0</code></pre></div><p>username &#039;devuan&#039;&#160; will be referenced in sudoers, will autologin.. and the system will work normally.</p>]]></description>
			<author><![CDATA[dummy@example.com (dzz)]]></author>
			<pubDate>Tue, 03 Mar 2026 11:19:02 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=62547#p62547</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Display problems with 6.1.1 live]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=62546#p62546</link>
			<description><![CDATA[<p>Small update:<br />User &#039;user&#039; may not be removed safely in the current 6.1.1 release, if it is defined.<br />I could kill Xfce, which ran as a&#160; &#039;user&#039; process, log in as devuan and delete user &#039;user&#039;.<br />But it is clearly noted somewhere. For at next boot, display stayed black - a strong indication that there are remnants of &#039;user&#039; that block the noautologin directive.<br />I also tried to modify the configuration scripts, with no luck. <br />For all the people happy with this state of affairs, you have my empathy. I will not expand on how and why ;-)</p>]]></description>
			<author><![CDATA[dummy@example.com (tyder)]]></author>
			<pubDate>Tue, 03 Mar 2026 11:18:54 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=62546#p62546</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Display problems with 6.1.1 live]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=62545#p62545</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>No, I don&#039;t have to delete &#039;user&#039;, and noautologin does work with or without persistence. I&#039;ve been doing it this way for about 15 years. Before devuan existed I was doing this with debian. I guess we&#039;re not doing the same thing.</p></div></blockquote></div><p>Are you talking about basic Poor Man&#039;s install (PMI) here? That is my use case, and it seems yours is different.</p><p>Here is the situation straight from Devuan boot on my ordinary PMI. I haven&#039;t had the chance to login...</p><div class="codebox"><pre><code>user@devuan:~$ cat /proc/cmdline
boot=live config quiet splash initrd=(hd0,0)/boot/dev611/initrd.img  bootfrom=/dev/sda2 live-media-path=dev611/live0 persistence persistence-path=dev611s/pers0 keyboard-layouts=no noautologin 
user@devuan:~$ whoami
user</code></pre></div><p>In a PMI, the live squashfs is copied to hard disk, a persistence volume is prepared, and the original kernel and inird is used for booting. I haven&#039;t done any modifications, and if the noautologin directive is honored, which it is not at present, there is no need for further modifications for a rather general use case.<br />The only way for me to make it work &#039;out of the box&#039;, is deleting the user &#039;user&#039;. Which is not defined by default in Devuan, I created it for testing. So the bug (which may very well be intentional from the Debian live team) is masked in the default setup.<br />But it is prepared for &#039;user&#039;, this is the unmodified content of the sudoers extension file:</p><div class="codebox"><pre><code>user@devuan:~$ sudo cat /etc/sudoers.d/live
user ALL=(ALL) NOPASSWD: ALL</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (tyder)]]></author>
			<pubDate>Tue, 03 Mar 2026 07:52:30 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=62545#p62545</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Display problems with 6.1.1 live]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=62544#p62544</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Each live-config script writes a&#160; &#039;state&#039; file to /var/lib/live/config/ . Each script is configured to exit doing nothing if it&#039;s own state file exists, meaning it has already run OR another script has written it&#039;s state file in order to disable it (example: slim writes a state file for xinit so xinit&#039;s script won&#039;t run and cause a conflict)</p></div></blockquote></div><p>Thank you for pointing to the mechanisms in use here!</p>]]></description>
			<author><![CDATA[dummy@example.com (tyder)]]></author>
			<pubDate>Tue, 03 Mar 2026 07:27:00 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=62544#p62544</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Display problems with 6.1.1 live]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=62543#p62543</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>You know this is a Devuan forum? Why do you pick here on the Debian live behaviour? If its a bug file it against the Debian bug tracker.</p></div></blockquote></div><p>Because it is relevant for the startup issue this thread is about. Furthermore, the Debian live&#160; team may not consider it a bug. E.g. if they are against permanent use of live images with persistence, it may be intended behavior. It makes safe use of this more difficult.<br />Furthermore, we are here to work on alternatives to upstream decisions. At least that was my understanding.</p>]]></description>
			<author><![CDATA[dummy@example.com (tyder)]]></author>
			<pubDate>Tue, 03 Mar 2026 07:19:29 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=62543#p62543</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Display problems with 6.1.1 live]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=62542#p62542</link>
			<description><![CDATA[<p>As I understand (and have observed) how persistence affects live-config:</p><p>Each live-config script writes a&#160; &#039;state&#039; file to /var/lib/live/config/ . Each script is configured to exit doing nothing if it&#039;s own state file exists, meaning it has already run OR another script has written it&#039;s state file in order to disable it (example: slim writes a state file for xinit so xinit&#039;s script won&#039;t run and cause a conflict)</p><p>Therefore, live-config scripts should run only on the first persistence boot. They are then surely disabled because their state files remain in the RW overlay. They are certainly not in the squashfs.</p><p>This must also include &#039;noautologin&#039; parameter, which the relevant live-config display manager script (slim) reads. But only once.</p><p>If I got that wrong, someone please enlighten me..</p><p>I see no mention in live-config manual about the need to specify a preconfigured live user if that live user is other than &#039;user&#039;, although I know it to be true from experience. Perhaps a documentation bug but no more than. A preconfigured user is valid, script 0030-user-setup checks and exits if found.</p><p>If future Devuan live images set the username in /etc/live/config.conf(.d/) of the squashfs there would be no need to use the cmdline.</p>]]></description>
			<author><![CDATA[dummy@example.com (dzz)]]></author>
			<pubDate>Mon, 02 Mar 2026 17:48:51 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=62542#p62542</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Display problems with 6.1.1 live]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=62535#p62535</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>You have to delete &#039;user&#039; to make noautologin work.</p></div></blockquote></div><p>No, I don&#039;t have to delete &#039;user&#039;, and noautologin does work with or without persistence. I&#039;ve been doing it this way for about 15 years. Before devuan existed I was doing this with debian. I guess we&#039;re not doing the same thing.</p><p>I use this to make a live-usb: <a href="https://get.refracta.org/files/tools/refracta2usb_2.4.4~exegnu3~4_all.deb" rel="nofollow">https://get.refracta.org/files/tools/re … ~4_all.deb</a></p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sun, 01 Mar 2026 23:23:11 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=62535#p62535</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Display problems with 6.1.1 live]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=62532#p62532</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>This is common behavior on Debian live for years.</p></div></blockquote></div><p>You know this is a Devuan forum? Why do you pick here on the Debian live behaviour? If its a bug file it against the Debian bug tracker.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Sun, 01 Mar 2026 19:46:52 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=62532#p62532</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Display problems with 6.1.1 live]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=62530#p62530</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>I don&#039;t get the same results as you. The noautologin option is working correctly here on two different live-isos.</p></div></blockquote></div><p>It does not work when user &#039;user&#039; is defined, as I noted. This is common behavior on Debian live for years. As long as persistence may be used, this is a bug.<br />You have to delete &#039;user&#039; to make noautologin work.</p>]]></description>
			<author><![CDATA[dummy@example.com (tyder)]]></author>
			<pubDate>Sun, 01 Mar 2026 19:12:36 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=62530#p62530</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Display problems with 6.1.1 live]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=62509#p62509</link>
			<description><![CDATA[<p>I don&#039;t get the same results as you. The noautologin option is working correctly here on two different live-isos.</p><p>The devuan desktop-live iso has user &#039;devuan&#039; pre-defined, and with noautologin, boot stops at the slim login screen.<br />A refracta live iso has user &#039;user&#039; pre-defined, and with noautologin, boot stops at the lightdm login screen.</p><p>Maybe I should call it a pre-existing user instead. That user already exists and has a home directory inside the squashfs as opposed to being created when the system boots.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Fri, 27 Feb 2026 12:25:38 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=62509#p62509</guid>
		</item>
	</channel>
</rss>
