<?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=7521&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Devuan 6 installation on VMware Workstation stuck]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=7521</link>
		<description><![CDATA[The most recent posts in [SOLVED] Devuan 6 installation on VMware Workstation stuck.]]></description>
		<lastBuildDate>Wed, 03 Dec 2025 04:53:48 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Devuan 6 installation on VMware Workstation stuck]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=60343#p60343</link>
			<description><![CDATA[<p>I just posted a problem similar to the hung late-install-stage2 problem here: <a href="https://dev1galaxy.org/viewtopic.php?pid=60342#p60342" rel="nofollow">https://dev1galaxy.org/viewtopic.php?pid=60342#p60342</a></p>]]></description>
			<author><![CDATA[dummy@example.com (rmrichesjr)]]></author>
			<pubDate>Wed, 03 Dec 2025 04:53:48 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=60343#p60343</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Devuan 6 installation on VMware Workstation stuck]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=59440#p59440</link>
			<description><![CDATA[<p>To anyone having trouble getting their excalibur to &quot;wake-up&quot; (come out of suspend mode).&#160; This may be helpful:</p><p><a href="https://dev1galaxy.org/viewtopic.php?pid=51609#p51609" rel="nofollow">https://dev1galaxy.org/viewtopic.php?pid=51609#p51609</a></p><p>&#160; &#160; Try the following; in /etc/elogind/sleep.conf.d directory create the file 20-suspend.conf with the following contents</p><p>&#160; &#160; [Sleep]<br />&#160; &#160; SuspendMode=deep</p><p>&#160; &#160; and reboot.</p><p>Can affirm that this fix worked on my virtual machine installation</p>]]></description>
			<author><![CDATA[dummy@example.com (BlueDev)]]></author>
			<pubDate>Tue, 11 Nov 2025 17:40:19 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=59440#p59440</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Devuan 6 installation on VMware Workstation stuck]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=59429#p59429</link>
			<description><![CDATA[<p>The fix given above by Broadcast9133 worked for me as it had got stuck at late stage2 message during ithe nstall on virtualbox. Only one thing though. I had to edit the <br />/etc/apt/sources.list<br />file to comment out the first line concerning the cdrom fas I had chosen to use a network mirror. Rebooted afterwards and logged into xfce ok.</p>]]></description>
			<author><![CDATA[dummy@example.com (cranium)]]></author>
			<pubDate>Tue, 11 Nov 2025 14:27:34 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=59429#p59429</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Devuan 6 installation on VMware Workstation stuck]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=59266#p59266</link>
			<description><![CDATA[<p>Can confirm this fix from broadcast9133 also works on Linux host system running libvirt and qemm.</p><p>Also, this solution is MUCH APPRECIATED!</p>]]></description>
			<author><![CDATA[dummy@example.com (BlueDev)]]></author>
			<pubDate>Fri, 07 Nov 2025 13:58:47 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=59266#p59266</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Devuan 6 installation on VMware Workstation stuck]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=59112#p59112</link>
			<description><![CDATA[<p>After some troubleshooting, turns out it was because of a hung <span class="bbc">apt</span> process. Forcefully terminating it will technically reboot, but the installed system retains a fake <span class="bbc">start-stop-daemon</span>. Replacing it from the <span class="bbc">dpkg</span> package would make it boot normally. </p><div class="codebox"><pre><code>apt-get update
apt-get download dpkg
dpkg-deb -x dpkg_*.deb /root/real
cp -vf /root/real/usr/sbin/start-stop-daemon /usr/sbin/start-stop-daemon
chmod 755 /usr/sbin/start-stop-daemon
dpkg --configure -a
apt-get install --fix-broken</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (broadcast9133)]]></author>
			<pubDate>Wed, 05 Nov 2025 02:22:46 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=59112#p59112</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Devuan 6 installation on VMware Workstation stuck]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=59109#p59109</link>
			<description><![CDATA[<p>Tried the netinstall, it got stuck at selecting which kernels to install.</p><p>The checksums in all cases do match.</p><p>My host is Windows 11 without Hyper-V or Core Isolation enabled</p><p>Going to Alt+F4 here is the log:</p><div class="codebox"><pre><code>Nov  5 00:18:27 os-prober: debug: running /usr/lib/os-probes/mounted/20macosx on mounted /dev/sda2
Nov  5 00:18:27 macosx-prober: debug: /dev/sda2 is not an HFS+ partition: exiting
Nov  5 00:18:27 os-prober: debug: running /usr/lib/os-probes/mounted/20microsoft on mounted /dev/sda2
Nov  5 00:18:27 20microsoft: debug: /dev/sda2 is not a MS partition: exiting
Nov  5 00:18:27 os-prober: debug: running /usr/lib/os-probes/mounted/30utility on mounted /dev/sda2
Nov  5 00:18:27 30utility: debug: /dev/sda2 is not a FAT partition: exiting
Nov  5 00:18:27 os-prober: debug: running /usr/lib/os-probes/mounted/40lsb on mounted /dev/sda2
Nov  5 00:18:27 os-prober: debug: running /usr/lib/os-probes/mounted/70hurd on mounted /dev/sda2
Nov  5 00:18:27 os-prober: debug: running /usr/lib/os-probes/mounted/80minix on mounted /dev/sda2
Nov  5 00:18:27 os-prober: debug: running /usr/lib/os-probes/mounted/83haiku on mounted /dev/sda2
Nov  5 00:18:27 83haiku: debug: /dev/sda2 is not a BeFS partition: exiting
Nov  5 00:18:27 os-prober: debug: running /usr/lib/os-probes/mounted/90linux-distro on mounted /dev/sda2
Nov  5 00:18:28 os-prober: debug: running /usr/lib/os-probes/mounted/90solaris on mounted /dev/sda2
Nov  5 00:18:28 anna-install: Installing rtc-modules
Nov  5 00:18:28 finish-install: unknown udeb rtc-modules
Nov  5 00:18:28 hw-detect: modprobe: FATAL: Module rtc not found in directory /lib/modules/6.12.43+deb13-amd64
Nov  5 00:18:28 clock-setup: rtc module not loaded
Nov  5 00:18:28 hw-detect: modprobe: FATAL: Module rtc-dev not found in directory /lib/modules/6.12.43+deb13-amd64
Nov  5 00:18:28 clock-setup: rtc-dev module not loaded
Nov  5 00:18:29 clock-setup: hwclock: use --verbose, --debug has been deprecated.
Nov  5 00:18:30 finish-install: info: Running /usr/lib/finish-install.d/10open-iscsi
Nov  5 00:18:30 cdrom-detect: Unmounting and ejecting &#039;/dev/sr0&#039;
Nov  5 00:18:30 finish-install: info: Running /usr/lib/finish-install.d/15cdrom-detect
Nov  5 00:18:30 in-target: Reading package lists...
Nov  5 00:18:30 in-target: Building dependency tree...
Nov  5 00:18:30 in-target: Reading state information...
Nov  5 00:18:31 in-target: 
Nov  5 00:19:11 init: starting pid 708, tty &#039;/dev/ttg2&#039;: &#039;-/bin/sh&#039;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (broadcast9133)]]></author>
			<pubDate>Wed, 05 Nov 2025 00:23:06 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=59109#p59109</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Devuan 6 installation on VMware Workstation stuck]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=59107#p59107</link>
			<description><![CDATA[<p>I did test the desktop dvd with virtualbox (it works there for me) but not vmware.<br />Is this an online installation, or offline?<br />When it gets stuck on the late-install-stage2, are you able to press alt-f4 (or alt + right-arrow 3 times) and report back the last few lines of that output for debugging?</p>]]></description>
			<author><![CDATA[dummy@example.com (rbit)]]></author>
			<pubDate>Tue, 04 Nov 2025 23:26:51 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=59107#p59107</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Devuan 6 installation on VMware Workstation stuck]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=59092#p59092</link>
			<description><![CDATA[<p>Just performed an expert installation from the released netinstall on a VBox 7.0.26 efi, encrypted with LVM, no issues. After reboot installed Cinnamon via tasksel. </p><p>My conclusion: the media as supplied by Devuan seems to be fine. If you are stuck, I would check the checksums of you download first of all. Or there is a problem with your VMWare and/or VBox installation.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Tue, 04 Nov 2025 20:59:52 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=59092#p59092</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Devuan 6 installation on VMware Workstation stuck]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=59085#p59085</link>
			<description><![CDATA[<p>just to be sure: is that the point where you have to remove the install medium (guess that is to be done in VM/VirtualBox, too.)</p>]]></description>
			<author><![CDATA[dummy@example.com (mclien)]]></author>
			<pubDate>Tue, 04 Nov 2025 20:25:08 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=59085#p59085</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Devuan 6 installation on VMware Workstation stuck]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=59050#p59050</link>
			<description><![CDATA[<p>Still not working, same with VirtualBox, the live DVD does work though.</p>]]></description>
			<author><![CDATA[dummy@example.com (broadcast9133)]]></author>
			<pubDate>Tue, 04 Nov 2025 12:34:58 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=59050#p59050</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Devuan 6 installation on VMware Workstation stuck]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=59047#p59047</link>
			<description><![CDATA[<p>you could try Vmware Workstation 25h2 if it makes any difference?</p><p>had however no luck with Kubuntu 25.10; it would install but then after login, just black screen.</p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Tue, 04 Nov 2025 11:05:55 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=59047#p59047</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Devuan 6 installation on VMware Workstation stuck]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=59041#p59041</link>
			<description><![CDATA[<p>Good day all,<br />I am installing Devuan 6 on VMware Workstation 17.6.3 using the amd64 desktop image and am stuck on the final stage of installation where it says &#039;Running late-install-stage2&#039; at the &#039;Finishing the installation stage&#039; stage. Did not encounter any problems until this stage and the previous version, as well as Debian 13, installs fine.</p>]]></description>
			<author><![CDATA[dummy@example.com (broadcast9133)]]></author>
			<pubDate>Tue, 04 Nov 2025 08:47:38 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=59041#p59041</guid>
		</item>
	</channel>
</rss>
