Artix Linux Forum

Init systems => dinit => Topic started by: Autodave on 30 July 2022, 07:22:44

Title: Service mount-all command failed with exit code 64
Post by: Autodave on 30 July 2022, 07:22:44
Due to the Suite66 retirement I nuked it and installed Artix XFCE dinit from the .iso

Everything worked for about a month and then it failed to boot to the GUI. I got the following:

Code: [Select]
dinit: Service mount-all command failed with exit code 64
[FAILED] mount-all
[FAILED] swap
[FAILED] root-rw
[FAILED] locale
[   OK   ] mount
[   OK   ] random-seed
[   OK   ] sysusers

Sorry I am hand typing this from a windows PC.

I booted from a liveboot and used chroot to run full system update. Rebooted machine and had the same failure. Assuming I goofed something up, I reinstalled from .iso and got everything mostly working again for about a week and ended up with the same boot failure. Chroot and full update still didn't help. So rather than Groundhog Day this loop again I am reaching out for a little guidance. I am not a total noob but I am not strongly versed in the world of Unix.

What should I do next and where do I find more information on exit codes?
Title: Re: Service mount-all command failed with exit code 64
Post by: Lancia on 30 July 2022, 10:52:52
Due to the Suite66 retirement I nuked it and installed Artix XFCE dinit from the .iso

Everything worked for about a month and then it failed to boot to the GUI. I got the following:

Code: [Select]
dinit: Service mount-all command failed with exit code 64
[FAILED] mount-all
[FAILED] swap
[FAILED] root-rw
[FAILED] locale
[   OK   ] mount
[   OK   ] random-seed
[   OK   ] sysusers

Sorry I am hand typing this from a windows PC.

I booted from a liveboot and used chroot to run full system update. Rebooted machine and had the same failure. Assuming I goofed something up, I reinstalled from .iso and got everything mostly working again for about a week and ended up with the same boot failure. Chroot and full update still didn't help. So rather than Groundhog Day this loop again I am reaching out for a little guidance. I am not a total noob but I am not strongly versed in the world of Unix.

What should I do next and where do I find more information on exit codes?


>>What should I do next and where do I find more information on exit codes?

On the mount ( 8 ) man-page:
Quote
       64
           some mount succeeded

           The command mount -a returns 0 (all succeeded), 32 (all failed), or 64
           (some failed, some succeeded).

It means some of your mounts succeeded and others failed.

In order to better understand the issue, post your /etc/fstab and the output of commands lsblk -f and blkid here.
Title: Re: Service mount-all command failed with exit code 64
Post by: Lancia on 30 July 2022, 10:54:37
.
Title: Re: Service mount-all command failed with exit code 64
Post by: Arch_user on 30 July 2022, 10:58:57
disable swap from /etc/fstab then check for failure