The officially official Devuan Forum!

You are not logged in.

#1 Yesterday 08:47:38

broadcast9133
Member
Registered: Yesterday
Posts: 4  

[SOLVED] Devuan 6 installation on VMware Workstation stuck

Good day all,
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 'Running late-install-stage2' at the 'Finishing the installation stage' stage. Did not encounter any problems until this stage and the previous version, as well as Debian 13, installs fine.

Offline

#2 Yesterday 11:05:55

kapqa
Member
Registered: 2019-01-02
Posts: 512  

Re: [SOLVED] Devuan 6 installation on VMware Workstation stuck

you could try Vmware Workstation 25h2 if it makes any difference?

had however no luck with Kubuntu 25.10; it would install but then after login, just black screen.

Offline

#3 Yesterday 12:34:58

broadcast9133
Member
Registered: Yesterday
Posts: 4  

Re: [SOLVED] Devuan 6 installation on VMware Workstation stuck

Still not working, same with VirtualBox, the live DVD does work though.

Last edited by broadcast9133 (Yesterday 12:35:21)

Offline

#4 Yesterday 20:25:08

mclien
Member
Registered: 2020-02-29
Posts: 133  

Re: [SOLVED] Devuan 6 installation on VMware Workstation stuck

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.)

Offline

#5 Yesterday 20:59:52

rolfie
Member
Registered: 2017-11-25
Posts: 1,346  

Re: [SOLVED] Devuan 6 installation on VMware Workstation stuck

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.

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.

Last edited by rolfie (Yesterday 21:11:22)

Offline

#6 Yesterday 23:26:51

rbit
Member
Registered: 2018-06-12
Posts: 79  

Re: [SOLVED] Devuan 6 installation on VMware Workstation stuck

I did test the desktop dvd with virtualbox (it works there for me) but not vmware.
Is this an online installation, or offline?
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?

Offline

#7 Today 00:23:06

broadcast9133
Member
Registered: Yesterday
Posts: 4  

Re: [SOLVED] Devuan 6 installation on VMware Workstation stuck

Tried the netinstall, it got stuck at selecting which kernels to install.

The checksums in all cases do match.

My host is Windows 11 without Hyper-V or Core Isolation enabled

Going to Alt+F4 here is the log:

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 '/dev/sr0'
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 '/dev/ttg2': '-/bin/sh'

Offline

#8 Today 02:22:46

broadcast9133
Member
Registered: Yesterday
Posts: 4  

Re: [SOLVED] Devuan 6 installation on VMware Workstation stuck

After some troubleshooting, turns out it was because of a hung apt process. Forcefully terminating it will technically reboot, but the installed system retains a fake start-stop-daemon. Replacing it from the dpkg package would make it boot normally.

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

Offline

Board footer