Поставил себе Manjaro через Manjaro Architect. И при загрузке у меня выкидывает:
Failed to start Remount Root and Kernel File Systems.
При этом система дальше грузится. Вроде всё хорошо, замечаний в работае нету.
Вывод systemctl:
~ >>> systemctl --failed [130]
UNIT LOAD ACTIVE SUB DESCRIPTION
● systemd-remount-fs.service loaded failed failed Remount Root and Kernel File Systems
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
1 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.
~ >>> systemctl status systemd-remount-fs.service
● systemd-remount-fs.service - Remount Root and Kernel File Systems
Loaded: loaded (/usr/lib/systemd/system/systemd-remount-fs.service; static; vendor preset: disabled)
Active: failed (Result: exit-code) since Fri 2017-08-25 21:56:50 EEST; 11min ago
Docs: man:systemd-remount-fs.service(8)
https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
Process: 461 ExecStart=/usr/lib/systemd/systemd-remount-fs (code=exited, status=1/FAILURE)
Main PID: 461 (code=exited, status=1/FAILURE)
Авг 25 21:56:50 FLTTSHY systemd[1]: Starting Remount Root and Kernel File Systems...
Авг 25 21:56:50 FLTTSHY systemd-remount-fs[461]: mount: /: mount point not mounted or bad option.
Авг 25 21:56:50 FLTTSHY systemd-remount-fs[461]: /usr/bin/mount for / exited with exit status 32.
Авг 25 21:56:50 FLTTSHY systemd[1]: systemd-remount-fs.service: Main process exited, code=exited, status=1/FAILURE
Авг 25 21:56:50 FLTTSHY systemd[1]: Failed to start Remount Root and Kernel File Systems.
Авг 25 21:56:50 FLTTSHY systemd[1]: systemd-remount-fs.service: Unit entered failed state.
Авг 25 21:56:50 FLTTSHY systemd[1]: systemd-remount-fs.service: Failed with result 'exit-code'.
При попытке запуска процесса
~ >>> sudo /usr/lib/systemd/systemd-remount-fs [130]
[sudo] пароль для alex:
mount: /: mount point not mounted or bad option.
/usr/bin/mount for / exited with exit status 32.
~ >>>
Что это может быть?