storage mount fs error
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
- Create a bootable USB drive using Etcher.
- Select CLOS from the menu.
- In the console window, log in as root and set a password.
- run clr-installer, use GUI configuration.
- See error
Expected behavior storage.mountFS error.
Screenshots
Environment (please complete the following information):
- Clear Linux Server/Desktop OS Version: ... 42280, 42320
- Installer Version: 2.7.11
- Platform: mini PCs r6600h/r6800h/r8845hs...
Additional context Why do I often encounter these anomalies when installing the system? I've already emptied the hard drive data multiple times, but it still happens. I've installed the system on 4 mini PCs and it's the same issue. I've even tried iso 42280 and 42320, but the problem persists.
When that happens, can you try replicating the failing mount command to see if you get a more detailed message?
e.g. mount -t ext4 /dev/nvme0n1p2 /tmp/install-974208835
Everything looks like /dev/nvme0n1p2 should be setup properly, but it's unclear whether it's that or the /tmp/install-X path that's missing.
Same problem here, any solutions?