clr-installer icon indicating copy to clipboard operation
clr-installer copied to clipboard

storage mount fs error

Open librame opened this issue 1 year ago • 3 comments

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Create a bootable USB drive using Etcher.
  2. Select CLOS from the menu.
  3. In the console window, log in as root and set a password.
  4. run clr-installer, use GUI configuration.
  5. See error

Expected behavior storage.mountFS error.

Screenshots 微信图片_20240908120424 微信图片_20240908120433

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.

librame avatar Sep 08 '24 03:09 librame

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.

bwarden avatar Oct 15 '24 21:10 bwarden

Same problem here, any solutions?

Kydaix avatar Mar 24 '25 21:03 Kydaix