Skip to content
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

Installation fails #789

Open
johnwuelk opened this issue Jan 5, 2023 · 4 comments
Open

Installation fails #789

johnwuelk opened this issue Jan 5, 2023 · 4 comments
Labels
bug_triage Newly report and needs review

Comments

@johnwuelk
Copy link

OS installation of clear-36010-live-desktop.iso fails via GUI and text installer

Installation of other distros like Void Linux succeeds

A few device details:
HP Notebook model: 15-ba154nr
CPU: dual core AMD A9-9410
4 GB RAM, HDD 500 GB

error in console, also see attachment:

mount /dev/sda2 /tmp/install-291973698 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

via

clr-installer.log
pre-install-clr-installer.yaml.txt

@johnwuelk johnwuelk added the bug_triage Newly report and needs review label Jan 5, 2023
@RussianE39
Copy link

Have exactly same issue, but on totally different hardware.
Last time I checked on Thinkpad P50, Xeon E3-1505H, 16Gb RAM, 256Gb NVME (tried also 512Gb NVME). I've noticed that sometimes you still can install CLR if you wont choose any additional bundles and minimally adjust installer settings.
mount /dev/nvme0n1p2 /tmp/install-3561097583 ext4: no such file or directory.

@RussianE39
Copy link

As a workaround, I found out that if you set all your configuration options in installer and then save it to .yaml file, after installation fail you can start installer via -c /root/clr-installer.yaml and then you can succesfully install it. For GUI installation there was some key to use predefined installation config too.

@ewinnington
Copy link

ewinnington commented Apr 21, 2023

I encountered the same bug while installing on a brand new Beelink MiniS 12 with an N95 intel and NVME storage:

mount /dev/sda2 /tmp/install-291973698 ext4: no such file or directory

Managed to pass the installation step by not installing any extra packages. Thanks @RussianE39 for the explanation on how to pass the error.

@bjconlan
Copy link

Also verified issue against intel NUC11PAKi5 (kvm). Work around by @RussianE39 didn't solve the problem for me.

image

and the last visible page from cat /root/clr-installer.log
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug_triage Newly report and needs review
Projects
None yet
Development

No branches or pull requests

4 participants