-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[fail] Mount /dev/nume0n1p8 /tmp/install-425975728 ext4: no such file or directory #780
Comments
same issue there is no |
same here, on 39930. |
I have found out that one must not play with partitions, and simply let the installer work automatically. Custom partitions always resulted in failure in my case. |
Yes, I found out myself too. In my case I had a new disk, and I wanted only 500GB allocated, so I had to create another partition and leave an empty space in the desired size. More precisely, I created a 500GB partition on an empty disk, then another partition on the remaining disk space, and then erased the original 500GB partition, to leave an empty 500GB hole at the beginning of the disk. I also found out that following the advice in #789 , calling |
I was running into the same issue when using a configuration file with below: block-devices:
- name: bdevice
file: /dev/nvme0n1
targetMedia:
- name: ${bdevice}
type: disk
children:
- name: ${bdevice}1
fstype: vfat
mountpoint: /boot
size: "150M"
type: part
- name: ${bdevice}2
fstype: swap
size: "32M"
type: part
- name: ${bdevice}3
fstype: ext4
mountpoint: /
size: "0"
type: part Funny thing - if you retry the installer right after, it works - so probably it's not waiting long enough and discarding an internal error somewhere |
Describe the bug
Installer failed to find the newly created ext4 parition. Using Manjaro I was able to see that it existed, but was completely empty. another possibility is that the
/tmp/install-425975728
mount point did not exist.To Reproduce
Steps to reproduce the behavior:
Screenshots
Environment (please complete the following information):
Additional context
It created an EFI partition and an EXT4 partition... but the partition was empty when I looked at it with another distro. This may be a race condition.
Error screen
The Installer will now exit.
mount /dev/nume0n1p8 /tmp/install-425975728 ext4: no such file or directory
Error Trace:
storage mountFs (
/builddir/build/BUILD/clr-installer-2.7.3/storage/utils.go:34 storage, (BlockDevice).Mount()
/builddir/build/BUILD/clr-installer-2.7.3/storage/block_devices_ops.go:283
clrlinux@clr-live"
The text was updated successfully, but these errors were encountered: