clearlinux / clr-installer

Clear Linux* OS Installer
GNU General Public License v3.0
94 stars 43 forks source link

storage mount fs error #815

Open librame opened 2 months ago

librame commented 2 months ago

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):

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.

bwarden commented 1 month ago

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.