-
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
clr-installer: 2.3.1: "no such file or directory" error when mounting rootfs, so unable to install Clear Linux from live-server image #588
Comments
Snippet from pre-install-clr-installer.yaml:
Snippet from clr-installer.log:
|
@thac0 Is this consistently failing or intermittent? |
@mdhorn - Consistent. I poked around the clr-installer go code to see if there was something obvious, and nothing jumped at me, hence the filing. |
Could I get you to try an older release of Clear Linux OS, |
@mdhorn - No issue when I roll back to 31290. |
@thac0 If you are willing, it would be super helpful to know if 31300 works |
@mdhorn - 31300 fails, same as 31310 |
Thank you for the information; it increases the scope of change but very useful. |
I had similar errors when trying to install from clear-31310-live-desktop to an xfs root on an Intel NUC8i7HVK. Rolling back to 31290 worked. I did not save the install logs. |
@blsz thank you for the report. We’ve requested the default Desktop and Server ISO images be frozen at 31290 while this is under investigation. |
It was Power Super Save which Enable PCI Express ASPM L0s and L1 where possible, even if the BIOS did not, and also enables L1 substates where possible. This would result in higher power savings while staying in L1 where the components support it. Now it is Disable PCI Express ASPM L0s and L1, even if the BIOS enabled them. Related-to: clearlinux/clr-installer#588 Related-to: clearlinux/distribution#392 Related-to: clearlinux/distribution#1312
Multifunction device drivers MFD_INTEL_LPSS_ACPI "Intel Low Power Subsystem support in ACPI mode" This driver supports Intel Low Power Subsystem (LPSS) devices such as I2C, SPI and HS-UART starting from Intel Sunrisepoint (Intel Skylake PCH) in ACPI mode. MFD_INTEL_LPSS_PCI "Intel Low Power Subsystem support in PCI mode" This driver supports Intel Low Power Subsystem (LPSS) devices such as I2C, SPI and HS-UART starting from Intel Sunrisepoint (Intel Skylake PCH) in PCI mode. Related-to: clearlinux/clr-installer#588 Related-to: clearlinux/distribution#392 Related-to: clearlinux/distribution#1312
The problem was due to a new release of parted in Clear Linux OS. It jumped from 3.2 to 3.3 and this is causing the issue. The OS has reverted to 3.2 and the problem is resolved in the ISO images in release 31370 and greater. |
It was Power Super Save which Enable PCI Express ASPM L0s and L1 where possible, even if the BIOS did not, and also enables L1 substates where possible. This would result in higher power savings while staying in L1 where the components support it. Now it is Disable PCI Express ASPM L0s and L1, even if the BIOS enabled them. Related-to: clearlinux/clr-installer#588 Related-to: clearlinux/distribution#392 Related-to: clearlinux/distribution#1312
Multifunction device drivers MFD_INTEL_LPSS_ACPI "Intel Low Power Subsystem support in ACPI mode" This driver supports Intel Low Power Subsystem (LPSS) devices such as I2C, SPI and HS-UART starting from Intel Sunrisepoint (Intel Skylake PCH) in ACPI mode. MFD_INTEL_LPSS_PCI "Intel Low Power Subsystem support in PCI mode" This driver supports Intel Low Power Subsystem (LPSS) devices such as I2C, SPI and HS-UART starting from Intel Sunrisepoint (Intel Skylake PCH) in PCI mode. Related-to: clearlinux/clr-installer#588 Related-to: clearlinux/distribution#392 Related-to: clearlinux/distribution#1312
commit clearlinux-pkgs/linux@eeb54f6 It was Power Super Save which Enable PCI Express ASPM L0s and L1 where possible, even if the BIOS did not, and also enables L1 substates where possible. This would result in higher power savings while staying in L1 where the components support it. Now it is Disable PCI Express ASPM L0s and L1, even if the BIOS enabled them. Related-to: clearlinux/clr-installer#588 Related-to: clearlinux/distribution#392 Related-to: clearlinux/distribution#1312
commit clearlinux-pkgs/linux@e6fd1a7 Multifunction device drivers MFD_INTEL_LPSS_ACPI "Intel Low Power Subsystem support in ACPI mode" This driver supports Intel Low Power Subsystem (LPSS) devices such as I2C, SPI and HS-UART starting from Intel Sunrisepoint (Intel Skylake PCH) in ACPI mode. MFD_INTEL_LPSS_PCI "Intel Low Power Subsystem support in PCI mode" This driver supports Intel Low Power Subsystem (LPSS) devices such as I2C, SPI and HS-UART starting from Intel Sunrisepoint (Intel Skylake PCH) in PCI mode. Related-to: clearlinux/clr-installer#588 Related-to: clearlinux/distribution#392 Related-to: clearlinux/distribution#1312
I'm having the same problem with the Clearlinux Server v33390 . |
follow up: I was able to get away with a previous release. I don't know what is the exact version in which this problem was introduced but I was able to narrow it down to somewhere in between v33000 (fails) and v32950 (works). |
Re-ran installation seemed to be fine, seemed intermittent as suggested. |
It happens more often than not for me though struggling today |
|
Describe the bug
While attempting to install 31310 from the live-server image from the console, I am not able to install Clear Linux because clr-installer errors out with a "no such file or directory" when attempting to mount the rootfs.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Clear Linux installs normally, from TUI interface or from a --config YAML.
Screenshots
N/A
Environment (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: