dudesss@lemmy.ca to Arch Linux@lemmy.ml · 21 days agoArchLinux doesn't boot after computer lost power during system updatelemmy.caimagemessage-square26linkfedilinkarrow-up138arrow-down13file-text
arrow-up135arrow-down1imageArchLinux doesn't boot after computer lost power during system updatelemmy.cadudesss@lemmy.ca to Arch Linux@lemmy.ml · 21 days agomessage-square26linkfedilinkfile-text
minus-squaredudesss@lemmy.caOPlinkfedilinkarrow-up1·edit-220 days agoNo errors came up when I tried that. My system was also freezing with message “Starting Flush Journal to Persistent”. Adding the following to /etc/systemd/journald.conf made the error go away. Storage=persistent Then the system was freezing with message “Create files and directories.” Doing the following made the message go away. mv /tmp /old.tmp mkdir /tmp chmod 777 /tmp But now I’m system freezes with message “Starting D-Bus System Message Bus”
No errors came up when I tried that.
My system was also freezing with message “Starting Flush Journal to Persistent”.
Adding the following to /etc/systemd/journald.conf made the error go away. Storage=persistent
Then the system was freezing with message “Create files and directories.” Doing the following made the message go away.
mv /tmp /old.tmp mkdir /tmp chmod 777 /tmp
But now I’m system freezes with message “Starting D-Bus System Message Bus”