You are not logged in.
Pages: 1
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-brokenTried 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'Still not working, same with VirtualBox, the live DVD does work though.
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.
Pages: 1