I downloaded runit artix-base-runit-20220713-x86_64.iso and via rufus, put it into a usb.
I followed the instructions of this video:
https://www.youtube.com/watch?v=nCc_4fSYzRA
It has the same setup (UEFI + runit), but I don't know if it has MBR or GPT. I have GPT.
I had followed the same setup 2 years ago, with legacy bios and MBR, worked perfectly. Now, the only difference to make it work was change artools-chroot
into artix-chroot /mnt
Anyway. Reached the end, watching that video, and with the wiki installation to the side seeing if anything misses (nope)
grub-mkconfig -o /boot/grub/grub.cfg
Says no error reported, all good.
The Problem
Quoting from artix installation wiki
I press exit. Works finely. umount -R /mnt outputs:
umount: /mnt: not mounted
though it did work.
Typing reboot, however?...
init: fatal: unable to create /etc/runit/stopit: file does not exist
Typing shutdown:
Usage: shutdown [-fF] [-kchPr] time [warning message]
In short, I cannot shutdown the pc, and I am afraid the installation steps have been wrong. Can anyone tell me what I did wrong, or how to fix the above? I literally did the youtube video's steps 1:1
I shall keep the pc open, as I'm afraid it may break completely if I power it off manually (aka gotta reinstall from scratch)
Edit: /etc/fstab contents are (copying by hand lol)
# Static information about the filesystems.
# See fstab(5) for details.
# <file system> <dir> <type> <options> <dump> <pass>
# /dev/sda2
UUID=dd74678b-a072-4fcc-83aa-af7e226c1ac5 / ext rw, relatime 0 1
# /dev/sda1
UUID=5BD7-6DD0 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2
# /dev/sda3
UUID=3982a440-caea-4f41-a30a-80bdd863463d /home ext4 rw,relatime 0 2
I really want to get Artix working again, and would be willing to try other artix inits, if some1 can ensure me they work in 2022 (seeing latest runit does not)