RUnit boot breaks due to /proc not being mounted and many other errors 13 January 2024, 11:10:42 TL;DR version:My boot is mess up, details here: https://pasteboard.co/dJEodIfuXOm8.png (Image too large for the forum, by a few bytes haha)Any ideas?Complete versionI have an Artix setup with runit and i3.During a system update, my machine froze and I had to force restart.The half-done update cause two problems of boot:1 - "Please fix your configfile (/etc/sys-log-ng/syslog-ng.conf)2 - Error saying "Could not find a wireless interface".Cool; boot using a Live USB, chroot in my system, and finish the update, and the rebooted.For this, I did the following:sudo cryptsetup luksOpen /dev/sdb2 cryptroot (Since I have an encrypted disk)sudo mount /dev/mapper/cryptroot /mntsudo mount --bind /dev /mnt/devsudo mount --bind /proc /mnt/procsudo mount --bind /sys /mnt/syssudo chroot /mnt /bin/bashpacman -Syuexit (out of chroot)sudo rebootI first noticed that the OS selection screen had a Arch black logo, not the typical blue one.But when I select the Artix system, the boot breaks due to unmounted /proc/ and many other errors.I don't know exactly the root cause / starting point for fixing.I tried to reinstall the system while preserving my /home, but the installation process didn't allow me to proceed after selecting the /home partition (I didn't take a screenshot of this, but I can re-do the process if that's the right away to go). Last Edit: 13 January 2024, 16:01:21 by Anzillu
Re: RUnit boot breaks due to /proc not being mounted and many other errors Reply #1 – 16 January 2024, 21:16:17 It looks like it is your initramfs that is brokenAs we can't know what exactly got fucked up during the broken upgrade and because we don't really have any useful log we can't do much about thisMaybe try to reinstall all your packages