<?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=5997&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] (Daedalus) live-installer vs installed system]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=5997</link>
		<description><![CDATA[The most recent posts in [SOLVED] (Daedalus) live-installer vs installed system.]]></description>
		<lastBuildDate>Sun, 17 Sep 2023 03:48:42 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] (Daedalus) live-installer vs installed system]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=44384#p44384</link>
			<description><![CDATA[<p>Thanks for the response.&#160; I&#039;ve actually got X working now, every boot.&#160; What I had to do was make the disk gpt, re-partition it, addding an efi partition, and re-install devuan in efi mode instead of legacy.&#160; There&#039;s still a minor issue with booting, I have to select the efi file each time but I may have found a fix for that too.&#160; Not sure why it has this problem with legacy boot.&#160; It booted fine, just something with the graphics/drm would not load consistently.&#160; Anyway, I&#039;m marking this solved.</p>]]></description>
			<author><![CDATA[dummy@example.com (rbit)]]></author>
			<pubDate>Sun, 17 Sep 2023 03:48:42 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=44384#p44384</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] (Daedalus) live-installer vs installed system]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=44383#p44383</link>
			<description><![CDATA[<p>with a vega gpu. on AMD system, you might need some firmware to get it to boot outside of console / lowresolution getty. </p><p>I had a similar issue on a old live USB. xinit would run in tty1.<br />Then Xorg would run in tty7. When I open tty1, it would crash xorg in tty7. Then xinit would get slim running on tty1 where tty7 becomes nothing.<br />I somehow fixed after updating the live-iso.</p>]]></description>
			<author><![CDATA[dummy@example.com (czeekaj)]]></author>
			<pubDate>Sun, 17 Sep 2023 03:27:30 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=44383#p44383</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] (Daedalus) live-installer vs installed system]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=44355#p44355</link>
			<description><![CDATA[<p>I&#039;ve got a bit of a conundrum.&#160; I have the desktop-live installer, amd64, on a usb stick and it runs great on my hp elitedesk 705 G4...&#160; It&#039;s got an Amd ryzen 5 pro 2400ge w/ radeon vega graphics.&#160; I ran the installer from the desktop-live environment. The problem is in the installed system.&#160; It boots.&#160; X will usually refuse to start - errors are </p><div class="codebox"><pre><code>[    10.529] (EE) open /dev/dri/card0: No such file or directory
[    10.530] (EE) Unable to find a valid framebuffer device
[    10.530] (EE) open /dev/fb0: No such file or directory
[    10.530] (EE) Screen 0 deleted because of no matching config section.
[    10.532] (EE) VESA(0): No V_BIOS found
[    10.533] (EE) Screen(s) found, but none have a usable configuration.
[    10.533] (EE) no screens found(EE) </code></pre></div><p>The few times X is able to start up, a mouse arrow appears on the screen and the screen does not respond at this point (no mouse movement; ctrl-alt-f1 does not display a text-mode vt).&#160; I am able to ssh in, and see that Xorg is taking up 100% cpu.&#160; when I kill the process, the plugged-in monitor still shows the mouse arrow and black background - have to reboot to get anything back on the screen.</p><p>Some things I have tried (1 at a time):<br />- update the kernel to 6.4 (backports)<br />- boot the 6.1.0-10-amd64 kernel (that matches the desktop-live iso)<br />- install seatd<br />- uninstall slim<br />- add &quot;nomodeset&quot; to grub cmdline<br />(as a side note, it was necessary for me to add &quot;acpi_rev_override&quot; to grub cmdline in order for eth0 to work properly - but it works properly in desktop-live)</p><p>desktop-live reports:<br />[&#160; &#160; 18.279] Kernel command line: BOOT_IMAGE=/live/vmlinuz initrd=/live/initrd.img boot=live username=devuan apparmor=0 <br />installed-system (on 6.1.0-10-amd64 kernel) reports:<br />2023-09-15T22:05:00.730651-04:00 fccvideo kernel: [&#160; &#160; 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.1.0-10-amd64 root=UUID=d68c3ae3-7db1-4c37-a6d9-2dd16cd407c5 ro quiet acpi_rev_override nomodeset</p><p>The installed system does not have /dev/fb0, nor /dev/dri/* - I think this is part of X&#039;s startup problem.&#160; These files do exist when booting from the desktop-live iso.&#160; What do I need to do to get the installed system working right?</p><p>Other things that may be of note<br />I&#039;ve tried both &quot;disabling&quot; (hiding) TPM and re-enabling it, in the UEFI setup.&#160; Currently it is enabled.<br />The boot is legacy, not EFI.&#160; Partition table is dos (not gpt).</p><p>---- edit ----<br />It&#039;s now the next day.&#160; I tried removing the acpi_rev_override and nomodeset from the grub commandline.&#160; Then I installed every .deb package in /firmware.&#160; The network adapter seems to be working fine now without that acpi_rev_override.&#160; X does start (with startx) but the local screen is locked up again, and Xorg uses 100% cpu.&#160; /dev/fb0 and /dev/dri/* do not exist.<br />I have another system (the one I&#039;m posting from) that also does not have /dev/fb0 so that may not be related.<br />I&#039;ve noticed when I startx as user &quot;fcc&quot; on the non-working machine, that Xorg is started as root (?)&#160; Could this be the problem?</p><div class="codebox"><pre><code>$ ps aux|grep Xorg
root      1931 96.4  1.2 375984 89548 tty2     Rl   12:29   0:44 /usr/lib/xorg/Xorg -nolisten tcp :0 vt2 -keeptty -auth /tmp/serverauth.EYjJMCyPr8</code></pre></div><p>On my working machine, Xorg runs as the logged in user: </p><div class="codebox"><pre><code>$ ps aux|grep Xorg
tempo     3152  1.0  0.7 6720588 249772 tty8   Sl   Aug25 327:26 /usr/lib/xorg/Xorg -nolisten tcp :0 vt8 -keeptty -auth /tmp/serverauth.UUKV7OIIz6</code></pre></div><p>Still stuck, unsure how to proceed.</p><p>---- edit later ----<br />I copied the /etc/X11/xorg.conf from my working system to the non-working system (it had no xorg.conf), and edited it, only replacing <span class="bbc">Driver &quot;nvidia&quot;</span> with <span class="bbc">Driver &quot;amdgpu&quot;</span>.&#160; Now startx does start x, and Xorg runs as the current user.&#160; &#160; /dev/fb0 and /dev/dri/ do exist now.&#160; Unfortunately things are not completely working right.&#160; If I press ctrl-alt-f2 to change virtual terminals, the X server on tty1 is instantly killed.&#160; Also, the display settings application (as well as xrandr) only show modes 640x480 and 720x400.&#160; That doesn&#039;t seem right.&#160; But, progress is being made! :-)</p><p>---- edit later later ----<br />After a reboot, X failed to start again, with the same errors as given above.&#160; Another reboot, it did start, with the 2 low-resolution options again.&#160; Other reboots, X will not start at all.&#160; Now (I&#039;m not going to update the subject line but it is inaccurate) now, the desktop-live iso is not starting X either (same USB stick).&#160; Arg.</p><p>---- later ----<br />Tried some more things.&#160; Ubuntu iso goes into GUI mode and screen freezes.&#160; Linux Mint iso boots, goes into GUI mode, seems to run okay.&#160; Now the Devuan desktop-live iso booted into GUI mode successfully again (and when it does, it&#039;s not in low resolution mode; it looks right).&#160; I think I have some flakey hardware (I did get this machine &quot;refurbished&quot; (used)).</p>]]></description>
			<author><![CDATA[dummy@example.com (rbit)]]></author>
			<pubDate>Sat, 16 Sep 2023 02:38:44 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=44355#p44355</guid>
		</item>
	</channel>
</rss>
